* [gentoo-commits] gentoo-x86 commit in dev-python/PyRSS2Gen: ChangeLog PyRSS2Gen-1.0.0.ebuild
@ 2011-09-14 8:01 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-14 8:01 UTC (permalink / raw
To: gentoo-commits
djc 11/09/14 08:01:58
Modified: ChangeLog PyRSS2Gen-1.0.0.ebuild
Log:
Add PyPI homepage to PyRSS2Gen.
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/PyRSS2Gen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 29 Aug 2011 15:48:30 -0000 1.2
+++ ChangeLog 14 Sep 2011 08:01:58 -0000 1.3
@@ -1,6 +1,9 @@
# 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.2 2011/08/29 15:48:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.3 2011/09/14 08:01:58 djc Exp $
+
+ 14 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> PyRSS2Gen-1.0.0.ebuild:
+ Add PyPI homepage.
29 Aug 2011; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Change herd to python
1.2 dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild?r1=1.1&r2=1.2
Index: PyRSS2Gen-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyRSS2Gen-1.0.0.ebuild 26 Aug 2011 05:56:00 -0000 1.1
+++ PyRSS2Gen-1.0.0.ebuild 14 Sep 2011 08:01:58 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.ebuild,v 1.1 2011/08/26 05:56:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.0.0.ebuild,v 1.2 2011/09/14 08:01:58 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
inherit distutils
DESCRIPTION="RSS feed generator written in Python"
-HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html"
+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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/PyRSS2Gen: ChangeLog PyRSS2Gen-1.0.0.ebuild
@ 2015-02-01 16:23 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-02-01 16:23 UTC (permalink / raw
To: gentoo-commits
mrueg 15/02/01 16:23:57
Modified: ChangeLog
Removed: PyRSS2Gen-1.0.0.ebuild
Log:
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.9 dev-python/PyRSS2Gen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 30 Sep 2014 17:52:39 -0000 1.8
+++ ChangeLog 1 Feb 2015 16:23:57 -0000 1.9
@@ -1,6 +1,9 @@
# 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.8 2014/09/30 17:52:39 floppym Exp $
+# 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 $
+
+ 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -PyRSS2Gen-1.0.0.ebuild:
+ Remove old.
30 Sep 2014; Mike Gilbert <floppym@gentoo.org> PyRSS2Gen-1.1.ebuild:
Cleanup PYTHON_COMPAT, add 3.4.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-01 16:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 16:23 [gentoo-commits] gentoo-x86 commit in dev-python/PyRSS2Gen: ChangeLog PyRSS2Gen-1.0.0.ebuild Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2011-09-14 8:01 Dirkjan Ochtman (djc)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox