summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-07-09 05:44:32 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-07-09 05:44:32 +0000
commit48e945283536b7572f42c80e59f9a21174c33894 (patch)
treef03cf8339db6061b32126abdc317bcbed53ac2e5
parentnew revision, to handle doc deps. (Manifest recommit) (diff)
downloadgentoo-2-48e945283536b7572f42c80e59f9a21174c33894.tar.gz
gentoo-2-48e945283536b7572f42c80e59f9a21174c33894.tar.bz2
gentoo-2-48e945283536b7572f42c80e59f9a21174c33894.zip
new revision, for docs.
-rw-r--r--dev-php/PEAR-I18N/ChangeLog8
-rw-r--r--dev-php/PEAR-I18N/Manifest6
-rw-r--r--dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r1.ebuild12
-rw-r--r--dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild3
-rw-r--r--dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6-r11
5 files changed, 25 insertions, 5 deletions
diff --git a/dev-php/PEAR-I18N/ChangeLog b/dev-php/PEAR-I18N/ChangeLog
index 67dd58462c0b..3c4dfbe36770 100644
--- a/dev-php/PEAR-I18N/ChangeLog
+++ b/dev-php/PEAR-I18N/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-I18N
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.4 2004/07/06 22:44:01 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/ChangeLog,v 1.5 2004/07/09 05:44:32 robbat2 Exp $
+
+*PEAR-I18N-0.8.6-r1 (08 Jul 2004)
+
+ 08 Jul 2004; Robin H. Johnson <robbat2@gentoo.org>
+ PEAR-I18N-0.8.6-r1.ebuild, PEAR-I18N-0.8.6.ebuild:
+ new revision, for docs.
06 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> PEAR-I18N-0.8.6.ebuild:
Stable on ppc.
diff --git a/dev-php/PEAR-I18N/Manifest b/dev-php/PEAR-I18N/Manifest
index 1c2364b4a41d..afb83806fe98 100644
--- a/dev-php/PEAR-I18N/Manifest
+++ b/dev-php/PEAR-I18N/Manifest
@@ -1,4 +1,6 @@
+MD5 f385307e04d9e3940b63c1899e8ced80 PEAR-I18N-0.8.6-r1.ebuild 395
+MD5 1fd8ea6da4493afc716cd6a65ff91514 ChangeLog 740
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
-MD5 769bfe092b1a821ece9deaadd03c0b76 ChangeLog 572
-MD5 88db9393228d02eee6d297c1f413a19a PEAR-I18N-0.8.6.ebuild 373
+MD5 c2882d1871e444ca21af171cff845e27 PEAR-I18N-0.8.6.ebuild 372
+MD5 37b2548ecb7eb94b6092189f8171fc5e files/digest-PEAR-I18N-0.8.6-r1 58
MD5 37b2548ecb7eb94b6092189f8171fc5e files/digest-PEAR-I18N-0.8.6 58
diff --git a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r1.ebuild b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r1.ebuild
new file mode 100644
index 000000000000..8ef68a33ce10
--- /dev/null
+++ b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2004 Gentoo Foundation
+# 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-r1.ebuild,v 1.1 2004/07/09 05:44:32 robbat2 Exp $
+
+inherit php-pear
+
+IUSE=""
+DESCRIPTION="Adds internationalization support to PHP applications"
+LICENSE="PHP"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="dev-php/PEAR-HTML_Template_IT"
diff --git a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild
index 0af2caac9c36..ff589b31ca97 100644
--- a/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild
+++ b/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.5 2004/07/06 22:44:01 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-I18N/PEAR-I18N-0.8.6.ebuild,v 1.6 2004/07/09 05:44:32 robbat2 Exp $
inherit php-pear
@@ -9,4 +9,3 @@ DESCRIPTION="Adds internationalization support to PHP applications"
LICENSE="PHP"
SLOT="0"
KEYWORDS="x86 ~sparc alpha ppc"
-
diff --git a/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6-r1 b/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6-r1
new file mode 100644
index 000000000000..734533d5e435
--- /dev/null
+++ b/dev-php/PEAR-I18N/files/digest-PEAR-I18N-0.8.6-r1
@@ -0,0 +1 @@
+MD5 8cc7870da2844ac08abf7e6a77685054 I18N-0.8.6.tgz 33383