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-mlist: ChangeLog vdr-mlist-1.0.2.ebuild vdr-mlist-0.0.5.ebuild vdr-mlist-0.0.3.ebuild
Date: Sun, 30 Jun 2013 17:51:02
Message-Id: 20130630175057.50EF82171C@flycatcher.gentoo.org
1 hd_brummy 13/06/30 17:50:57
2
3 Modified: ChangeLog
4 Added: vdr-mlist-1.0.2.ebuild
5 Removed: vdr-mlist-0.0.5.ebuild vdr-mlist-0.0.3.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.12 media-plugins/vdr-mlist/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mlist/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mlist/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mlist/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 21 Dec 2011 08:42:52 -0000 1.11
25 +++ ChangeLog 30 Jun 2013 17:50:57 -0000 1.12
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/vdr-mlist
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.11 2011/12/21 08:42:52 phajdan.jr Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.12 2013/06/30 17:50:57 hd_brummy Exp $
32 +
33 +*vdr-mlist-1.0.2 (30 Jun 2013)
34 +
35 + 30 Jun 2013; Joerg Bornkessel <hd_brummy@g.o> -vdr-mlist-0.0.3.ebuild,
36 + -vdr-mlist-0.0.5.ebuild, +vdr-mlist-1.0.2.ebuild:
37 + bump; clean up
38
39 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> vdr-mlist-1.0.1.ebuild:
40 x86 stable wrt bug #393923
41
42
43
44 1.1 media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: vdr-mlist-1.0.2.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-mlist/vdr-mlist-1.0.2.ebuild,v 1.1 2013/06/30 17:50:57 hd_brummy Exp $
54
55 EAPI="5"
56
57 inherit vdr-plugin-2
58
59 DESCRIPTION="VDR plugin: Show a history of the last OSD message"
60 HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist"
61 SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz"
62
63 KEYWORDS="~amd64 ~x86"
64 SLOT="0"
65 LICENSE="GPL-2"
66 IUSE=""
67
68 DEPEND=">=media-video/vdr-2.0"
69 RDEPEND="${DEPEND}"