diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 15:06:35 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 15:06:35 +0000 |
commit | 2e28ecb29a3e56386547fda185ec2f43ef7d703b (patch) | |
tree | 26c1d2f39642745bdbaffa4889612f34b7c1ccd2 /dev-php5 | |
parent | Removed older versions (diff) | |
download | historical-2e28ecb29a3e56386547fda185ec2f43ef7d703b.tar.gz historical-2e28ecb29a3e56386547fda185ec2f43ef7d703b.tar.bz2 historical-2e28ecb29a3e56386547fda185ec2f43ef7d703b.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild | 21 | ||||
-rw-r--r-- | dev-php5/pecl-yaz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild (renamed from dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild) | 11 |
3 files changed, 11 insertions, 27 deletions
diff --git a/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild b/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild deleted file mode 100644 index 75a5c7a044ea..000000000000 --- a/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild +++ /dev/null @@ -1,21 +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-radius/pecl-radius-1.2.5.ebuild,v 1.2 2007/12/06 01:20:33 jokey Exp $ - -PHP_EXT_NAME="radius" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)." -LICENSE="BSD BSD-2" -SLOT="0" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -need_php_by_category diff --git a/dev-php5/pecl-yaz/ChangeLog b/dev-php5/pecl-yaz/ChangeLog index ad0128b61a6c..eb70b4a6c150 100644 --- a/dev-php5/pecl-yaz/ChangeLog +++ b/dev-php5/pecl-yaz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-yaz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.44 2011/01/30 16:38:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.45 2011/04/16 15:04:18 olemarkus Exp $ + + 16 Apr 2011; <olemarkus@gentoo.org> -pecl-yaz-1.0.14.ebuild, + +pecl-yaz-1.0.14-r1.ebuild: + Removed the wrong version. Fixup. 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: ia64/s390/sh/sparc stable diff --git a/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild index 2ffe3ffea26d..99d58b445983 100644 --- a/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild +++ b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild,v 1.1 2008/02/26 16:37:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild,v 1.13 2011/04/16 15:04:18 olemarkus Exp $ + +EAPI=3 PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README" -inherit php-ext-pecl-r1 +inherit php-ext-pecl-r2 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +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-3" @@ -19,5 +21,4 @@ IUSE="" DEPEND=">=dev-libs/yaz-3.0.2" RDEPEND="${DEPEND}" -need_php_by_category my_conf="--with-yaz=/usr" |