summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-05 10:45:36 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-05 10:45:36 +0000
commitf36de88f8e0daa5106ceb65b96a4a32f482a37fe (patch)
tree36c89014628246dbac2f7350fff61661e547182c /dev-php/pecl-crack
parentRemoved older ebuilds (diff)
downloadgentoo-2-f36de88f8e0daa5106ceb65b96a4a32f482a37fe.tar.gz
gentoo-2-f36de88f8e0daa5106ceb65b96a4a32f482a37fe.tar.bz2
gentoo-2-f36de88f8e0daa5106ceb65b96a4a32f482a37fe.zip
Removed older ebuilds
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-crack')
-rw-r--r--dev-php/pecl-crack/ChangeLog7
-rw-r--r--dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild28
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-php/pecl-crack/ChangeLog b/dev-php/pecl-crack/ChangeLog
index c064a44fc9b1..8559fee91667 100644
--- a/dev-php/pecl-crack/ChangeLog
+++ b/dev-php/pecl-crack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/pecl-crack
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v 1.9 2012/12/09 17:16:04 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v 1.10 2013/03/05 10:45:36 olemarkus Exp $
+
+ 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -pecl-crack-0.4-r1.ebuild:
+ Removed older ebuilds
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pecl-crack-0.4-r2.ebuild:
Stable for ppc64, wrt bug #427024
diff --git a/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild
deleted file mode 100644
index 1dbf677722b0..000000000000
--- a/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild,v 1.1 2011/12/14 22:32:31 mabi Exp $
-
-EAPI="3"
-
-PHP_EXT_NAME="crack"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="EXPERIMENTAL"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-
-DESCRIPTION="PHP interface to the cracklib libraries."
-LICENSE="PHP-3 CRACKLIB"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
- for slot in $(php_get_slots) ; do
- cd "${WORKDIR}/${slot}"
- # Patch for http://pecl.php.net/bugs/bug.php?id=5765
- epatch "${FILESDIR}/fix-pecl-bug-5765.patch"
- done
- php-ext-source-r2_src_prepare
-}