diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:09:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:09:10 +0000 |
commit | 1ea4ed673f33ebc560c47bd21421a1a212f86942 (patch) | |
tree | 3745fb44932a63d63e809ceca8355f5aeb9123bb /dev-python/biplist | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-1ea4ed673f33ebc560c47bd21421a1a212f86942.tar.gz gentoo-2-1ea4ed673f33ebc560c47bd21421a1a212f86942.tar.bz2 gentoo-2-1ea4ed673f33ebc560c47bd21421a1a212f86942.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/biplist')
-rw-r--r-- | dev-python/biplist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/biplist/biplist-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/biplist/ChangeLog b/dev-python/biplist/ChangeLog index 8c57bf07684e..2e7f1c6bf0af 100644 --- a/dev-python/biplist/ChangeLog +++ b/dev-python/biplist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/biplist -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/ChangeLog,v 1.6 2014/10/08 09:12:50 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/ChangeLog,v 1.7 2015/03/06 22:09:10 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> biplist-0.8.ebuild: + amd64 stable, bug 540290 *biplist-0.8 (08 Oct 2014) diff --git a/dev-python/biplist/biplist-0.8.ebuild b/dev-python/biplist/biplist-0.8.ebuild index 68b8ff256032..cdc564bb38c8 100644 --- a/dev-python/biplist/biplist-0.8.ebuild +++ b/dev-python/biplist/biplist-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/biplist-0.8.ebuild,v 1.1 2014/10/08 09:12:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/biplist-0.8.ebuild,v 1.2 2015/03/06 22:09:10 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="A binary plist parser/generator for Python" HOMEPAGE="http://pypi.python.org/pypi/biplist/ https://github.com/wooster/biplist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" LICENSE="BSD" |