diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:04:25 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2007-08-17 14:04:25 +0000 |
commit | d6d1bea937569f9d42a6ede875af58045d3880a6 (patch) | |
tree | 4459425d15c0e3f758fe20d6ca4a4c7aa2e22e88 /dev-php/PEAR-File | |
parent | version bump wrt bug 158633, thanks to Jakub Moc (diff) | |
download | gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.tar.gz gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.tar.bz2 gentoo-2-d6d1bea937569f9d42a6ede875af58045d3880a6.zip |
version bump wrt bug 158633, thanks to Jakub Moc
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-php/PEAR-File')
-rw-r--r-- | dev-php/PEAR-File/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-File/PEAR-File-1.3.0.ebuild | 16 | ||||
-rw-r--r-- | dev-php/PEAR-File/files/digest-PEAR-File-1.3.0 | 3 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-php/PEAR-File/ChangeLog b/dev-php/PEAR-File/ChangeLog index 7d3019a4c743..7ebf571ab458 100644 --- a/dev-php/PEAR-File/ChangeLog +++ b/dev-php/PEAR-File/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-File # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.26 2007/02/21 23:14:05 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.27 2007/08/17 14:04:25 hoffie Exp $ + +*PEAR-File-1.3.0 (17 Aug 2007) + + 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org> + +PEAR-File-1.3.0.ebuild: + version bump wrt bug 158633, thanks to Jakub Moc 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild b/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild new file mode 100644 index 000000000000..f5d6b3709462 --- /dev/null +++ b/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/PEAR-File-1.3.0.ebuild,v 1.1 2007/08/17 14:04:25 hoffie Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Common file and directory routines" + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pcre +} diff --git a/dev-php/PEAR-File/files/digest-PEAR-File-1.3.0 b/dev-php/PEAR-File/files/digest-PEAR-File-1.3.0 new file mode 100644 index 000000000000..094c1d76fb08 --- /dev/null +++ b/dev-php/PEAR-File/files/digest-PEAR-File-1.3.0 @@ -0,0 +1,3 @@ +MD5 9d806e98095f2b10373ac521a098d9ed File-1.3.0.tgz 25727 +RMD160 6265b1d26932b6c86c276900c0254ceabe52776b File-1.3.0.tgz 25727 +SHA256 543b9e83d69a44300ac389ab64da1cbd8d0a3ea1d01d7fe51bfaf5e2302ca0f6 File-1.3.0.tgz 25727 |