* [gentoo-commits] gentoo-x86 commit in dev-python/rtf2xml: ChangeLog rtf2xml-1.32.ebuild
@ 2009-12-25 13:08 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-12-25 13:08 UTC (permalink / raw
To: gentoo-commits
hwoarang 09/12/25 13:08:59
Modified: ChangeLog rtf2xml-1.32.ebuild
Log:
Added amd64 keyword wrt bug #296192
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/rtf2xml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 10 Jun 2006 15:52:31 -0000 1.2
+++ ChangeLog 25 Dec 2009 13:08:58 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/rtf2xml
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.2 2006/06/10 15:52:31 swegener Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.3 2009/12/25 13:08:58 hwoarang Exp $
+
+ 25 Dec 2009; <hwoarang@gentoo.org> rtf2xml-1.32.ebuild:
+ Added amd64 keyword wrt bug #296192
*rtf2xml-1.32 (28 May 2006)
1.2 dev-python/rtf2xml/rtf2xml-1.32.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?r1=1.1&r2=1.2
Index: rtf2xml-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtf2xml-1.32.ebuild 28 May 2006 12:14:50 -0000 1.1
+++ rtf2xml-1.32.ebuild 25 Dec 2009 13:08:58 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/rtf2xml/rtf2xml-1.32.ebuild,v 1.1 2006/05/28 12:14:50 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild,v 1.2 2009/12/25 13:08:58 hwoarang Exp $
inherit distutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/python"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/rtf2xml: ChangeLog rtf2xml-1.32.ebuild
@ 2010-11-15 3:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-11-15 3:28 UTC (permalink / raw
To: gentoo-commits
arfrever 10/11/15 03:28:57
Modified: ChangeLog rtf2xml-1.32.ebuild
Log:
Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/rtf2xml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 25 Dec 2009 13:08:58 -0000 1.3
+++ ChangeLog 15 Nov 2010 03:28:57 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/rtf2xml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.3 2009/12/25 13:08:58 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.4 2010/11/15 03:28:57 arfrever Exp $
+
+ 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ rtf2xml-1.32.ebuild:
+ Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS.
25 Dec 2009; <hwoarang@gentoo.org> rtf2xml-1.32.ebuild:
Added amd64 keyword wrt bug #296192
1.3 dev-python/rtf2xml/rtf2xml-1.32.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild?r1=1.2&r2=1.3
Index: rtf2xml-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtf2xml-1.32.ebuild 25 Dec 2009 13:08:58 -0000 1.2
+++ rtf2xml-1.32.ebuild 15 Nov 2010 03:28:57 -0000 1.3
@@ -1,6 +1,11 @@
-# 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/rtf2xml/rtf2xml-1.32.ebuild,v 1.2 2009/12/25 13:08:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/rtf2xml-1.32.ebuild,v 1.3 2010/11/15 03:28:57 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -13,7 +18,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="virtual/python"
+DEPEND=""
+RDEPEND=""
src_install() {
distutils_src_install
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/rtf2xml: ChangeLog rtf2xml-1.32.ebuild
@ 2012-05-10 16:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 16:01 UTC (permalink / raw
To: gentoo-commits
ago 12/05/10 16:01:38
Modified: ChangeLog
Removed: rtf2xml-1.32.ebuild
Log:
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-python/rtf2xml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtf2xml/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 14 Mar 2012 05:32:03 -0000 1.6
+++ ChangeLog 10 May 2012 16:01:35 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/rtf2xml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.6 2012/03/14 05:32:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtf2xml/ChangeLog,v 1.7 2012/05/10 16:01:35 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -rtf2xml-1.32.ebuild:
+ Remove old
*rtf2xml-1.33 (14 Mar 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-10 16:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 16:01 [gentoo-commits] gentoo-x86 commit in dev-python/rtf2xml: ChangeLog rtf2xml-1.32.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2010-11-15 3:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-25 13:08 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox