Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
robbat2 09/01/13 20:23:19
Modified: ChangeLog
Added: WWW-Mechanize-1.54.ebuild
Log:
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
Revision Changes Path
1.56 dev-perl/WWW-Mechanize/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -p -w -b -B -u -u -r1.55 -r1.56
--- ChangeLog 17 Dec 2008 09:21:21 -0000 1.55
+++ ChangeLog 13 Jan 2009 20:23:19 -0000 1.56
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Mechanize
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.55 2008/12/17 09:21:21 tove Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.56 2009/01/13 20:23:19 robbat2 Exp $
+
+*WWW-Mechanize-1.54 (13 Jan 2009)
+
+ 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
+ +WWW-Mechanize-1.54.ebuild:
+ Version bump via perl-bump experimental tool.
17 Dec 2008; Torsten Veller <tove@g.o> WWW-Mechanize-1.52.ebuild:
Adjust DEPEND, remove test and fix #251212.
1.1 dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild?rev=1.1&content-type=text/plain
Index: WWW-Mechanize-1.54.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.54.ebuild,v 1.1 2009/01/13 20:23:19 robbat2 Exp $
MODULE_AUTHOR=PETDANCE
inherit perl-module
DESCRIPTION="Handy web browsing in a Perl object"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="test"
# Bug in the tests - improper use of HTTP::Server
SRC_TEST="do"
# configure to run the local tests, but not the ones which access the Internet
myconf="--local --nolive"
RDEPEND="dev-lang/perl
dev-perl/IO-Socket-SSL
>=dev-perl/libwww-perl-5.819
dev-perl/HTTP-Response-Encoding
>=dev-perl/URI-1.36
>=dev-perl/HTML-Parser-3.34
dev-perl/Test-LongString"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod
dev-perl/Test-Taint
>=dev-perl/Test-Warn-0.11
dev-perl/Test-Memory-Cycle )"
# dev-perl/HTTP-Server-Simple )"
# Remove test until the bug is fixed:
# http://rt.cpan.org/Public/Bug/Display.html?id=41673
src_unpack() {
perl-module_src_unpack
mv "${S}"/t/cookies.t{,.disable} || die
sed -i "/cookies.t/d" "${S}/MANIFEST" || die
}
|
|