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-chanman: ChangeLog vdr-chanman-0.0.9.ebuild
Date: Sun, 01 Jul 2012 18:19:41
Message-Id: 20120701181916.42DBD2004B@flycatcher.gentoo.org
1 hd_brummy 12/07/01 18:19:16
2
3 Modified: ChangeLog
4 Added: vdr-chanman-0.0.9.ebuild
5 Log:
6 bump; vdr-plugin-2.eclass; fixed bug 424265
7
8 (Portage version: 2.1.10.11/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 media-plugins/vdr-chanman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-chanman/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-chanman/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-chanman/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 28 Jan 2011 18:05:11 -0000 1.2
24 +++ ChangeLog 1 Jul 2012 18:19:16 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/vdr-chanman
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/ChangeLog,v 1.2 2011/01/28 18:05:11 hd_brummy Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/ChangeLog,v 1.3 2012/07/01 18:19:16 hd_brummy Exp $
31 +
32 +*vdr-chanman-0.0.9 (01 Jul 2012)
33 +
34 + 01 Jul 2012; Joerg Bornkessel <hd_brummy@g.o>
35 + +vdr-chanman-0.0.9.ebuild:
36 + bump; vdr-plugin-2.eclass; fixed bug 424265
37
38 28 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
39 vdr-chanman-0.0.6.ebuild:
40
41
42
43 1.1 media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vdr-chanman-0.0.9.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild,v 1.1 2012/07/01 18:19:16 hd_brummy Exp $
53
54 EAPI="4"
55
56 inherit vdr-plugin-2
57
58 VERSION="993" # every bump, new version
59
60 DESCRIPTION="VDR plugin: change channel with a multi level choice."
61 HOMEPAGE="http://projects.vdr-developer.org/projects/plg-chanman"
62 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
63
64 SLOT="0"
65 LICENSE="GPL-2"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND=">=media-video/vdr-1.6.0"
70 RDEPEND="${DEPEND}"