diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-02-10 02:16:04 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-02-10 02:16:04 +0000 |
commit | 370c68d26a967558aaf9ca414d701fdd60d27c98 (patch) | |
tree | 0c21309218136c4143e205733047315a6065e15c /dev-python/PyRSS2Gen | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-370c68d26a967558aaf9ca414d701fdd60d27c98.tar.gz gentoo-2-370c68d26a967558aaf9ca414d701fdd60d27c98.tar.bz2 gentoo-2-370c68d26a967558aaf9ca414d701fdd60d27c98.zip |
Convert to distutils-r1.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r-- | dev-python/PyRSS2Gen/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild | 17 |
2 files changed, 24 insertions, 3 deletions
diff --git a/dev-python/PyRSS2Gen/ChangeLog b/dev-python/PyRSS2Gen/ChangeLog index 1957c29249f3..15adf74de075 100644 --- a/dev-python/PyRSS2Gen/ChangeLog +++ b/dev-python/PyRSS2Gen/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/PyRSS2Gen -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.3 2011/09/14 08:01:58 djc Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.4 2013/02/10 02:16:04 floppym Exp $ + +*PyRSS2Gen-1.0.0-r1 (10 Feb 2013) + + 10 Feb 2013; Mike Gilbert <floppym@gentoo.org> +PyRSS2Gen-1.0.0-r1.ebuild: + Convert to distutils-r1. 14 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> PyRSS2Gen-1.0.0.ebuild: Add PyPI homepage. @@ -13,4 +18,3 @@ 26 Aug 2011; Mike Gilbert <floppym@gentoo.org> +PyRSS2Gen-1.0.0.ebuild, +metadata.xml: Migrate from sunrise; resolves bug 56920 by Jacob Smullyan - diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild new file mode 100644 index 000000000000..6ae1c16d0083 --- /dev/null +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0-r1.ebuild,v 1.1 2013/02/10 02:16:04 floppym Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_{5,6,7} pypy{1_9,2_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="" |