summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2014-09-30 04:29:02 +0000
committerBen de Groot <yngwin@gentoo.org>2014-09-30 04:29:02 +0000
commitd0a104d63df490a0284a77a23ef708d462500a38 (patch)
treec924adc623d444a5f4c9c6f7443c974912907fa8 /dev-python/PyRSS2Gen
parentBump (diff)
downloadgentoo-2-d0a104d63df490a0284a77a23ef708d462500a38.tar.gz
gentoo-2-d0a104d63df490a0284a77a23ef708d462500a38.tar.bz2
gentoo-2-d0a104d63df490a0284a77a23ef708d462500a38.zip
Non-maintainer commit: version bump requested in bug #505638 six months ago
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r--dev-python/PyRSS2Gen/ChangeLog7
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/PyRSS2Gen/ChangeLog b/dev-python/PyRSS2Gen/ChangeLog
index b523b6709ae3..a1075ce8eaa0 100644
--- a/dev-python/PyRSS2Gen/ChangeLog
+++ b/dev-python/PyRSS2Gen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/PyRSS2Gen
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.6 2014/03/31 20:43:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.7 2014/09/30 04:29:02 yngwin Exp $
+
+*PyRSS2Gen-1.1 (30 Sep 2014)
+
+ 30 Sep 2014; Ben de Groot <yngwin@gentoo.org> +PyRSS2Gen-1.1.ebuild:
+ Non-maintainer commit: version bump requested in bug #505638 six months ago
31 Mar 2014; Michał Górny <mgorny@gentoo.org> PyRSS2Gen-1.0.0-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
new file mode 100644
index 000000000000..7e675b5dc5c7
--- /dev/null
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 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.1 2014/09/30 04:29:02 yngwin Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_{6,7},3_3} pypy pypy2_0 )
+
+inherit distutils-r1
+
+DESCRIPTION="RSS feed generator written in Python"
+HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html http://pypi.python.org/pypi/PyRSS2Gen"
+SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""