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-live: ChangeLog vdr-live-0.1.0.20070919.ebuild
Date: Wed, 19 Sep 2007 21:51:54
Message-Id: E1IY7Ks-0004OQ-Ei@stork.gentoo.org
1 hd_brummy 07/09/19 21:43:54
2
3 Modified: ChangeLog
4 Added: vdr-live-0.1.0.20070919.ebuild
5 Log:
6 new cvs snapshot, fixed language problem with vdr-1.5.8
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.7 media-plugins/vdr-live/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-live/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 6 Jul 2007 13:42:41 -0000 1.6
23 +++ ChangeLog 19 Sep 2007 21:43:53 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/vdr-live
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.6 2007/07/06 13:42:41 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.7 2007/09/19 21:43:53 hd_brummy Exp $
29 +
30 +*vdr-live-0.1.0.20070919 (19 Sep 2007)
31 +
32 + 19 Sep 2007; Joerg Bornkessel <hd_brummy@g.o>
33 + +vdr-live-0.1.0.20070919.ebuild:
34 + new cvs snapshot, fixed language problem with vdr-1.5.8
35
36 *vdr-live-0.1.0.20070704 (06 Jul 2007)
37
38
39
40
41 1.1 media-plugins/vdr-live/vdr-live-0.1.0.20070919.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0.20070919.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0.20070919.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vdr-live-0.1.0.20070919.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0.20070919.ebuild,v 1.1 2007/09/19 21:43:53 hd_brummy Exp $
51
52 inherit vdr-plugin versionator
53
54 MY_PV=$(get_version_component_range 4)
55 MY_P="${PN}-${MY_PV}"
56
57 DESCRIPTION="VDR Plugin: Web Access To Settings"
58 HOMEPAGE="http://live.vdr-developer.org"
59 #SRC_URI="http://live.vdr-developer.org/downloads/${MY_PP}.tar.gz"
60 SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~x86"
65 IUSE=""
66
67 DEPEND="media-video/vdr
68 >=dev-libs/boost-1.33.0
69 >=dev-libs/tntnet-1.5.3
70 >=dev-libs/cxxtools-1.4.3"
71
72 S="${WORKDIR}/${VDRPLUGIN}"
73
74 src_install() {
75 vdr-plugin_src_install
76
77 cd "${S}/live"
78 insinto /etc/vdr/plugins/live
79 doins -r *
80
81 chown vdr:vdr -R "${D}"/etc/vdr/plugins/live
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list