* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-03-29 7:38 Torsten Veller (tove)
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2011-03-29 7:38 UTC (permalink / raw
To: gentoo-commits
tove 11/03/29 07:38:58
Modified: ChangeLog
Added: libwww-perl-6.20.0.ebuild
Log:
Version bump. Split LWP-Protocol-https
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.140 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 17 Mar 2011 07:23:22 -0000 1.139
+++ ChangeLog 29 Mar 2011 07:38:58 -0000 1.140
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.139 2011/03/17 07:23:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.140 2011/03/29 07:38:58 tove Exp $
+
+*libwww-perl-6.20.0 (29 Mar 2011)
+
+ 29 Mar 2011; Torsten Veller <tove@gentoo.org> +libwww-perl-6.20.0.ebuild:
+ Version bump. Split LWP-Protocol-https
17 Mar 2011; Torsten Veller <tove@gentoo.org> -libwww-perl-6.0.0.ebuild,
libwww-perl-6.10.0.ebuild, +files/ca-certs.patch:
1.1 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.1&content-type=text/plain
Index: libwww-perl-6.20.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.1 2011/03/29 07:38:58 tove Exp $
EAPI=3
MODULE_AUTHOR=GAAS
MODULE_VERSION=6.02
inherit perl-module
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"
RDEPEND="
>=dev-perl/File-Listing-6.0.0
>=dev-perl/HTTP-Cookies-6.0.0
>=dev-perl/HTTP-Daemon-6.0.0
>=dev-perl/HTTP-Date-6.0.0
>=dev-perl/HTTP-Negotiate-6.0.0
>=dev-perl/HTTP-Message-6.0.0
>=dev-perl/LWP-MediaTypes-6.0.0
>=dev-perl/Net-HTTP-6.0.0
>=dev-perl/WWW-RobotRules-6.0.0
>=virtual/perl-Digest-MD5-2.12
dev-perl/Encode-Locale
>=dev-perl/HTML-Parser-3.34
>=virtual/perl-MIME-Base64-2.12
virtual/perl-libnet
>=dev-perl/URI-1.10
"
DEPEND="${RDEPEND}"
PDEPEND="
ssl? (
dev-perl/LWP-Protocol-https
)
"
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] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-04-08 16:51 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-04-08 16:51 UTC (permalink / raw
To: gentoo-commits
maekke 11/04/08 16:51:06
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
add ~arm, bug #358079
(Portage version: 2.1.9.45/cvs/Linux i686)
Revision Changes Path
1.143 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 4 Apr 2011 23:20:36 -0000 1.142
+++ ChangeLog 8 Apr 2011 16:51:06 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.142 2011/04/04 23:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.143 2011/04/08 16:51:06 maekke Exp $
+
+ 08 Apr 2011; Markus Meier <maekke@gentoo.org> libwww-perl-6.20.0.ebuild:
+ add ~arm, bug #358079
04 Apr 2011; Jeroen Roovers <jer@gentoo.org> libwww-perl-6.20.0.ebuild:
Marked ~hppa (bug #358079).
1.3 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.2&r2=1.3
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libwww-perl-6.20.0.ebuild 4 Apr 2011 23:20:36 -0000 1.2
+++ libwww-perl-6.20.0.ebuild 8 Apr 2011 16:51:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.2 2011/04/04 23:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.3 2011/04/08 16:51:06 maekke Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-04-24 11:47 Fabian Groffen (grobian)
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-24 11:47 UTC (permalink / raw
To: gentoo-commits
grobian 11/04/24 11:47:27
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
(Re)keyword for Prefix, bug #358079
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.144 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 8 Apr 2011 16:51:06 -0000 1.143
+++ ChangeLog 24 Apr 2011 11:47:27 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.143 2011/04/08 16:51:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.144 2011/04/24 11:47:27 grobian Exp $
+
+ 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> libwww-perl-6.20.0.ebuild:
+ (Re)keyword for Prefix, bug #358079
08 Apr 2011; Markus Meier <maekke@gentoo.org> libwww-perl-6.20.0.ebuild:
add ~arm, bug #358079
1.4 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.3&r2=1.4
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libwww-perl-6.20.0.ebuild 8 Apr 2011 16:51:06 -0000 1.3
+++ libwww-perl-6.20.0.ebuild 24 Apr 2011 11:47:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.3 2011/04/08 16:51:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.4 2011/04/24 11:47:27 grobian Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-05-15 18:43 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-05-15 18:43 UTC (permalink / raw
To: gentoo-commits
armin76 11/05/15 18:43:07
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #358079
(Portage version: 2.1.9.49/cvs/Linux ia64)
Revision Changes Path
1.145 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 24 Apr 2011 11:47:27 -0000 1.144
+++ ChangeLog 15 May 2011 18:43:07 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.144 2011/04/24 11:47:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.145 2011/05/15 18:43:07 armin76 Exp $
+
+ 15 May 2011; Raúl Porcel <armin76@gentoo.org> libwww-perl-6.20.0.ebuild:
+ Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #358079
24 Apr 2011; Fabian Groffen <grobian@gentoo.org> libwww-perl-6.20.0.ebuild:
(Re)keyword for Prefix, bug #358079
1.5 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.4&r2=1.5
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libwww-perl-6.20.0.ebuild 24 Apr 2011 11:47:27 -0000 1.4
+++ libwww-perl-6.20.0.ebuild 15 May 2011 18:43:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.4 2011/04/24 11:47:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.5 2011/05/15 18:43:07 armin76 Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-06-13 0:07 Matt Turner (mattst88)
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner (mattst88) @ 2011-06-13 0:07 UTC (permalink / raw
To: gentoo-commits
mattst88 11/06/13 00:07:39
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
Added ~mips, bug 358079
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.146 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 15 May 2011 18:43:07 -0000 1.145
+++ ChangeLog 13 Jun 2011 00:07:39 -0000 1.146
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.145 2011/05/15 18:43:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.146 2011/06/13 00:07:39 mattst88 Exp $
+
+ 13 Jun 2011; Matt Turner <mattst88@gentoo.org> libwww-perl-6.20.0.ebuild:
+ Added ~mips, bug 358079
15 May 2011; Raúl Porcel <armin76@gentoo.org> libwww-perl-6.20.0.ebuild:
Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #358079
1.6 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.5&r2=1.6
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwww-perl-6.20.0.ebuild 15 May 2011 18:43:07 -0000 1.5
+++ libwww-perl-6.20.0.ebuild 13 Jun 2011 00:07:39 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.5 2011/05/15 18:43:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.6 2011/06/13 00:07:39 mattst88 Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86 ~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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-07-07 5:05 Alexis Ballier (aballier)
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07 5:05 UTC (permalink / raw
To: gentoo-commits
aballier 11/07/07 05:05:28
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
keyword ~x86-fbsd, bug #358079
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.147 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 13 Jun 2011 00:07:39 -0000 1.146
+++ ChangeLog 7 Jul 2011 05:05:28 -0000 1.147
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.146 2011/06/13 00:07:39 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.147 2011/07/07 05:05:28 aballier Exp $
+
+ 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libwww-perl-6.20.0.ebuild:
+ keyword ~x86-fbsd, bug #358079
13 Jun 2011; Matt Turner <mattst88@gentoo.org> libwww-perl-6.20.0.ebuild:
Added ~mips, bug 358079
1.7 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.6&r2=1.7
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libwww-perl-6.20.0.ebuild 13 Jun 2011 00:07:39 -0000 1.6
+++ libwww-perl-6.20.0.ebuild 7 Jul 2011 05:05:28 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.6 2011/06/13 00:07:39 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.7 2011/07/07 05:05:28 aballier Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86 ~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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild
@ 2011-08-09 16:17 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-09 16:17 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/09 16:17:29
Modified: ChangeLog libwww-perl-6.20.0.ebuild
Log:
Marked ~ppc/~ppc64 wrt #358079
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.149 dev-perl/libwww-perl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 30 Jul 2011 10:48:46 -0000 1.148
+++ ChangeLog 9 Aug 2011 16:17:29 -0000 1.149
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libwww-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.148 2011/07/30 10:48:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.149 2011/08/09 16:17:29 xarthisius Exp $
+
+ 09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ libwww-perl-6.20.0.ebuild:
+ Marked ~ppc/~ppc64 wrt #358079
30 Jul 2011; Torsten Veller <tove@gentoo.org> libwww-perl-5.836.ebuild,
libwww-perl-5.837.ebuild:
1.8 dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild?r1=1.7&r2=1.8
Index: libwww-perl-6.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libwww-perl-6.20.0.ebuild 7 Jul 2011 05:05:28 -0000 1.7
+++ libwww-perl-6.20.0.ebuild 9 Aug 2011 16:17:29 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.7 2011/07/07 05:05:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.20.0.ebuild,v 1.8 2011/08/09 16:17:29 xarthisius Exp $
EAPI=3
@@ -11,7 +11,7 @@
DESCRIPTION="A collection of Perl Modules for the WWW"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ssl"
RDEPEND="
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-08-09 16:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 16:51 [gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: ChangeLog libwww-perl-6.20.0.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-08-09 16:17 Kacper Kowalik (xarthisius)
2011-07-07 5:05 Alexis Ballier (aballier)
2011-06-13 0:07 Matt Turner (mattst88)
2011-05-15 18:43 Raul Porcel (armin76)
2011-04-24 11:47 Fabian Groffen (grobian)
2011-03-29 7:38 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox