Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gcap: gcap-0.1.1-r1.ebuild ChangeLog gcap-0.1.1.ebuild
Date: Wed, 27 Aug 2014 16:57:33
Message-Id: 20140827165729.49F983FF2@oystercatcher.gentoo.org
1 axs 14/08/27 16:57:29
2
3 Modified: ChangeLog
4 Added: gcap-0.1.1-r1.ebuild
5 Removed: gcap-0.1.1.ebuild
6 Log:
7 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
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.4 net-misc/gcap/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 17 Oct 2012 03:50:33 -0000 1.3
25 +++ ChangeLog 27 Aug 2014 16:57:29 -0000 1.4
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-misc/gcap
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.3 2012/10/17 03:50:33 phajdan.jr Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.4 2014/08/27 16:57:29 axs Exp $
32 +
33 +*gcap-0.1.1-r1 (27 Aug 2014)
34 +
35 + 27 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o> +gcap-0.1.1-r1.ebuild,
36 + -gcap-0.1.1.ebuild:
37 + bumped EAPI to 5 ; committed direct to stable as there are no other changes
38 + and the bump helps stable users upgrading to dev-lang/perl-5.18
39
40 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@g.o> gcap-0.1.1.ebuild:
41 x86 stable wrt bug #435876
42
43
44
45 1.1 net-misc/gcap/gcap-0.1.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gcap/gcap-0.1.1-r1.ebuild?rev=1.1&view=markup
48 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
49
50 Index: gcap-0.1.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $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 $
55
56 EAPI=5
57
58 inherit perl-module
59
60 DESCRIPTION="Command line tool for downloading Youtube closed captions"
61 HOMEPAGE="http://code.google.com/p/gcap/"
62 SRC_URI="http://gcap.googlecode.com/files/${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="amd64 x86"
67 IUSE=""
68
69 RDEPEND="dev-perl/Getopt-ArgvFile
70 dev-perl/XML-DOM
71 virtual/perl-Getopt-Long"
72 DEPEND="virtual/perl-ExtUtils-MakeMaker"
73
74 SRC_TEST="do"