summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 16:04:49 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 16:04:49 +0000
commit6cbaaf349ffe7631f6695de55d0ad7142a16886a (patch)
tree5f9cf37fec820685185f8b15c593e48154d65d58 /dev-php5/pecl-fileinfo
parentCleanup (diff)
downloadgentoo-2-6cbaaf349ffe7631f6695de55d0ad7142a16886a.tar.gz
gentoo-2-6cbaaf349ffe7631f6695de55d0ad7142a16886a.tar.bz2
gentoo-2-6cbaaf349ffe7631f6695de55d0ad7142a16886a.zip
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5/pecl-fileinfo')
-rw-r--r--dev-php5/pecl-fileinfo/ChangeLog6
-rw-r--r--dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.33
-rw-r--r--dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild22
3 files changed, 5 insertions, 26 deletions
diff --git a/dev-php5/pecl-fileinfo/ChangeLog b/dev-php5/pecl-fileinfo/ChangeLog
index d175109e506a..13e07f7bb04f 100644
--- a/dev-php5/pecl-fileinfo/ChangeLog
+++ b/dev-php5/pecl-fileinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-fileinfo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.20 2007/06/01 17:11:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.21 2007/09/06 16:04:49 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org>
+ -pecl-fileinfo-1.0.3.ebuild:
+ Cleanup
01 Jun 2007; nixnut <nixnut@gentoo.org> pecl-fileinfo-1.0.4.ebuild:
Stable on ppc wrt bug 176542
diff --git a/dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.3 b/dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.3
deleted file mode 100644
index c8f2c8dd46d7..000000000000
--- a/dev-php5/pecl-fileinfo/files/digest-pecl-fileinfo-1.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 799930038f76af23e391eef45789c607 Fileinfo-1.0.3.tgz 5727
-RMD160 9f2dc45ca312ddcb188aced69382d07901fb32f3 Fileinfo-1.0.3.tgz 5727
-SHA256 560dc4f40f33ef929c3be558c9550f88e22a673fa6467499b6e77ee6cc52315e Fileinfo-1.0.3.tgz 5727
diff --git a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild
deleted file mode 100644
index dcc44e488c95..000000000000
--- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.3.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.3.ebuild,v 1.10 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