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 19:53:06
Modified: ChangeLog
Added: libwww-perl-5.823.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.97 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -p -w -b -B -u -u -r1.96 -r1.97
--- ChangeLog 30 Dec 2008 16:28:10 -0000 1.96
+++ ChangeLog 13 Jan 2009 19:53:06 -0000 1.97
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/libwww-perl
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.96 2008/12/30 16:28:10 tove Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.97 2009/01/13 19:53:06 robbat2 Exp $
+
+*libwww-perl-5.823 (13 Jan 2009)
+
+ 13 Jan 2009; Robin H. Johnson <robbat2@g.o>
+ +libwww-perl-5.823.ebuild:
+ Version bump via perl-bump experimental tool.
30 Dec 2008; Torsten Veller <tove@g.o> -libwww-perl-5.820.ebuild,
-libwww-perl-5.821.ebuild:
1.1 dev-perl/libwww-perl/libwww-perl-5.823.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.823.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.823.ebuild?rev=1.1&content-type=text/plain
Index: libwww-perl-5.823.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.823.ebuild,v 1.1 2009/01/13 19:53:06 robbat2 Exp $
MODULE_AUTHOR=GAAS
inherit perl-module
DESCRIPTION="A collection of Perl Modules for the WWW"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="ssl"
DEPEND="virtual/perl-libnet
>=dev-perl/HTML-Parser-3.34
>=dev-perl/URI-1.10
>=virtual/perl-Digest-MD5-2.12
dev-perl/HTML-Tree
>=virtual/perl-MIME-Base64-2.12
>=virtual/perl-Compress-Zlib-1.10
ssl? ( dev-perl/Crypt-SSLeay )
dev-lang/perl"
src_install() {
perl-module_src_install
dosym /usr/bin/lwp-request /usr/bin/GET
dosym /usr/bin/lwp-request /usr/bin/POST
dosym /usr/bin/lwp-request /usr/bin/HEAD
}
|
|