* [gentoo-commits] gentoo-x86 commit in dev-python/pudge: pudge-0.1.3.ebuild ChangeLog
@ 2009-10-01 23:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-01 23:16 UTC (permalink / raw
To: gentoo-commits
arfrever 09/10/01 23:16:44
Modified: pudge-0.1.3.ebuild ChangeLog
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14471-svn/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/pudge/pudge-0.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?r1=1.3&r2=1.4
Index: pudge-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pudge-0.1.3.ebuild 4 Jul 2007 20:16:09 -0000 1.3
+++ pudge-0.1.3.ebuild 1 Oct 2009 23:16:44 -0000 1.4
@@ -1,6 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v 1.3 2007/07/04 20:16:09 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v 1.4 2009/10/01 23:16:44 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -17,12 +20,14 @@
>=dev-python/kid-0.9.5"
DEPEND="dev-python/setuptools
doc? ( ${RDEPEND} )"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
src_install() {
distutils_src_install
- if use doc ; then
- einfo "Generating docs as requested..."
- ./bin/pudge --modules=pudge --documents=doc/index.rst --dest=doc/html
+
+ if use doc; then
+ einfo "Generation of documentation"
+ ./bin/pudge --modules=pudge --documents=doc/index.rst --dest=doc/html || die "Generation of documentation failed"
dohtml -r doc/html/*
fi
}
1.6 dev-python/pudge/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 4 Jul 2007 20:16:09 -0000 1.5
+++ ChangeLog 1 Oct 2009 23:16:44 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pudge
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.5 2007/07/04 20:16:09 lucass Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.6 2009/10/01 23:16:44 arfrever Exp $
+
+ 02 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pudge-0.1.3.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> -pudge-0.1.2.ebuild,
pudge-0.1.3.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pudge: pudge-0.1.3.ebuild ChangeLog
@ 2010-01-02 22:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-02 22:49 UTC (permalink / raw
To: gentoo-commits
arfrever 10/01/02 22:49:03
Modified: pudge-0.1.3.ebuild ChangeLog
Log:
Fix dependencies (bug #297810).
(Portage version: 15156-svn/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/pudge/pudge-0.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild?r1=1.4&r2=1.5
Index: pudge-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pudge-0.1.3.ebuild 1 Oct 2009 23:16:44 -0000 1.4
+++ pudge-0.1.3.ebuild 2 Jan 2010 22:49:03 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v 1.4 2009/10/01 23:16:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.3.ebuild,v 1.5 2010/01/02 22:49:03 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -17,7 +17,8 @@
IUSE="doc"
RDEPEND="dev-python/docutils
- >=dev-python/kid-0.9.5"
+ >=dev-python/kid-0.9.5
+ dev-python/pygments"
DEPEND="dev-python/setuptools
doc? ( ${RDEPEND} )"
RESTRICT_PYTHON_ABIS="2.4 3.*"
1.7 dev-python/pudge/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pudge/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 1 Oct 2009 23:16:44 -0000 1.6
+++ ChangeLog 2 Jan 2010 22:49:03 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pudge
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.6 2009/10/01 23:16:44 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/ChangeLog,v 1.7 2010/01/02 22:49:03 arfrever Exp $
+
+ 02 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pudge-0.1.3.ebuild:
+ Fix dependencies (bug #297810).
02 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pudge-0.1.3.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-02 22:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 22:49 [gentoo-commits] gentoo-x86 commit in dev-python/pudge: pudge-0.1.3.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2009-10-01 23:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox