diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-12-23 21:54:08 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-12-23 21:54:08 +0000 |
commit | 084c5cc1c61ff1f55c10610b0c808e56fe4d72a8 (patch) | |
tree | cf30b035d8ef732d619c97482b7f3c4cf1333616 /dev-php/PEAR-I18N | |
parent | Initial commit, needed for PEAR-HTML_Select_Common (diff) | |
download | historical-084c5cc1c61ff1f55c10610b0c808e56fe4d72a8.tar.gz historical-084c5cc1c61ff1f55c10610b0c808e56fe4d72a8.tar.bz2 historical-084c5cc1c61ff1f55c10610b0c808e56fe4d72a8.zip |
Initial commit, needed for PEAR-HTML_Select_Common
Diffstat (limited to 'dev-php/PEAR-I18N')
-rw-r--r-- | dev-php/PEAR-I18N/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-I18N/metadata.xml | 5 |
4 files changed, 21 insertions, 1 deletions
diff --git a/dev-php/PEAR-I18N/Manifest b/dev-php/PEAR-I18N/Manifest index b75bb16a7f59..5d9ecbc5a518 100644 --- a/dev-php/PEAR-I18N/Manifest +++ b/dev-php/PEAR-I18N/Manifest @@ -1,2 +1,4 @@ -MD5 5c44e1a04b1edf5aaf8a27355e52f46b PEAR-I18N-0.8.6.ebuild 385 +MD5 a1765aa3856486be3f0c18ab37f4aaa8 PEAR-I18N-0.8.6.ebuild 387 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 83c2ba08e24cb391de1edfdd8a114f03 ChangeLog 391 MD5 37b2548ecb7eb94b6092189f8171fc5e files/digest-PEAR-I18N-0.8.6 58 diff --git a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild new file mode 100644 index 000000000000..da872118800f --- /dev/null +++ b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild,v 1.1 2003/12/23 21:53:56 coredumb Exp $ + +inherit php-pear + +IUSE="" +DESCRIPTION="Adds internationalization support to PHP applications" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + diff --git a/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6 b/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6 new file mode 100644 index 000000000000..734533d5e435 --- /dev/null +++ b/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6 @@ -0,0 +1 @@ +MD5 8cc7870da2844ac08abf7e6a77685054 I18N-0.8.6.tgz 33383 diff --git a/dev-php/PEAR-I18N/metadata.xml b/dev-php/PEAR-I18N/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-I18N/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> |