Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-screenshot: ChangeLog vdr-screenshot-0.0.15.ebuild vdr-screenshot-0.0.11.ebuild
Date: Sun, 30 Jun 2013 18:02:00
Message-Id: 20130630180154.1EA032171C@flycatcher.gentoo.org
1 hd_brummy 13/06/30 18:01:54
2
3 Modified: ChangeLog
4 Added: vdr-screenshot-0.0.15.ebuild
5 Removed: vdr-screenshot-0.0.11.ebuild
6 Log:
7 bump; clean up
8
9 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
10
11 Revision Changes Path
12 1.14 media-plugins/vdr-screenshot/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 6 May 2012 19:09:20 -0000 1.13
25 +++ ChangeLog 30 Jun 2013 18:01:53 -0000 1.14
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/vdr-screenshot
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.13 2012/05/06 19:09:20 hd_brummy Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.14 2013/06/30 18:01:53 hd_brummy Exp $
32 +
33 +*vdr-screenshot-0.0.15 (30 Jun 2013)
34 +
35 + 30 Jun 2013; Joerg Bornkessel <hd_brummy@g.o>
36 + -vdr-screenshot-0.0.11.ebuild, +vdr-screenshot-0.0.15.ebuild:
37 + bump; clean up
38
39 06 May 2012; Joerg Bornkessel <hd_brummy@g.o>
40 vdr-screenshot-0.0.13.ebuild:
41
42
43
44 1.1 media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild?rev=1.1&content-type=text/plain
48
49 Index: vdr-screenshot-0.0.15.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild,v 1.1 2013/06/30 18:01:53 hd_brummy Exp $
54
55 EAPI="5"
56
57 inherit vdr-plugin-2
58
59 DESCRIPTION="VDR Plugin: takes screenshots of the current video or tv screen by one keypress on your remote"
60 HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-screenshot"
61 SRC_URI="http://www.joachim-wilke.de/downloads/${PN}/${P}.tgz"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND=">=media-video/vdr-2.0"
69 RDEPEND="${DEPEND}"