summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-07 18:08:43 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-07 18:08:43 +0000
commit80bd419064be8419bee276a3486b6f46aae48560 (patch)
treec28c6c1eb97ea36674e8a6aa459d748f25a6aace /dev-php5
parentVersion bump of dev-lang/ghc to 6.6. (diff)
downloadgentoo-2-80bd419064be8419bee276a3486b6f46aae48560.tar.gz
gentoo-2-80bd419064be8419bee276a3486b6f46aae48560.tar.bz2
gentoo-2-80bd419064be8419bee276a3486b6f46aae48560.zip
Vbump.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-fileinfo/ChangeLog10
-rw-r--r--dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.43
-rw-r--r--dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild9
-rw-r--r--dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild22
4 files changed, 38 insertions, 6 deletions
diff --git a/dev-php5/pecl-fileinfo/ChangeLog b/dev-php5/pecl-fileinfo/ChangeLog
index c323a755c8f9..608cc07bf617 100644
--- a/dev-php5/pecl-fileinfo/ChangeLog
+++ b/dev-php5/pecl-fileinfo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/pecl-fileinfo
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.14 2006/07/22 08:06:41 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.15 2007/03/07 18:08:43 chtekk Exp $
+
+*pecl-fileinfo-1.0.4 (07 Mar 2007)
+
+ 07 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+ pecl-fileinfo-1.0.3.ebuild, +pecl-fileinfo-1.0.4.ebuild:
+ Version bump, cleanup.
22 Jul 2006; Luca Longinotti <chtekk@gentoo.org>
files/digest-pecl-fileinfo-1.0.3, Manifest:
diff --git a/dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4 b/dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.4
new file mode 100644
index 000000000000..89d0bf690b62
--- /dev/null
+++ b/dev-php5/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-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild
index 871c76012a8e..dcc44e488c95 100644
--- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild
+++ b/dev-php5/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-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.9 2006/05/03 13:07:43 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.10 2007/03/07 18:08:43 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-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild
new file mode 100644
index 000000000000..2f096663c88c
--- /dev/null
+++ b/dev-php5/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-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild,v 1.1 2007/03/07 18:08:43 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