diff options
author | 2006-01-23 14:56:10 +0000 | |
---|---|---|
committer | 2006-01-23 14:56:10 +0000 | |
commit | 83e9e5b861ccf18c43587b145b16f93a846f1328 (patch) | |
tree | d3f727fc2ca329df2798b0f1738ae876a39d905d /dev-php5/ezc-Translation | |
parent | Moved nwn.png to DISTDIR. (diff) | |
download | gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.tar.gz gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.tar.bz2 gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.zip |
Initial import of eZ components.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php5/ezc-Translation')
-rw-r--r-- | dev-php5/ezc-Translation/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/ezc-Translation/Manifest | 3 | ||||
-rw-r--r-- | dev-php5/ezc-Translation/ezc-Translation-1.0_rc1.ebuild | 10 | ||||
-rw-r--r-- | dev-php5/ezc-Translation/files/digest-ezc-Translation-1.0_rc1 | 1 | ||||
-rw-r--r-- | dev-php5/ezc-Translation/metadata.xml | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/dev-php5/ezc-Translation/ChangeLog b/dev-php5/ezc-Translation/ChangeLog new file mode 100644 index 000000000000..43e4c1a72a36 --- /dev/null +++ b/dev-php5/ezc-Translation/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-Translation +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ChangeLog,v 1.1 2006/01/23 14:55:27 sebastian Exp $ + +*ezc-Translation-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Translation-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php5/ezc-Translation/Manifest b/dev-php5/ezc-Translation/Manifest new file mode 100644 index 000000000000..787f8b3cc6c0 --- /dev/null +++ b/dev-php5/ezc-Translation/Manifest @@ -0,0 +1,3 @@ +MD5 fd6474a76d9e4ecdbd2103eabde5013b ezc-Translation-1.0_rc1.ebuild 186 +MD5 fb8fadd224b6be8f4d7262b98a556090 files/digest-ezc-Translation-1.0_rc1 66 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 diff --git a/dev-php5/ezc-Translation/ezc-Translation-1.0_rc1.ebuild b/dev-php5/ezc-Translation/ezc-Translation-1.0_rc1.ebuild new file mode 100644 index 000000000000..3f8f4f663460 --- /dev/null +++ b/dev-php5/ezc-Translation/ezc-Translation-1.0_rc1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ezc-Translation-1.0_rc1.ebuild,v 1.1 2006/01/23 14:55:27 sebastian Exp $ + +inherit php-ezc + +DESCRIPTION="This eZ component handles XML translation definitions (the Qt Linguist format)." +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php5/ezc-Translation/files/digest-ezc-Translation-1.0_rc1 b/dev-php5/ezc-Translation/files/digest-ezc-Translation-1.0_rc1 new file mode 100644 index 000000000000..e988c1b19c3b --- /dev/null +++ b/dev-php5/ezc-Translation/files/digest-ezc-Translation-1.0_rc1 @@ -0,0 +1 @@ +MD5 9debb87219f461d03a229ac08222d99d Translation-1.0RC1.tgz 13909 diff --git a/dev-php5/ezc-Translation/metadata.xml b/dev-php5/ezc-Translation/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php5/ezc-Translation/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> |