diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-30 15:30:31 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-30 15:30:31 +0000 |
commit | 145f865959b8f62f5c7d6a47005e19e378196aea (patch) | |
tree | 4feabae09e00a999ed1a88258e9dff226ec82ec3 /dev-php5/ezc-TranslationCacheTiein | |
parent | Version bump. (diff) | |
download | gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.tar.gz gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.tar.bz2 gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.zip |
Initial ebuild.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php5/ezc-TranslationCacheTiein')
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-php5/ezc-TranslationCacheTiein/ChangeLog b/dev-php5/ezc-TranslationCacheTiein/ChangeLog new file mode 100644 index 000000000000..9f6a1cb067ff --- /dev/null +++ b/dev-php5/ezc-TranslationCacheTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-TranslationCacheTiein +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ChangeLog,v 1.1 2006/01/30 15:30:31 sebastian Exp $ + +*ezc-TranslationCacheTiein-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-TranslationCacheTiein-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php5/ezc-TranslationCacheTiein/Manifest b/dev-php5/ezc-TranslationCacheTiein/Manifest new file mode 100644 index 000000000000..09108fe52ce1 --- /dev/null +++ b/dev-php5/ezc-TranslationCacheTiein/Manifest @@ -0,0 +1,9 @@ +MD5 cd59d2e9a90e3dcb6ca8cb8c6a5bd539 ezc-TranslationCacheTiein-1.0.ebuild 334 +RMD160 b48b63c312b6927dd3b8ad9c1f18f2ce973e514c ezc-TranslationCacheTiein-1.0.ebuild 334 +SHA256 63b4aa4515744ea5786a58e363e82cb11283a6d7f61b4736cd3d99c0419dc5b5 ezc-TranslationCacheTiein-1.0.ebuild 334 +MD5 2d0329116944eb72e65ad4f5e49b1338 files/digest-ezc-TranslationCacheTiein-1.0 262 +RMD160 320be62fcb951fa05873df75757100209dbeb5d1 files/digest-ezc-TranslationCacheTiein-1.0 262 +SHA256 5f71bdf2f0614b293444b9ebc9ddb777887a53ffef5681225c9c3e7fdc667b35 files/digest-ezc-TranslationCacheTiein-1.0 262 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 metadata.xml 156 +SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba metadata.xml 156 diff --git a/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.0.ebuild b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.0.ebuild new file mode 100644 index 000000000000..6921ba78acda --- /dev/null +++ b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.0.ebuild,v 1.1 2006/01/30 15:30:31 sebastian Exp $ + +inherit php-ezc + +DESCRIPTION="This eZ component adds the TranslationCache backend to the Translation component." +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="${RDEPEND} + dev-php5/ezc-Cache + dev-php5/ezc-Translation" diff --git a/dev-php5/ezc-TranslationCacheTiein/files/digest-ezc-TranslationCacheTiein-1.0 b/dev-php5/ezc-TranslationCacheTiein/files/digest-ezc-TranslationCacheTiein-1.0 new file mode 100644 index 000000000000..bd0abb780d0a --- /dev/null +++ b/dev-php5/ezc-TranslationCacheTiein/files/digest-ezc-TranslationCacheTiein-1.0 @@ -0,0 +1,3 @@ +MD5 969b3173bef7f4a16543db15b75b3699 TranslationCacheTiein-1.0.tgz 4101 +RMD160 7a4ba74f4e448985ba4f04a9eee379ef665627cd TranslationCacheTiein-1.0.tgz 4101 +SHA256 77fe3417df53d3c9ac4cfef24bf67fd5839c09e09b5f36a5c64846c315c477cd TranslationCacheTiein-1.0.tgz 4101 diff --git a/dev-php5/ezc-TranslationCacheTiein/metadata.xml b/dev-php5/ezc-TranslationCacheTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php5/ezc-TranslationCacheTiein/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |