monsieurp 15/03/11 16:21:36
Modified: WWW-Mechanize-FormFiller-0.100.0-r1.ebuild
ChangeLog
Log:
Get dependencies right and fix QA warnings.
(Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Revision Changes Path
1.2
dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild?r1=1.1&r2=1.2
Index: WWW-Mechanize-FormFiller-0.100.0-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WWW-Mechanize-FormFiller-0.100.0-r1.ebuild 24 Aug 2014 02:07:01 -0000
1.1
+++ WWW-Mechanize-FormFiller-0.100.0-r1.ebuild 11 Mar 2015 16:21:36 -0000
1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild,v
1.1 2014/08/24 02:07:01 axs Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.100.0-r1.ebuild,v
1.2 2015/03/11 16:21:36 monsieurp Exp $
EAPI=5
@@ -16,8 +16,8 @@
DEPEND="dev-perl/Data-Random
|| (
- ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form )
- <dev-perl/libwww-perl-6
+ ( dev-perl/libwww-perl dev-perl/HTML-Form )
+ dev-perl/libwww-perl
)"
RDEPEND="${DEPEND}"
1.22 dev-perl/WWW-Mechanize-FormFiller/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?rev=1.22&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?rev=1.22&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 11 Mar 2015 16:18:50 -0000 1.21
+++ ChangeLog 11 Mar 2015 16:21:36 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Mechanize-FormFiller
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.21
2015/03/11 16:18:50 monsieurp Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/ChangeLog,v 1.22
2015/03/11 16:21:36 monsieurp Exp $
+
+ 11 Mar 2015; Patrice Clement <[email protected]>
+ WWW-Mechanize-FormFiller-0.100.0-r1.ebuild:
+ Get dependencies right and fix QA warnings.
*WWW-Mechanize-FormFiller-0.110.0 (11 Mar 2015)