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 | 0a3b4e8b40d1b6feb130b4ed7af2bd10b37e766c (patch) | |
tree | 152c7ea6e5f9bb47ccff0e7a5df66308259daaf2 /dev-php | |
parent | Marked ppc stable for bug #97544. (diff) | |
download | historical-0a3b4e8b40d1b6feb130b4ed7af2bd10b37e766c.tar.gz historical-0a3b4e8b40d1b6feb130b4ed7af2bd10b37e766c.tar.bz2 historical-0a3b4e8b40d1b6feb130b4ed7af2bd10b37e766c.zip |
Version bump.
Package-Manager: portage-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 | 10 | ||||
-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, 35 insertions, 5 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..008b87da4566 100644 --- a/dev-php/PECL-Fileinfo/Manifest +++ b/dev-php/PECL-Fileinfo/Manifest @@ -3,14 +3,16 @@ Hash: SHA1 MD5 805cfbc939000b135e0b277c380a4bc4 PECL-Fileinfo-0.3.ebuild 513 MD5 a018128e8d0c9f2314dc191c577993ef PECL-Fileinfo-0.2.ebuild 512 -MD5 ec904f00874e2e634ec47efa573137e8 ChangeLog 616 +MD5 ce1b6ec440e40daa29803f868b8c238c PECL-Fileinfo-1.0.ebuild 513 +MD5 456408f7ae86413cd8605f7f1dec3db7 ChangeLog 753 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 40304e43b365e0428613782f30a5ccc7 files/digest-PECL-Fileinfo-0.2 59 MD5 9bcb5f98980a2831c149c0144a431915 files/digest-PECL-Fileinfo-0.3 59 +MD5 46ba777513035be7795811299fa8bf8c files/digest-PECL-Fileinfo-1.0 59 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCvkgIaGfFFLhbXWkRAseHAJ9RP5qYTmfEmuqcLs0qBMV190vjqwCfXgFw -fE0RFloEFqkDU89b9tcyDsM= -=d3vY +iD8DBQFCxNN8aGfFFLhbXWkRAtSDAJ0a7AJf3NdIUfjV8HR9kkgvzaW51gCdEoI1 +Iii1q0tppFJDH/PhZo2sKGQ= +=C1oD -----END PGP SIGNATURE----- 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 |