diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:20:25 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:20:25 +0000 |
commit | 8475bfb292cf349fb5caa3ea8c52c309874a0118 (patch) | |
tree | a17e13fc38c83d0458e0a809edec56277f054fde /dev-php/PEAR-Console_Table | |
parent | Add alpha systemd profiles (diff) | |
download | gentoo-2-8475bfb292cf349fb5caa3ea8c52c309874a0118.tar.gz gentoo-2-8475bfb292cf349fb5caa3ea8c52c309874a0118.tar.bz2 gentoo-2-8475bfb292cf349fb5caa3ea8c52c309874a0118.zip |
version bump; remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php/PEAR-Console_Table')
-rw-r--r-- | dev-php/PEAR-Console_Table/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.7.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild (renamed from dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.8.ebuild) | 6 |
3 files changed, 12 insertions, 15 deletions
diff --git a/dev-php/PEAR-Console_Table/ChangeLog b/dev-php/PEAR-Console_Table/ChangeLog index 9cc3e54921b4..36c87a0e207d 100644 --- a/dev-php/PEAR-Console_Table/ChangeLog +++ b/dev-php/PEAR-Console_Table/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Console_Table -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.34 2012/09/09 16:42:31 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/ChangeLog,v 1.35 2013/11/14 21:20:25 mabi Exp $ + +*PEAR-Console_Table-1.1.6 (14 Nov 2013) + + 14 Nov 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Console_Table-1.1.6.ebuild, + -PEAR-Console_Table-1.0.7.ebuild, -PEAR-Console_Table-1.0.8.ebuild: + version bump; remove old 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Console_Table-1.1.3.ebuild: diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.7.ebuild b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.7.ebuild deleted file mode 100644 index 387bd09c8543..000000000000 --- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.7.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-Console_Table/PEAR-Console_Table-1.0.7.ebuild,v 1.9 2007/12/05 23:50:18 jokey Exp $ - -inherit php-pear-r1 - -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -DESCRIPTION="Class that makes it easy to build console style tables." -LICENSE="BSD" -SLOT="0" -IUSE="" diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.8.ebuild b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild index 1b4fd8808076..bd244884635a 100644 --- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.8.ebuild +++ b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.0.8.ebuild,v 1.1 2008/01/13 15:17:28 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.1.6.ebuild,v 1.1 2013/11/14 21:20:25 mabi Exp $ + +EAPI="4" inherit php-pear-r1 |