summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-14 22:47:58 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-14 22:47:58 +0000
commit0667bb7635bbeb573d10f4b0acfbbf090aa7d462 (patch)
tree952203ce4f34fce025681448d2f89add80ff35c2 /dev-php/PEAR-Net_LDAP2
parentBlock media-fonts/gnu-gs-fonts-(std|other), bug 315629 (diff)
downloadgentoo-2-0667bb7635bbeb573d10f4b0acfbbf090aa7d462.tar.gz
gentoo-2-0667bb7635bbeb573d10f4b0acfbbf090aa7d462.tar.bz2
gentoo-2-0667bb7635bbeb573d10f4b0acfbbf090aa7d462.zip
bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_LDAP2')
-rw-r--r--dev-php/PEAR-Net_LDAP2/ChangeLog12
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild20
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild20
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild (renamed from dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild)6
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.6.ebuild20
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.7.ebuild20
6 files changed, 13 insertions, 85 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/ChangeLog b/dev-php/PEAR-Net_LDAP2/ChangeLog
index f32c4ca6f5d0..1d6c46972752 100644
--- a/dev-php/PEAR-Net_LDAP2/ChangeLog
+++ b/dev-php/PEAR-Net_LDAP2/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-php/PEAR-Net_LDAP2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.6 2011/03/04 13:33:29 dev-zero Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.7 2012/01/14 22:47:58 mabi Exp $
+
+*PEAR-Net_LDAP2-2.0.12 (14 Jan 2012)
+
+ 14 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Net_LDAP2-2.0.0_rc2.ebuild,
+ -PEAR-Net_LDAP2-2.0.0_rc5.ebuild, -PEAR-Net_LDAP2-2.0.6.ebuild,
+ -PEAR-Net_LDAP2-2.0.7.ebuild, -PEAR-Net_LDAP2-2.0.11.ebuild,
+ +PEAR-Net_LDAP2-2.0.12.ebuild:
+ Version bump & remove old versions
*PEAR-Net_LDAP2-2.0.11 (04 Mar 2011)
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild
deleted file mode 100644
index 923bbcc81668..000000000000
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild,v 1.1 2008/03/20 12:05:17 jokey Exp $
-
-inherit php-pear-r1 depend.php
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-
-DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-need_php5
-
-pkg_setup() {
- require_php_with_use ldap
-}
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild
deleted file mode 100644
index f7e9ea1cdda0..000000000000
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild,v 1.1 2009/03/07 05:52:49 darkside Exp $
-
-inherit php-pear-r1 depend.php
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-
-DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-need_php5
-
-pkg_setup() {
- require_php_with_use ldap
-}
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild
index e0582221e576..4a59506eb2db 100644
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild,v 1.1 2011/03/04 13:33:29 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.12.ebuild,v 1.1 2012/01/14 22:47:58 mabi Exp $
-EAPI="3"
+EAPI="4"
inherit php-pear-r1
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.6.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.6.ebuild
deleted file mode 100644
index df0ef711c9e2..000000000000
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.6.ebuild,v 1.1 2009/08/22 18:58:54 beandog Exp $
-
-inherit php-pear-r1 depend.php
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-
-DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-need_php5
-
-pkg_setup() {
- require_php_with_use ldap
-}
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.7.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.7.ebuild
deleted file mode 100644
index 3923664d3763..000000000000
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.7.ebuild
+++ /dev/null
@@ -1,20 +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_LDAP2/PEAR-Net_LDAP2-2.0.7.ebuild,v 1.1 2010/02/16 04:48:42 beandog Exp $
-
-inherit php-pear-r1 depend.php
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-
-DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-need_php5
-
-pkg_setup() {
- require_php_with_use ldap
-}