diff options
author | Brian Evans <grknight@gentoo.org> | 2014-11-06 19:37:05 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-11-06 19:37:05 +0000 |
commit | ded88d8ad11dad32cba962a75715fd38c886d3ac (patch) | |
tree | 73e4cd7d0e22ff4e52bcfb3cf457a8c33533c10b /dev-php | |
parent | Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. (diff) | |
download | gentoo-2-ded88d8ad11dad32cba962a75715fd38c886d3ac.tar.gz gentoo-2-ded88d8ad11dad32cba962a75715fd38c886d3ac.tar.bz2 gentoo-2-ded88d8ad11dad32cba962a75715fd38c886d3ac.zip |
Version bump; Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-OLE/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-0.5-r1.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-0.6.0.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild (renamed from dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc1.ebuild) | 6 |
4 files changed, 11 insertions, 25 deletions
diff --git a/dev-php/PEAR-OLE/ChangeLog b/dev-php/PEAR-OLE/ChangeLog index c6ca3cc86b88..93de0e4afa29 100644 --- a/dev-php/PEAR-OLE/ChangeLog +++ b/dev-php/PEAR-OLE/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-OLE # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v 1.37 2014/01/26 18:38:12 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v 1.38 2014/11/06 19:37:05 grknight Exp $ + +*PEAR-OLE-1.0.0_rc2 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> +PEAR-OLE-1.0.0_rc2.ebuild, + -PEAR-OLE-0.5-r1.ebuild, -PEAR-OLE-0.6.0.ebuild, -PEAR-OLE-1.0.0_rc1.ebuild: + Version bump; Drop old 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org> PEAR-OLE-0.5-r1.ebuild, PEAR-OLE-0.6.1.ebuild: diff --git a/dev-php/PEAR-OLE/PEAR-OLE-0.5-r1.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-0.5-r1.ebuild deleted file mode 100644 index eaf91c55e5b9..000000000000 --- a/dev-php/PEAR-OLE/PEAR-OLE-0.5-r1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-0.5-r1.ebuild,v 1.18 2014/01/26 18:38:12 olemarkus Exp $ - -inherit php-pear-r1 - -DESCRIPTION="Package for reading and writing OLE containers" -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" diff --git a/dev-php/PEAR-OLE/PEAR-OLE-0.6.0.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-0.6.0.ebuild deleted file mode 100644 index 0640b2f2d833..000000000000 --- a/dev-php/PEAR-OLE/PEAR-OLE-0.6.0.ebuild +++ /dev/null @@ -1,11 +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-OLE/PEAR-OLE-0.6.0.ebuild,v 1.2 2008/01/10 10:06:22 vapier Exp $ - -inherit php-pear-r1 - -DESCRIPTION="Package for reading and writing OLE containers" -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc1.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild index 147d74cf2b40..750dbce26681 100644 --- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc1.ebuild +++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc1.ebuild,v 1.1 2010/02/16 04:59:41 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild,v 1.1 2014/11/06 19:37:05 grknight Exp $ + +EAPI=5 inherit php-pear-r1 |