diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-01 05:23:50 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-01 05:23:50 +0000 |
commit | e40f56fd4735586618b70c8c88f859a15e80810d (patch) | |
tree | c8355321c4883687205c0582a4f2bf138b03e7ec /dev-php | |
parent | Marked ppc stable for bug #97544. (diff) | |
download | gentoo-2-e40f56fd4735586618b70c8c88f859a15e80810d.tar.gz gentoo-2-e40f56fd4735586618b70c8c88f859a15e80810d.tar.bz2 gentoo-2-e40f56fd4735586618b70c8c88f859a15e80810d.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-Fileinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/Manifest | 12 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/PECL-Fileinfo-1.0.ebuild | 21 | ||||
-rw-r--r-- | dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-1.0 | 1 |
4 files changed, 31 insertions, 11 deletions
diff --git a/dev-php/PECL-Fileinfo/ChangeLog b/dev-php/PECL-Fileinfo/ChangeLog index 793c5af79f55..c356af357673 100644 --- a/dev-php/PECL-Fileinfo/ChangeLog +++ b/dev-php/PECL-Fileinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PECL-Fileinfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-Fileinfo/ChangeLog,v 1.2 2005/06/26 06:15:17 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-Fileinfo/ChangeLog,v 1.3 2005/07/01 05:23:50 sebastian Exp $ + +*PECL-Fileinfo-1.0 (01 Jul 2005) + + 01 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> + +PECL-Fileinfo-1.0.ebuild: + Version bump. *PECL-Fileinfo-0.3 (26 Jun 2005) diff --git a/dev-php/PECL-Fileinfo/Manifest b/dev-php/PECL-Fileinfo/Manifest index b6d2c010c123..75d6fb825ac7 100644 --- a/dev-php/PECL-Fileinfo/Manifest +++ b/dev-php/PECL-Fileinfo/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 805cfbc939000b135e0b277c380a4bc4 PECL-Fileinfo-0.3.ebuild 513 MD5 a018128e8d0c9f2314dc191c577993ef PECL-Fileinfo-0.2.ebuild 512 +MD5 805cfbc939000b135e0b277c380a4bc4 PECL-Fileinfo-1.0.ebuild 513 MD5 ec904f00874e2e634ec47efa573137e8 ChangeLog 616 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 40304e43b365e0428613782f30a5ccc7 files/digest-PECL-Fileinfo-0.2 59 MD5 9bcb5f98980a2831c149c0144a431915 files/digest-PECL-Fileinfo-0.3 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCvkgIaGfFFLhbXWkRAseHAJ9RP5qYTmfEmuqcLs0qBMV190vjqwCfXgFw -fE0RFloEFqkDU89b9tcyDsM= -=d3vY ------END PGP SIGNATURE----- +MD5 46ba777513035be7795811299fa8bf8c files/digest-PECL-Fileinfo-1.0 59 diff --git a/dev-php/PECL-Fileinfo/PECL-Fileinfo-1.0.ebuild b/dev-php/PECL-Fileinfo/PECL-Fileinfo-1.0.ebuild new file mode 100644 index 000000000000..b339dee25411 --- /dev/null +++ b/dev-php/PECL-Fileinfo/PECL-Fileinfo-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-Fileinfo/PECL-Fileinfo-1.0.ebuild,v 1.1 2005/07/01 05:23:50 sebastian Exp $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="Fileinfo" +PHP_EXT_NAME="fileinfo" +PHP_EXT_INI="yes" + +inherit php-ext-pecl + +IUSE="" +DESCRIPTION="libmagic bindings for PHP." +SLOT="0" +LICENSE="PHP" +KEYWORDS="~x86" +DEPEND="${DEPEND} sys-apps/file" + +src_install () { + php-ext-pecl_src_install +} diff --git a/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-1.0 b/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-1.0 new file mode 100644 index 000000000000..0e1bc6033d0f --- /dev/null +++ b/dev-php/PECL-Fileinfo/files/digest-PECL-Fileinfo-1.0 @@ -0,0 +1 @@ +MD5 66503ab12c7d9cc1958b653845baa49c Fileinfo-1.0.tgz 5566 |