Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdemu: cdemu-1.2.0.ebuild ChangeLog cdemu-1.3.0.ebuild cdemu-1.4.0.ebuild
Date: Wed, 23 Nov 2011 10:14:36
Message-Id: 20111123101427.14EB220034@flycatcher.gentoo.org
1 tetromino 11/11/23 10:14:27
2
3 Modified: cdemu-1.2.0.ebuild ChangeLog cdemu-1.3.0.ebuild
4 Added: cdemu-1.4.0.ebuild
5 Log:
6 Bump, port to EAPI4, update description. The cdemu client is now a one-file script, simplifying the ebuild considerably. (bug #384335)
7
8 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-cdr/cdemu/cdemu-1.2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?r1=1.4&r2=1.5
16
17 Index: cdemu-1.2.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- cdemu-1.2.0.ebuild 6 Jul 2010 16:55:16 -0000 1.4
24 +++ cdemu-1.2.0.ebuild 23 Nov 2011 10:14:26 -0000 1.5
25 @@ -1,13 +1,13 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.4 2010/07/06 16:55:16 arfrever Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.5 2011/11/23 10:14:26 tetromino Exp $
31
32 EAPI="3"
33 PYTHON_DEPEND="2"
34
35 inherit python
36
37 -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images"
38 +DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)"
39 HOMEPAGE="http://cdemu.org"
40 SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
41
42
43
44
45 1.28 app-cdr/cdemu/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?rev=1.28&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?rev=1.28&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?r1=1.27&r2=1.28
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v
54 retrieving revision 1.27
55 retrieving revision 1.28
56 diff -u -r1.27 -r1.28
57 --- ChangeLog 22 Nov 2011 20:32:36 -0000 1.27
58 +++ ChangeLog 23 Nov 2011 10:14:26 -0000 1.28
59 @@ -1,6 +1,13 @@
60 # ChangeLog for app-cdr/cdemu
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.27 2011/11/22 20:32:36 tetromino Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.28 2011/11/23 10:14:26 tetromino Exp $
64 +
65 +*cdemu-1.4.0 (23 Nov 2011)
66 +
67 + 23 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> cdemu-1.2.0.ebuild,
68 + cdemu-1.3.0.ebuild, +cdemu-1.4.0.ebuild:
69 + Bump, port to EAPI4, update description. The cdemu client is now a one-file
70 + script, simplifying the ebuild considerably. (bug #384335)
71
72 22 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> metadata.xml:
73 Add myself as maintainer.
74
75
76
77 1.3 app-cdr/cdemu/cdemu-1.3.0.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?r1=1.2&r2=1.3
82
83 Index: cdemu-1.3.0.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- cdemu-1.3.0.ebuild 25 Oct 2010 14:23:35 -0000 1.2
90 +++ cdemu-1.3.0.ebuild 23 Nov 2011 10:14:26 -0000 1.3
91 @@ -1,13 +1,13 @@
92 -# Copyright 1999-2010 Gentoo Foundation
93 +# Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.2 2010/10/25 14:23:35 pva Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.3 2011/11/23 10:14:26 tetromino Exp $
97
98 EAPI="3"
99 PYTHON_DEPEND="2"
100
101 inherit python
102
103 -DESCRIPTION="Client of cdemu suite, which mounts all kinds of cd images"
104 +DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)"
105 HOMEPAGE="http://cdemu.org"
106 SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.gz"
107
108
109
110
111 1.1 app-cdr/cdemu/cdemu-1.4.0.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.4.0.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.4.0.ebuild?rev=1.1&content-type=text/plain
115
116 Index: cdemu-1.4.0.ebuild
117 ===================================================================
118 # Copyright 1999-2011 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.4.0.ebuild,v 1.1 2011/11/23 10:14:26 tetromino Exp $
121
122 EAPI="4"
123 PYTHON_DEPEND="2"
124
125 inherit python
126
127 DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)"
128 HOMEPAGE="http://cdemu.org"
129 SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.gz"
130
131 LICENSE="GPL-2"
132 SLOT="0"
133 KEYWORDS="~amd64 ~x86"
134 IUSE="+cdemud"
135
136 RDEPEND="dev-python/dbus-python
137 cdemud? ( >=app-cdr/cdemud-1.4.0 )"
138 DEPEND="${RDEPEND}
139 >=dev-util/intltool-0.21"
140
141 S=${WORKDIR}/cdemu-client-${PV}
142
143 pkg_setup() {
144 python_set_active_version 2
145 python_pkg_setup
146 }
147
148 src_prepare() {
149 python_convert_shebangs -r 2 src
150 }