diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 19:44:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 19:44:44 +0000 |
commit | 16548c9bdc00d8ce18b6282a4f0a0f14df1d8292 (patch) | |
tree | 42b68b872704bbe88c9b891697b31a2611af99d7 /dev-python/platinfo | |
parent | amd64 stable, bug #491576 (diff) | |
download | gentoo-2-16548c9bdc00d8ce18b6282a4f0a0f14df1d8292.tar.gz gentoo-2-16548c9bdc00d8ce18b6282a4f0a0f14df1d8292.tar.bz2 gentoo-2-16548c9bdc00d8ce18b6282a4f0a0f14df1d8292.zip |
amd64 stable, bug #496304
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/platinfo')
-rw-r--r-- | dev-python/platinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/platinfo/ChangeLog b/dev-python/platinfo/ChangeLog index fcb534bb8c49..984ba4666d0d 100644 --- a/dev-python/platinfo/ChangeLog +++ b/dev-python/platinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/platinfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.7 2013/12/14 18:26:29 aidecoe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.8 2014/01/12 19:44:44 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> platinfo-0.15.0-r1.ebuild: + amd64 stable, bug #496304 *platinfo-0.15.0-r1 (14 Dec 2013) @@ -31,4 +34,3 @@ 20 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +platinfo-0.15.0.ebuild, +metadata.xml: Initial ebuild. - diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild index 1aafb214d12e..fcff2740a62b 100644 --- a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild +++ b/dev-python/platinfo/platinfo-0.15.0-r1.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/platinfo/platinfo-0.15.0-r1.ebuild,v 1.1 2013/12/14 18:26:29 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0-r1.ebuild,v 1.2 2014/01/12 19:44:44 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://platinfo.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |