diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-09 15:30:59 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-09 15:30:59 +0000 |
commit | e57a09232babb503a948908c10d2f883a7a83c7d (patch) | |
tree | 2f08aa7ddba18bc01a2b064b37b1a2929be6a15d /dev-php/PEAR-Net_DNS | |
parent | app-misc/colordiff: Version Bump, moved to EAPI=4 (diff) | |
download | gentoo-2-e57a09232babb503a948908c10d2f883a7a83c7d.tar.gz gentoo-2-e57a09232babb503a948908c10d2f883a7a83c7d.tar.bz2 gentoo-2-e57a09232babb503a948908c10d2f883a7a83c7d.zip |
remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNS')
-rw-r--r-- | dev-php/PEAR-Net_DNS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild | 15 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild | 11 |
3 files changed, 5 insertions, 27 deletions
diff --git a/dev-php/PEAR-Net_DNS/ChangeLog b/dev-php/PEAR-Net_DNS/ChangeLog index 9aaee326f6fd..fb199dd0cb65 100644 --- a/dev-php/PEAR-Net_DNS/ChangeLog +++ b/dev-php/PEAR-Net_DNS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_DNS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.43 2012/03/18 15:50:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.44 2012/06/09 15:30:58 mabi Exp $ + + 09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Net_DNS-1.0.0.ebuild, + -PEAR-Net_DNS-1.0.1.ebuild: + remove old 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Net_DNS-1.0.7.ebuild: alpha/ia64/sparc stable wrt #399315 diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild deleted file mode 100644 index 3f804447c33f..000000000000 --- a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild,v 1.9 2007/12/06 00:39:10 jokey Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Resolver library used to communicate with a DNS server." -LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -pkg_setup() { - require_php_with_use mhash -} diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild deleted file mode 100644 index 28835eff57c9..000000000000 --- a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild,v 1.6 2010/11/05 04:36:03 jer Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Resolver library used to communicate with a DNS server." -LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" |