diff options
author | Brian Evans <grknight@gentoo.org> | 2014-11-06 20:10:02 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-11-06 20:10:02 +0000 |
commit | 50c2a3bb3ec1de1bcf63cc5e1a2b926003157a8a (patch) | |
tree | 93d5fb22616e976920adf7c96c7bdb5cde28c347 | |
parent | Add qtcore as dependency (thanks Patrick Lauer, bug 514404) (diff) | |
download | gentoo-2-50c2a3bb3ec1de1bcf63cc5e1a2b926003157a8a.tar.gz gentoo-2-50c2a3bb3ec1de1bcf63cc5e1a2b926003157a8a.tar.bz2 gentoo-2-50c2a3bb3ec1de1bcf63cc5e1a2b926003157a8a.zip |
Version bump; Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
-rw-r--r-- | dev-php/PEAR-Pager/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Pager/PEAR-Pager-2.4.4.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild (renamed from dev-php/PEAR-Pager/PEAR-Pager-2.4.5.ebuild) | 4 |
3 files changed, 10 insertions, 14 deletions
diff --git a/dev-php/PEAR-Pager/ChangeLog b/dev-php/PEAR-Pager/ChangeLog index f9caade076ab..81438ce9bd5c 100644 --- a/dev-php/PEAR-Pager/ChangeLog +++ b/dev-php/PEAR-Pager/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Pager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/ChangeLog,v 1.41 2014/08/10 20:54:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/ChangeLog,v 1.42 2014/11/06 20:10:02 grknight Exp $ + +*PEAR-Pager-2.4.9 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> +PEAR-Pager-2.4.9.ebuild, + -PEAR-Pager-2.4.4.ebuild, -PEAR-Pager-2.4.5.ebuild: + Version bump; Drop old 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> PEAR-Pager-2.4.4.ebuild, PEAR-Pager-2.4.5.ebuild, PEAR-Pager-2.4.8.ebuild: diff --git a/dev-php/PEAR-Pager/PEAR-Pager-2.4.4.ebuild b/dev-php/PEAR-Pager/PEAR-Pager-2.4.4.ebuild deleted file mode 100644 index b3a150fddc07..000000000000 --- a/dev-php/PEAR-Pager/PEAR-Pager-2.4.4.ebuild +++ /dev/null @@ -1,12 +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-Pager/PEAR-Pager-2.4.4.ebuild,v 1.10 2014/08/10 20:54:45 slyfox Exp $ - -inherit php-pear-r1 - -DESCRIPTION="Data paging class" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" diff --git a/dev-php/PEAR-Pager/PEAR-Pager-2.4.5.ebuild b/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild index dc6afdf672db..e4281fd72b3f 100644 --- a/dev-php/PEAR-Pager/PEAR-Pager-2.4.5.ebuild +++ b/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/PEAR-Pager-2.4.5.ebuild,v 1.3 2014/08/10 20:54:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild,v 1.1 2014/11/06 20:10:02 grknight Exp $ + +EAPI=5 inherit php-pear-r1 |