diff options
author | 2014-03-02 22:17:49 +0000 | |
---|---|---|
committer | 2014-03-02 22:17:49 +0000 | |
commit | c56c967334db6872923788c9baa2a3351749c28a (patch) | |
tree | 6d61d48eafb64db08cd2a1459919f416d29d17b1 /dev-python/prettytable | |
parent | amd64 stable, bug #495596 (diff) | |
download | gentoo-2-c56c967334db6872923788c9baa2a3351749c28a.tar.gz gentoo-2-c56c967334db6872923788c9baa2a3351749c28a.tar.bz2 gentoo-2-c56c967334db6872923788c9baa2a3351749c28a.zip |
amd64 stable, bug #495600
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r-- | dev-python/prettytable/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/prettytable/ChangeLog b/dev-python/prettytable/ChangeLog index cab75fd5604c..ae1244ffac78 100644 --- a/dev-python/prettytable/ChangeLog +++ b/dev-python/prettytable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/prettytable # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/ChangeLog,v 1.8 2014/02/13 15:28:30 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/ChangeLog,v 1.9 2014/03/02 22:17:49 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> prettytable-0.7.1.ebuild: + amd64 stable, bug #495600 13 Feb 2014; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml: I am no longer maintaining this package. diff --git a/dev-python/prettytable/prettytable-0.7.1.ebuild b/dev-python/prettytable/prettytable-0.7.1.ebuild index f9de99782551..63b62eee4e62 100644 --- a/dev-python/prettytable/prettytable-0.7.1.ebuild +++ b/dev-python/prettytable/prettytable-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/prettytable-0.7.1.ebuild,v 1.3 2013/12/16 06:29:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/prettytable-0.7.1.ebuild,v 1.4 2014/03/02 22:17:49 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |