Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-radio-plugin: metadata.xml ChangeLog xfce4-radio-plugin-0.4.2.ebuild xfce4-radio-plugin-0.3.1.ebuild
Date: Sun, 23 Aug 2009 19:51:52
Message-Id: E1MfJ6T-0001GZ-Ru@stork.gentoo.org
1 ssuominen 09/08/23 19:51:49
2
3 Added: metadata.xml ChangeLog
4 xfce4-radio-plugin-0.4.2.ebuild
5 xfce4-radio-plugin-0.3.1.ebuild
6 Log:
7 Rename xfce4-radio to xfce4-radio-plugin.
8 (Portage version: 2.2_rc39/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.1 xfce-extra/xfce4-radio-plugin/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>xfce</herd>
22 </pkgmetadata>
23
24
25
26 1.1 xfce-extra/xfce4-radio-plugin/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for xfce-extra/xfce4-radio-plugin
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.1 2009/08/23 19:51:49 ssuominen Exp $
36
37 *xfce4-radio-plugin-0.4.2 (23 Aug 2009)
38 *xfce4-radio-plugin-0.3.1 (23 Aug 2009)
39
40 23 Aug 2009; Samuli Suominen <ssuominen@g.o>
41 +xfce4-radio-plugin-0.3.1.ebuild, +xfce4-radio-plugin-0.4.2.ebuild:
42 Rename xfce4-radio to xfce4-radio-plugin.
43
44
45
46
47 1.1 xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.2.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xfce4-radio-plugin-0.4.2.ebuild
53 ===================================================================
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.2.ebuild,v 1.1 2009/08/23 19:51:49 ssuominen Exp $
57
58 EAPI=2
59 inherit xfconf
60
61 DESCRIPTION="Panel plugin to control V4L radio device"
62 HOMEPAGE="http://www.xfce.org/"
63 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.gz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=xfce-base/xfce4-panel-4.3.22"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig
73 >=dev-util/intltool-0.40"
74
75 pkg_setup() {
76 XFCONF="--disable-dependency-tracking
77 $(use_enable debug)"
78 DOCS="AUTHORS ChangeLog NEWS README"
79 }
80
81 src_prepare() {
82 xfconf_src_prepare
83 echo panel-plugin/radio.desktop.in.in >> po/POTFILES.skip
84 echo panel-plugin/xfce4-radio.c >> po/POTFILES.skip
85 }
86
87
88
89 1.1 xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild?rev=1.1&content-type=text/plain
93
94 Index: xfce4-radio-plugin-0.3.1.ebuild
95 ===================================================================
96 # Copyright 1999-2009 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.3.1.ebuild,v 1.1 2009/08/23 19:51:49 ssuominen Exp $
99
100 inherit xfconf
101
102 DESCRIPTION="Panel plugin to control V4L radio device"
103 HOMEPAGE="http://www.xfce.org/"
104 SRC_URI="mirror://gentoo/${P}.tar.gz"
105
106 LICENSE="GPL-3"
107 SLOT="0"
108 KEYWORDS="amd64 x86"
109 IUSE=""
110
111 RDEPEND=">=xfce-base/xfce4-panel-4.3.22"
112 DEPEND="${RDEPEND}
113 dev-util/pkgconfig
114 >=dev-util/intltool-0.40"
115
116 # temp. hack, dropped in next version
117 RESTRICT="test"
118
119 pkg_setup() {
120 XFCONF="--disable-dependency-tracking
121 $(use_enable debug)"
122 DOCS="AUTHORS ChangeLog NEWS README"
123 }