* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.2.ebuild ChangeLog
@ 2010-07-18 15:54 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-18 15:54 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/18 15:54:06
Modified: ChangeLog
Added: mechanize-0.2.2.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 18 Jul 2010 13:48:23 -0000 1.26
+++ ChangeLog 18 Jul 2010 15:54:06 -0000 1.27
@@ -1,6 +1,13 @@
# 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.26 2010/07/18 13:48:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.27 2010/07/18 15:54:06 arfrever Exp $
+
+*mechanize-0.2.2 (18 Jul 2010)
+
+ 18 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -mechanize-0.1.11.ebuild, -files/mechanize-0.1.11-python-2.7.patch,
+ -mechanize-0.2.0.ebuild, +mechanize-0.2.2.ebuild:
+ Version bump.
18 Jul 2010; <nixnut@gentoo.org> mechanize-0.2.1.ebuild:
ppc stable #324475
1.1 dev-python/mechanize/mechanize-0.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.1&content-type=text/plain
Index: mechanize-0.2.2.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.2.ebuild,v 1.1 2010/07/18 15:54:06 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
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=""
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.2.ebuild ChangeLog
@ 2010-08-18 19:27 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-18 19:27 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/18 19:27:19
Modified: mechanize-0.2.2.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #333205
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/mechanize/mechanize-0.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?r1=1.1&r2=1.2
Index: mechanize-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mechanize-0.2.2.ebuild 18 Jul 2010 15:54:06 -0000 1.1
+++ mechanize-0.2.2.ebuild 18 Aug 2010 19:27:19 -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.2.ebuild,v 1.1 2010/07/18 15:54:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v 1.2 2010/08/18 19:27:19 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,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.28 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 18 Jul 2010 15:54:06 -0000 1.27
+++ ChangeLog 18 Aug 2010 19:27:19 -0000 1.28
@@ -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.27 2010/07/18 15:54:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.28 2010/08/18 19:27:19 hwoarang Exp $
+
+ 18 Aug 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.2.ebuild:
+ Stable on amd64 wrt bug #333205
*mechanize-0.2.2 (18 Jul 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.2.ebuild ChangeLog
@ 2010-08-19 3:57 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-19 3:57 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/08/19 03:57:22
Modified: mechanize-0.2.2.ebuild ChangeLog
Log:
x86 stable wrt bug #333205
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.3 dev-python/mechanize/mechanize-0.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?r1=1.2&r2=1.3
Index: mechanize-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mechanize-0.2.2.ebuild 18 Aug 2010 19:27:19 -0000 1.2
+++ mechanize-0.2.2.ebuild 19 Aug 2010 03:57:21 -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.2.ebuild,v 1.2 2010/08/18 19:27:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v 1.3 2010/08/19 03:57:21 phajdan.jr Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,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.29 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 18 Aug 2010 19:27:19 -0000 1.28
+++ ChangeLog 19 Aug 2010 03:57:21 -0000 1.29
@@ -1,6 +1,10 @@
# 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.28 2010/08/18 19:27:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.29 2010/08/19 03:57:21 phajdan.jr Exp $
+
+ 19 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ mechanize-0.2.2.ebuild:
+ x86 stable wrt bug #333205
18 Aug 2010; Markos Chandras <hwoarang@gentoo.org> mechanize-0.2.2.ebuild:
Stable on amd64 wrt bug #333205
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.2.ebuild ChangeLog
@ 2010-09-28 15:26 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 15:26 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/28 15:26:40
Modified: mechanize-0.2.2.ebuild ChangeLog
Log:
stable ppc, bug 333205
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-python/mechanize/mechanize-0.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild?r1=1.3&r2=1.4
Index: mechanize-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mechanize-0.2.2.ebuild 19 Aug 2010 03:57:21 -0000 1.3
+++ mechanize-0.2.2.ebuild 28 Sep 2010 15:26:40 -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.2.ebuild,v 1.3 2010/08/19 03:57:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.2.ebuild,v 1.4 2010/09/28 15:26:40 ranger Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,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.30 dev-python/mechanize/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 19 Aug 2010 03:57:21 -0000 1.29
+++ ChangeLog 28 Sep 2010 15:26:40 -0000 1.30
@@ -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.29 2010/08/19 03:57:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.30 2010/09/28 15:26:40 ranger Exp $
+
+ 28 Sep 2010; Brent Baude <ranger@gentoo.org> mechanize-0.2.2.ebuild:
+ stable ppc, bug 333205
19 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
mechanize-0.2.2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-28 15:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 15:26 [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: mechanize-0.2.2.ebuild ChangeLog Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2010-08-19 3:57 PaweA Hajdan (phajdan.jr)
2010-08-18 19:27 Markos Chandras (hwoarang)
2010-07-18 15:54 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