summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-06-05 10:54:25 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-06-05 10:54:25 +0000
commita1792ea0a72ec242086340e28b07404dd45411f1 (patch)
tree0bc1dc422d193dcc7577694efe8d7edc6d8439c1 /dev-php5
parentarm stable, bug #368281 (diff)
downloadgentoo-2-a1792ea0a72ec242086340e28b07404dd45411f1.tar.gz
gentoo-2-a1792ea0a72ec242086340e28b07404dd45411f1.tar.bz2
gentoo-2-a1792ea0a72ec242086340e28b07404dd45411f1.zip
Removed versions support major version slotting. Includes dropping keyword for ppc/ppc64
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-fileinfo/ChangeLog7
-rw-r--r--dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild28
-rw-r--r--dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild22
3 files changed, 6 insertions, 51 deletions
diff --git a/dev-php5/pecl-fileinfo/ChangeLog b/dev-php5/pecl-fileinfo/ChangeLog
index 0d554133aed7..c03697be4c69 100644
--- a/dev-php5/pecl-fileinfo/ChangeLog
+++ b/dev-php5/pecl-fileinfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/pecl-fileinfo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.35 2011/05/14 14:33:51 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.36 2011/06/05 10:54:25 olemarkus Exp $
+
+ 05 Jun 2011; <olemarkus@gentoo.org> -pecl-fileinfo-1.0.4.ebuild,
+ -pecl-fileinfo-1.0.4-r1.ebuild:
+ Removed versions support major version slotting. Includes dropping keyword
+ for ppc/ppc64
14 May 2011; Thomas Kahle <tomka@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild:
x86 stable per bug 363811
diff --git a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild
deleted file mode 100644
index 9ddd0d15ebc7..000000000000
--- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 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-r1.ebuild,v 1.8 2010/02/09 11:47:00 pacho 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-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="sys-apps/file"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- PHP_EXT_SKIP_PHPIZE=yes php-ext-source-r1_src_unpack
- epatch "${FILESDIR}"/fileinfo-1.0.4-file-5.0-compat.patch
- php-ext-source-r1_phpize
-}
-
-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
deleted file mode 100644
index c7f866598bd9..000000000000
--- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.7 2007/12/06 01:07:20 jokey 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-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="sys-apps/file"
-RDEPEND="${DEPEND}"
-
-need_php_by_category