* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-10.1.0.ebuild ChangeLog
@ 2010-07-09 21:30 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-09 21:30 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/09 21:30:21
Modified: ChangeLog
Added: twisted-words-10.1.0.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.49 dev-python/twisted-words/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 17 Mar 2010 10:42:19 -0000 1.48
+++ ChangeLog 9 Jul 2010 21:30:21 -0000 1.49
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.48 2010/03/17 10:42:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.49 2010/07/09 21:30:21 arfrever Exp $
+
+*twisted-words-10.1.0 (09 Jul 2010)
+
+ 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +twisted-words-10.1.0.ebuild:
+ Version bump.
*twisted-words-10.0.0 (17 Mar 2010)
1.1 dev-python/twisted-words/twisted-words-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.1&content-type=text/plain
Index: twisted-words-10.1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.1 2010/07/09 21:30:21 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
MY_PACKAGE="Words"
inherit twisted
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
=dev-python/twisted-web-$(get_version_component_range 1)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/plugins twisted/words"
src_install() {
twisted_src_install
# Remove the "im" script, because we do not depend on the required pygtk.
rm -fr "${ED}"usr/{bin,share/man}
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-10.1.0.ebuild ChangeLog
@ 2010-08-18 23:38 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-18 23:38 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/18 23:38:37
Modified: twisted-words-10.1.0.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #333211
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/twisted-words/twisted-words-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?r1=1.1&r2=1.2
Index: twisted-words-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-words-10.1.0.ebuild 9 Jul 2010 21:30:21 -0000 1.1
+++ twisted-words-10.1.0.ebuild 18 Aug 2010 23:38:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.1 2010/07/09 21:30:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.2 2010/08/18 23:38:37 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
1.50 dev-python/twisted-words/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 9 Jul 2010 21:30:21 -0000 1.49
+++ ChangeLog 18 Aug 2010 23:38:37 -0000 1.50
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.49 2010/07/09 21:30:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.50 2010/08/18 23:38:37 hwoarang Exp $
+
+ 18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ twisted-words-10.1.0.ebuild:
+ Stable on amd64 wrt bug #333211
*twisted-words-10.1.0 (09 Jul 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-10.1.0.ebuild ChangeLog
@ 2010-10-25 2:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-25 2:57 UTC (permalink / raw
To: gentoo-commits
jer 10/10/25 02:57:52
Modified: twisted-words-10.1.0.ebuild ChangeLog
Log:
Stable for HPPA (bug #333211).
(Portage version: 2.2.0_alpha1/cvs/Linux i686)
Revision Changes Path
1.3 dev-python/twisted-words/twisted-words-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?r1=1.2&r2=1.3
Index: twisted-words-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-words-10.1.0.ebuild 18 Aug 2010 23:38:37 -0000 1.2
+++ twisted-words-10.1.0.ebuild 25 Oct 2010 02:57:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.2 2010/08/18 23:38:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.3 2010/10/25 02:57:52 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
1.51 dev-python/twisted-words/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 18 Aug 2010 23:38:37 -0000 1.50
+++ ChangeLog 25 Oct 2010 02:57:52 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.50 2010/08/18 23:38:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.51 2010/10/25 02:57:52 jer Exp $
+
+ 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-words-10.1.0.ebuild:
+ Stable for HPPA (bug #333211).
18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
twisted-words-10.1.0.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-10.1.0.ebuild ChangeLog
@ 2010-12-23 23:50 Thomas Kahle (tomka)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2010-12-23 23:50 UTC (permalink / raw
To: gentoo-commits
tomka 10/12/23 23:50:50
Modified: twisted-words-10.1.0.ebuild ChangeLog
Log:
x86 stable per bug 333389
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.4 dev-python/twisted-words/twisted-words-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild?r1=1.3&r2=1.4
Index: twisted-words-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twisted-words-10.1.0.ebuild 25 Oct 2010 02:57:52 -0000 1.3
+++ twisted-words-10.1.0.ebuild 23 Dec 2010 23:50:50 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.3 2010/10/25 02:57:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-10.1.0.ebuild,v 1.4 2010/12/23 23:50:50 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1)*
1.53 dev-python/twisted-words/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 22 Dec 2010 22:01:46 -0000 1.52
+++ ChangeLog 23 Dec 2010 23:50:50 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.52 2010/12/22 22:01:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.53 2010/12/23 23:50:50 tomka Exp $
+
+ 23 Dec 2010; Thomas Kahle <tomka@gentoo.org> twisted-words-10.1.0.ebuild:
+ x86 stable per bug 333389
*twisted-words-10.2.0 (22 Dec 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-23 23:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-18 23:38 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-10.1.0.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2010-12-23 23:50 Thomas Kahle (tomka)
2010-10-25 2:57 Jeroen Roovers (jer)
2010-07-09 21:30 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