summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 15:59:03 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 15:59:03 +0000
commit3ebc5cd334c187237539554b8a997001bc6ff636 (patch)
tree5857020134e71049de7c1e19d89cdfb84d8f2e53 /dev-php4
parentCleanup (diff)
downloadgentoo-2-3ebc5cd334c187237539554b8a997001bc6ff636.tar.gz
gentoo-2-3ebc5cd334c187237539554b8a997001bc6ff636.tar.bz2
gentoo-2-3ebc5cd334c187237539554b8a997001bc6ff636.zip
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/pecl-yaz/ChangeLog5
-rw-r--r--dev-php4/pecl-yaz/files/digest-pecl-yaz-1.0.43
-rw-r--r--dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild26
3 files changed, 4 insertions, 30 deletions
diff --git a/dev-php4/pecl-yaz/ChangeLog b/dev-php4/pecl-yaz/ChangeLog
index e3a9be41b5e0..ce812b6e1ccc 100644
--- a/dev-php4/pecl-yaz/ChangeLog
+++ b/dev-php4/pecl-yaz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/pecl-yaz
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.23 2007/07/01 18:53:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.24 2007/09/06 15:59:03 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-yaz-1.0.4.ebuild:
+ Cleanup
01 Jul 2007; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.8.ebuild:
alpha stable wrt #173849
diff --git a/dev-php4/pecl-yaz/files/digest-pecl-yaz-1.0.4 b/dev-php4/pecl-yaz/files/digest-pecl-yaz-1.0.4
deleted file mode 100644
index dd636ed810cd..000000000000
--- a/dev-php4/pecl-yaz/files/digest-pecl-yaz-1.0.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2ae4180bcfc00199c465815f89fc3b16 yaz-1.0.4.tgz 15793
-RMD160 93996bc2b3c83e323a0ba2239ad8e753817850b8 yaz-1.0.4.tgz 15793
-SHA256 2d357cdbd3dd6e24f5da2dd50b5134998ddafb36b54c2f1dce328828e0d9e8b9 yaz-1.0.4.tgz 15793
diff --git a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild
deleted file mode 100644
index e16060ff3237..000000000000
--- a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.18 2007/03/06 21:43:00 chtekk Exp $
-
-PHP_EXT_NAME="yaz"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-pecl-r1
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-
-DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit."
-LICENSE="PHP"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/yaz-2.0.13"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_compile() {
- my_conf="--with-yaz=/usr"
- php-ext-pecl-r1_src_compile
-}