* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.1.ebuild ChangeLog
@ 2010-05-18 12:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-18 12:51 UTC (permalink / raw
To: gentoo-commits
arfrever 10/05/18 12:51:22
Modified: ChangeLog
Added: mechanize-0.2.1.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 25 Apr 2010 09:03:30 -0000 1.20
+++ ChangeLog 18 May 2010 12:51:22 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.20 2010/04/25 09:03:30 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.21 2010/05/18 12:51:22 arfrever Exp $
+
+*mechanize-0.2.1 (18 May 2010)
+
+ 18 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +mechanize-0.2.1.ebuild:
+ Version bump.
25 Apr 2010; Dirkjan Ochtman <djc@gentoo.org> mechanize-0.2.0.ebuild:
Bug 317047: fix docs. Patch by Olivier Huber <oli.huber@gmail.com>.
1.1 dev-python/mechanize/mechanize-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.1&content-type=text/plain
Index: mechanize-0.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v 1.1 2010/05/18 12:51:22 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="Stateful programmatic web browsing in Python"
HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize"
SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz"
LICENSE="|| ( BSD ZPL )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
DOCS="docs/*.txt"
src_test() {
testing() {
# Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13).
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -Wignore test.py
}
python_execute_function testing
}
src_install() {
# Fix some paths.
sed -i -e 's:../styles/:styles/:g' docs/html/*
dohtml -r docs/html/ docs/styles
distutils_src_install
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.1.ebuild ChangeLog
@ 2010-06-22 9:40 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-22 9:40 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/22 09:40:18
Modified: mechanize-0.2.1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #324475
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/mechanize/mechanize-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?r1=1.1&r2=1.2
Index: mechanize-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-0.2.1.ebuild 18 May 2010 12:51:22 -0000 1.1
+++ mechanize-0.2.1.ebuild 22 Jun 2010 09:40:17 -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/mechanize/mechanize-0.2.1.ebuild,v 1.1 2010/05/18 12:51:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v 1.2 2010/06/22 09:40:17 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.24 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 1 Jun 2010 09:03:49 -0000 1.23
+++ ChangeLog 22 Jun 2010 09:40:17 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.23 2010/06/01 09:03:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.24 2010/06/22 09:40:17 hwoarang Exp $
+
+ 22 Jun 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.1.ebuild:
+ Stable on amd64 wrt bug #324475
01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
mechanize-0.2.0.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.1.ebuild ChangeLog
@ 2010-07-11 13:33 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-07-11 13:33 UTC (permalink / raw
To: gentoo-commits
maekke 10/07/11 13:33:45
Modified: mechanize-0.2.1.ebuild ChangeLog
Log:
x86 stable, bug #324475
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/mechanize/mechanize-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?r1=1.2&r2=1.3
Index: mechanize-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mechanize-0.2.1.ebuild 22 Jun 2010 09:40:17 -0000 1.2
+++ mechanize-0.2.1.ebuild 11 Jul 2010 13:33:45 -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/mechanize/mechanize-0.2.1.ebuild,v 1.2 2010/06/22 09:40:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v 1.3 2010/07/11 13:33:45 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.25 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 22 Jun 2010 09:40:17 -0000 1.24
+++ ChangeLog 11 Jul 2010 13:33:45 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.24 2010/06/22 09:40:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.25 2010/07/11 13:33:45 maekke Exp $
+
+ 11 Jul 2010; Markus Meier <maekke@gentoo.org> mechanize-0.2.1.ebuild:
+ x86 stable, bug #324475
22 Jun 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.1.ebuild:
Stable on amd64 wrt bug #324475
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.1.ebuild ChangeLog
@ 2010-07-18 13:48 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-07-18 13:48 UTC (permalink / raw
To: gentoo-commits
nixnut 10/07/18 13:48:23
Modified: mechanize-0.2.1.ebuild ChangeLog
Log:
ppc stable #324475
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.4 dev-python/mechanize/mechanize-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild?r1=1.3&r2=1.4
Index: mechanize-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mechanize-0.2.1.ebuild 11 Jul 2010 13:33:45 -0000 1.3
+++ mechanize-0.2.1.ebuild 18 Jul 2010 13:48:23 -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/mechanize/mechanize-0.2.1.ebuild,v 1.3 2010/07/11 13:33:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.1.ebuild,v 1.4 2010/07/18 13:48:23 nixnut Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
LICENSE="|| ( BSD ZPL )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.26 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 11 Jul 2010 13:33:45 -0000 1.25
+++ ChangeLog 18 Jul 2010 13:48:23 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.25 2010/07/11 13:33:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.26 2010/07/18 13:48:23 nixnut Exp $
+
+ 18 Jul 2010; <nixnut@gentoo.org> mechanize-0.2.1.ebuild:
+ ppc stable #324475
11 Jul 2010; Markus Meier <maekke@gentoo.org> mechanize-0.2.1.ebuild:
x86 stable, bug #324475
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-07-18 13:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 13:33 [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.1.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2010-07-18 13:48 Gysbert Wassenaar (nixnut)
2010-06-22 9:40 Markos Chandras (hwoarang)
2010-05-18 12:51 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