Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Video-ivtv: Video-ivtv-0.13-r1.ebuild ChangeLog
Date: Tue, 27 Aug 2013 08:21:48
Message-Id: 20130827082140.252AB2004C@flycatcher.gentoo.org
1 idella4 13/08/27 08:21:40
2
3 Modified: ChangeLog
4 Added: Video-ivtv-0.13-r1.ebuild
5 Log:
6 rebump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.16 dev-perl/Video-ivtv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Video-ivtv/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Video-ivtv/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Video-ivtv/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 23 Jun 2012 20:28:41 -0000 1.15
24 +++ ChangeLog 27 Aug 2013 08:21:39 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Video-ivtv
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.15 2012/06/23 20:28:41 tove Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.16 2013/08/27 08:21:39 idella4 Exp $
31 +
32 +*Video-ivtv-0.13-r1 (27 Aug 2013)
33 +
34 + 27 Aug 2013; Ian Delaney <idella4@g.o> +Video-ivtv-0.13-r1.ebuild:
35 + rebump -> EAPI 5
36
37 23 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
38 Remove wrong upstream info: Not on CPAN
39 @@ -53,4 +58,3 @@
40
41 15 Oct 2004; <iggy@g.o> +metadata.xml, +Video-ivtv-0.12.ebuild:
42 initial revision, ebuilds created by me
43 -
44
45
46
47 1.1 dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: Video-ivtv-0.13-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild,v 1.1 2013/08/27 08:21:39 idella4 Exp $
57
58 EAPI=5
59
60 inherit perl-module
61
62 DESCRIPTION="Video::ivtv perl module, for use with ivtv-ptune"
63 HOMEPAGE="http://ivtv.sourceforge.net"
64 SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
69 IUSE=""
70
71 export OPTIMIZE="$CFLAGS"
72
73 RDEPEND="${DEPEND}"