diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 19:35:42 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 19:35:42 +0000 |
commit | 32d87f063346e80ae674dfef9578064fbd0b9db4 (patch) | |
tree | 041da2214569b27180ddc352637bf91018f425ba /dev-php4 | |
parent | Stable on ppc wrt bug #169599. (diff) | |
download | gentoo-2-32d87f063346e80ae674dfef9578064fbd0b9db4.tar.gz gentoo-2-32d87f063346e80ae674dfef9578064fbd0b9db4.tar.bz2 gentoo-2-32d87f063346e80ae674dfef9578064fbd0b9db4.zip |
Vbump.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-fileinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild | 9 | ||||
-rw-r--r-- | dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild | 22 |
4 files changed, 37 insertions, 5 deletions
diff --git a/dev-php4/pecl-fileinfo/ChangeLog b/dev-php4/pecl-fileinfo/ChangeLog index 6f4c9b3e59dc..64aa52248ba4 100644 --- a/dev-php4/pecl-fileinfo/ChangeLog +++ b/dev-php4/pecl-fileinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php4/pecl-fileinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.13 2007/02/21 23:45:52 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.14 2007/03/06 19:35:42 chtekk Exp $ + +*pecl-fileinfo-1.0.4 (06 Mar 2007) + + 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-fileinfo-1.0.3.ebuild, +pecl-fileinfo-1.0.4.ebuild: + Cleanup, version bump. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php4/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4 b/dev-php4/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4 new file mode 100644 index 000000000000..89d0bf690b62 --- /dev/null +++ b/dev-php4/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4 @@ -0,0 +1,3 @@ +MD5 2854e749db157365c769cb9496f5586f Fileinfo-1.0.4.tgz 5835 +RMD160 fedf7f72b1b2dca30f138ef31f507084d1392dbe Fileinfo-1.0.4.tgz 5835 +SHA256 df35ee00fce6483c58b2f37dbded33831ba84fdae92829dbe03f7331bec0aa3f Fileinfo-1.0.4.tgz 5835 diff --git a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild index e0963528b810..ea4dbcda489a 100644 --- a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild +++ b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.8 2006/04/08 10:45:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.9 2007/03/06 19:35:42 chtekk Exp $ PHP_EXT_NAME="fileinfo" PHP_EXT_PECL_PKG="Fileinfo" @@ -10,12 +10,13 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" + DESCRIPTION="libmagic bindings for PHP." LICENSE="PHP" SLOT="0" IUSE="" -DEPEND="${DEPEND} - sys-apps/file" +DEPEND="sys-apps/file" +RDEPEND="${DEPEND}" need_php_by_category diff --git a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild new file mode 100644 index 000000000000..3ae12eeccec5 --- /dev/null +++ b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild,v 1.1 2007/03/06 19:35:42 chtekk Exp $ + +PHP_EXT_NAME="fileinfo" +PHP_EXT_PECL_PKG="Fileinfo" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="libmagic bindings for PHP." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/file" +RDEPEND="${DEPEND}" + +need_php_by_category |