kensington 14/03/22 18:41:10 Modified: grabcartoons-2.4.ebuild ChangeLog Removed: grabcartoons-2.1.ebuild Log: Tidy ebuild. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.3 app-misc/grabcartoons/grabcartoons-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild?r1=1.2&r2=1.3 Index: grabcartoons-2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- grabcartoons-2.4.ebuild 9 Apr 2013 16:36:17 -0000 1.2 +++ grabcartoons-2.4.ebuild 22 Mar 2014 18:41:10 -0000 1.3 @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild,v 1.2 2013/04/09 16:36:17 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/grabcartoons-2.4.ebuild,v 1.3 2014/03/22 18:41:10 kensington Exp $ -EAPI="5" +EAPI=5 DESCRIPTION="Comic-summarizing utility" -HOMEPAGE="http://${PN}.sourceforge.net/" +HOMEPAGE="http://grabcartoons.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" @@ -15,12 +15,10 @@ RDEPEND="dev-lang/perl virtual/perl-Getopt-Long" +# Opens a web page, which is unacceptable during an emerge. +RESTRICT="test" + src_install() { emake PREFIX="${D}"/usr install dodoc ChangeLog README } - -# Opens a web page, which is unacceptable during an emerge. -src_test() { - : -} 1.10 app-misc/grabcartoons/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/grabcartoons/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 9 Apr 2013 16:36:17 -0000 1.9 +++ ChangeLog 22 Mar 2014 18:41:10 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for app-misc/grabcartoons -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/ChangeLog,v 1.9 2013/04/09 16:36:17 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/ChangeLog,v 1.10 2014/03/22 18:41:10 kensington Exp $ + + 22 Mar 2014; Michael Palimaka <[email protected]> + -grabcartoons-2.1.ebuild, grabcartoons-2.4.ebuild: + Tidy ebuild. Remove old. 09 Apr 2013; Tom Wijsman <[email protected]> grabcartoons-2.4.ebuild: Add missing dependency on virtual/perl-Getopt-Long. Made test function empty
