* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-01-10 14:03 Fabian Groffen (grobian)
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-10 14:03 UTC (permalink / raw
To: gentoo-commits
grobian 10/01/10 14:03:19
Modified: ChangeLog
Added: libwww-perl-5.834-r1.ebuild
Log:
Revision bump for Prefix fix and transfer of Prefix keywords, bug #294758
(Portage version: 2.2.00.15184-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.122 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 24 Dec 2009 19:08:03 -0000 1.121
+++ ChangeLog 10 Jan 2010 14:03:19 -0000 1.122
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/libwww-perl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.121 2009/12/24 19:08:03 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.122 2010/01/10 14:03:19 grobian Exp $
+
+*libwww-perl-5.834-r1 (10 Jan 2010)
+
+ 10 Jan 2010; Fabian Groffen <grobian@gentoo.org>
+ +libwww-perl-5.834-r1.ebuild:
+ Revision bump for Prefix fix and transfer of Prefix keywords, bug #294758
24 Dec 2009; Torsten Veller <tove@gentoo.org> -libwww-perl-5.833.ebuild:
Cleanup
1.1 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.1&content-type=text/plain
Index: libwww-perl-5.834-r1.ebuild
===================================================================
# Copyright 1999-2010 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.834-r1.ebuild,v 1.1 2010/01/10 14:03:19 grobian Exp $
EAPI=2
MODULE_AUTHOR=GAAS
inherit perl-module
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
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-IO-Compress-1.10
ssl? ( dev-perl/Crypt-SSLeay )"
RDEPEND="${DEPEND}"
src_install() {
perl-module_src_install
# Perform a check to see if the live filesystem is case-INsensitive
# or not. If it is, the symlinks GET, POST and in particular HEAD
# will collide with e.g. head from coreutils. While under Linux
# having a case-INsensitive filesystem is really unusual, most Mac
# OS X users are on it, and also Interix users deal with
# case-INsensitivity since Windows is underneath.
# bash should always be there, if we can find it in capitals, we're
# on a case-INsensitive filesystem.
if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
dosym /usr/bin/lwp-request /usr/bin/GET
dosym /usr/bin/lwp-request /usr/bin/POST
dosym /usr/bin/lwp-request /usr/bin/HEAD
fi
}
#SRC_TEST=do
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-04-17 8:10 Torsten Veller (tove)
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2010-04-17 8:10 UTC (permalink / raw
To: gentoo-commits
tove 10/04/17 08:10:24
Modified: ChangeLog libwww-perl-5.834-r1.ebuild
Log:
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.123 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 10 Jan 2010 14:03:19 -0000 1.122
+++ ChangeLog 17 Apr 2010 08:10:24 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.122 2010/01/10 14:03:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.123 2010/04/17 08:10:24 tove Exp $
+
+ 17 Apr 2010; Torsten Veller <tove@gentoo.org> libwww-perl-5.834-r1.ebuild:
+ Stable on amd64, x86 (#314467)
*libwww-perl-5.834-r1 (10 Jan 2010)
1.2 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?r1=1.1&r2=1.2
Index: libwww-perl-5.834-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libwww-perl-5.834-r1.ebuild 10 Jan 2010 14:03:19 -0000 1.1
+++ libwww-perl-5.834-r1.ebuild 17 Apr 2010 08:10:24 -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-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.1 2010/01/10 14:03:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.2 2010/04/17 08:10:24 tove Exp $
EAPI=2
@@ -10,7 +10,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
DEPEND="virtual/perl-libnet
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-04-18 12:06 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-04-18 12:06 UTC (permalink / raw
To: gentoo-commits
maekke 10/04/18 12:06:46
Modified: ChangeLog libwww-perl-5.834-r1.ebuild
Log:
arm stable, bug #314467
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.124 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 17 Apr 2010 08:10:24 -0000 1.123
+++ ChangeLog 18 Apr 2010 12:06:46 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.123 2010/04/17 08:10:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.124 2010/04/18 12:06:46 maekke Exp $
+
+ 18 Apr 2010; Markus Meier <maekke@gentoo.org> libwww-perl-5.834-r1.ebuild:
+ arm stable, bug #314467
17 Apr 2010; Torsten Veller <tove@gentoo.org> libwww-perl-5.834-r1.ebuild:
Stable on amd64, x86 (#314467)
1.3 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?r1=1.2&r2=1.3
Index: libwww-perl-5.834-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libwww-perl-5.834-r1.ebuild 17 Apr 2010 08:10:24 -0000 1.2
+++ libwww-perl-5.834-r1.ebuild 18 Apr 2010 12:06:46 -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-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.2 2010/04/17 08:10:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.3 2010/04/18 12:06:46 maekke Exp $
EAPI=2
@@ -10,7 +10,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
DEPEND="virtual/perl-libnet
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-05-05 5:45 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2010-05-05 5:45 UTC (permalink / raw
To: gentoo-commits
jer 10/05/05 05:45:19
Modified: ChangeLog libwww-perl-5.834-r1.ebuild
Log:
Stable for HPPA (bug #314467).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.125 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 18 Apr 2010 12:06:46 -0000 1.124
+++ ChangeLog 5 May 2010 05:45:19 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.124 2010/04/18 12:06:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.125 2010/05/05 05:45:19 jer Exp $
+
+ 05 May 2010; Jeroen Roovers <jer@gentoo.org> libwww-perl-5.834-r1.ebuild:
+ Stable for HPPA (bug #314467).
18 Apr 2010; Markus Meier <maekke@gentoo.org> libwww-perl-5.834-r1.ebuild:
arm stable, bug #314467
1.4 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?r1=1.3&r2=1.4
Index: libwww-perl-5.834-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libwww-perl-5.834-r1.ebuild 18 Apr 2010 12:06:46 -0000 1.3
+++ libwww-perl-5.834-r1.ebuild 5 May 2010 05:45:19 -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-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.3 2010/04/18 12:06:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.4 2010/05/05 05:45:19 jer Exp $
EAPI=2
@@ -10,7 +10,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
DEPEND="virtual/perl-libnet
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-05-08 18:14 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-08 18:14 UTC (permalink / raw
To: gentoo-commits
armin76 10/05/08 18:14:18
Modified: ChangeLog libwww-perl-5.834-r1.ebuild
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #314467
(Portage version: 2.1.7.17/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.128 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 6 May 2010 08:02:42 -0000 1.127
+++ ChangeLog 8 May 2010 18:14:18 -0000 1.128
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.127 2010/05/06 08:02:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.128 2010/05/08 18:14:18 armin76 Exp $
+
+ 08 May 2010; Raúl Porcel <armin76@gentoo.org>
+ libwww-perl-5.834-r1.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #314467
06 May 2010; Torsten Veller <tove@gentoo.org> libwww-perl-5.835.ebuild:
Used the wrong version as base: add prefix changes
1.5 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?r1=1.4&r2=1.5
Index: libwww-perl-5.834-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libwww-perl-5.834-r1.ebuild 5 May 2010 05:45:19 -0000 1.4
+++ libwww-perl-5.834-r1.ebuild 8 May 2010 18:14:18 -0000 1.5
@@ -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-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.4 2010/05/05 05:45:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.5 2010/05/08 18:14:18 armin76 Exp $
EAPI=2
@@ -10,7 +10,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
DEPEND="virtual/perl-libnet
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild
@ 2010-06-27 19:24 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-27 19:24 UTC (permalink / raw
To: gentoo-commits
nixnut 10/06/27 19:24:25
Modified: ChangeLog libwww-perl-5.834-r1.ebuild
Log:
ppc stable #323529
(Portage version: 2.1.8.3/cvs/Linux ppc, RepoMan options: --force)
Revision Changes Path
1.130 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 13 May 2010 10:32:47 -0000 1.129
+++ ChangeLog 27 Jun 2010 19:24:25 -0000 1.130
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.129 2010/05/13 10:32:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.130 2010/06/27 19:24:25 nixnut Exp $
+
+ 27 Jun 2010; <nixnut@gentoo.org> libwww-perl-5.834-r1.ebuild:
+ ppc stable #323529
*libwww-perl-5.836 (13 May 2010)
1.6 dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild?r1=1.5&r2=1.6
Index: libwww-perl-5.834-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwww-perl-5.834-r1.ebuild 8 May 2010 18:14:18 -0000 1.5
+++ libwww-perl-5.834-r1.ebuild 27 Jun 2010 19:24:25 -0000 1.6
@@ -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-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.5 2010/05/08 18:14:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.834-r1.ebuild,v 1.6 2010/06/27 19:24:25 nixnut Exp $
EAPI=2
@@ -10,7 +10,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
DEPEND="virtual/perl-libnet
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-06-27 19:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 14:03 [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-5.834-r1.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2010-04-17 8:10 Torsten Veller (tove)
2010-04-18 12:06 Markus Meier (maekke)
2010-05-05 5:45 Jeroen Roovers (jer)
2010-05-08 18:14 Raul Porcel (armin76)
2010-06-27 19:24 Gysbert Wassenaar (nixnut)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox