axs 14/08/27 16:57:29 Modified: ChangeLog Added: gcap-0.1.1-r1.ebuild Removed: gcap-0.1.1.ebuild Log: bumped EAPI to 5 ; committed direct to stable as there are no other changes and the bump helps stable users upgrading to dev-lang/perl-5.18 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 net-misc/gcap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 17 Oct 2012 03:50:33 -0000 1.3 +++ ChangeLog 27 Aug 2014 16:57:29 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/gcap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.3 2012/10/17 03:50:33 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.4 2014/08/27 16:57:29 axs Exp $ + +*gcap-0.1.1-r1 (27 Aug 2014) + + 27 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> +gcap-0.1.1-r1.ebuild, + -gcap-0.1.1.ebuild: + bumped EAPI to 5 ; committed direct to stable as there are no other changes + and the bump helps stable users upgrading to dev-lang/perl-5.18 17 Oct 2012; Pawel Hajdan jr <[email protected]> gcap-0.1.1.ebuild: x86 stable wrt bug #435876 1.1 net-misc/gcap/gcap-0.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/gcap-0.1.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/gcap-0.1.1-r1.ebuild?rev=1.1&content-type=text/plain Index: gcap-0.1.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/gcap-0.1.1-r1.ebuild,v 1.1 2014/08/27 16:57:29 axs Exp $ EAPI=5 inherit perl-module DESCRIPTION="Command line tool for downloading Youtube closed captions" HOMEPAGE="http://code.google.com/p/gcap/" SRC_URI="http://gcap.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-perl/Getopt-ArgvFile dev-perl/XML-DOM virtual/perl-Getopt-Long" DEPEND="virtual/perl-ExtUtils-MakeMaker" SRC_TEST="do"
