diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-11 18:18:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-11 18:18:20 +0000 |
commit | 2ba836b234c686b8151231cdc85dcbd41d0e9602 (patch) | |
tree | 850acf7fb9dc1d9b3870fd96e22520e4b1346d26 /dev-python/PyRSS2Gen | |
parent | Version bump (diff) | |
download | gentoo-2-2ba836b234c686b8151231cdc85dcbd41d0e9602.tar.gz gentoo-2-2ba836b234c686b8151231cdc85dcbd41d0e9602.tar.bz2 gentoo-2-2ba836b234c686b8151231cdc85dcbd41d0e9602.zip |
Stabilize for all.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r-- | dev-python/PyRSS2Gen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyRSS2Gen/ChangeLog b/dev-python/PyRSS2Gen/ChangeLog index 182056c3258e..cdd6db7e9d57 100644 --- a/dev-python/PyRSS2Gen/ChangeLog +++ b/dev-python/PyRSS2Gen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyRSS2Gen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.9 2015/02/01 16:23:57 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.10 2015/02/11 18:18:20 vapier Exp $ + + 11 Feb 2015; Mike Frysinger <vapier@gentoo.org> PyRSS2Gen-1.1.ebuild: + Stabilize for all. 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -PyRSS2Gen-1.0.0.ebuild: Remove old. diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild index 71a5abca7853..bcf310f03641 100644 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.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/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v 1.2 2014/09/30 17:52:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v 1.3 2015/02/11 18:18:20 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,5 +13,5 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" |