summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-06-09 14:36:35 +0000
committerMatti Bickel <mabi@gentoo.org>2012-06-09 14:36:35 +0000
commit042ce241fa6d7d53a384ee661baf1390ebef3efb (patch)
tree21f52617820698407289d802ed95e893b8634285 /dev-php/PEAR-Auth
parentremove old (diff)
downloadgentoo-2-042ce241fa6d7d53a384ee661baf1390ebef3efb.tar.gz
gentoo-2-042ce241fa6d7d53a384ee661baf1390ebef3efb.tar.bz2
gentoo-2-042ce241fa6d7d53a384ee661baf1390ebef3efb.zip
remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r--dev-php/PEAR-Auth/ChangeLog5
-rw-r--r--dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog
index ebc512f9614e..9c9a9e3e8869 100644
--- a/dev-php/PEAR-Auth/ChangeLog
+++ b/dev-php/PEAR-Auth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-Auth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.52 2012/04/01 18:17:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.53 2012/06/09 14:36:35 mabi Exp $
+
+ 09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Auth-1.5.4.ebuild:
+ remove old
01 Apr 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Auth-1.6.4.ebuild:
alpha/ia64/sparc stable wrt #408723
diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild
deleted file mode 100644
index 116205aa30eb..000000000000
--- a/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild
+++ /dev/null
@@ -1,30 +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-Auth/PEAR-Auth-1.5.4.ebuild,v 1.9 2007/12/05 23:31:53 jokey Exp $
-
-inherit php-pear-r1 depend.php eutils
-
-DESCRIPTION="Provides methods for creating an authentication system using PHP."
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="minimal"
-RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
- >=dev-php/PEAR-File_Passwd-1.1.0
- >=dev-php/PEAR-Net_POP3-1.3.0
- >=dev-php/PEAR-DB-1.7.6-r1
- dev-php/PEAR-MDB
- >=dev-php/PEAR-MDB2-2.0.0_rc1
- >=dev-php/PEAR-Crypt_CHAP-1.0.0
- >=dev-php/PEAR-File_SMBPasswd-1.0.0
- >=dev-php/PEAR-SOAP-0.9.0 )"
- # missing lots of keywords
- # >=dev-php/PEAR-HTTP_Client-1.1.0
-
-pkg_postinst() {
- has_php
- if ! use minimal && ! built_with_use --missing true =${PHP_PKG} imap soap ; then
- elog "${PN} can optionally use ${PHP_PKG} imap and soap features."
- elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
- fi
-}