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/gcdemu: ChangeLog gcdemu-1.5.0.ebuild gcdemu-2.0.0.ebuild gcdemu-1.4.0.ebuild
Date: Mon, 28 Jan 2013 00:25:04
Message-Id: 20130128002430.B39272171C@flycatcher.gentoo.org
1 tetromino 13/01/28 00:24:30
2
3 Modified: ChangeLog gcdemu-1.5.0.ebuild
4 Added: gcdemu-2.0.0.ebuild
5 Removed: gcdemu-1.4.0.ebuild
6 Log:
7 Version bump (bug #451752, thanks to Agostino Sarubbo). Update to python-single-r1.eclass and EAPI5. Update license. Drop old.
8
9 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
10
11 Revision Changes Path
12 1.24 app-cdr/gcdemu/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 3 May 2012 07:51:49 -0000 1.23
25 +++ ChangeLog 28 Jan 2013 00:24:30 -0000 1.24
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-cdr/gcdemu
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.23 2012/05/03 07:51:49 jdhore Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.24 2013/01/28 00:24:30 tetromino Exp $
32 +
33 +*gcdemu-2.0.0 (27 Jan 2013)
34 +
35 + 27 Jan 2013; Alexandre Rostovtsev <tetromino@g.o>
36 + -gcdemu-1.4.0.ebuild, gcdemu-1.5.0.ebuild, +gcdemu-2.0.0.ebuild:
37 + Version bump (bug #451752, thanks to Agostino Sarubbo). Update to
38 + python-single-r1.eclass and EAPI5. Update license. Drop old.
39
40 03 May 2012; Jeff Horelick <jdhore@g.o> gcdemu-1.4.0.ebuild,
41 gcdemu-1.5.0.ebuild:
42
43
44
45 1.5 app-cdr/gcdemu/gcdemu-1.5.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild?r1=1.4&r2=1.5
50
51 Index: gcdemu-1.5.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- gcdemu-1.5.0.ebuild 3 May 2012 07:51:49 -0000 1.4
58 +++ gcdemu-1.5.0.ebuild 28 Jan 2013 00:24:30 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild,v 1.4 2012/05/03 07:51:49 jdhore Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild,v 1.5 2013/01/28 00:24:30 tetromino Exp $
65
66 EAPI="4"
67
68 @@ -8,16 +8,16 @@
69
70 inherit gnome2 python
71
72 -DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
73 +DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
74 HOMEPAGE="http://cdemu.org/"
75 SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
76
77 -LICENSE="GPL-2"
78 +LICENSE="GPL-2+"
79 SLOT="0"
80 KEYWORDS="amd64 x86"
81 IUSE=""
82
83 -RDEPEND=">=app-cdr/cdemud-1.5.0
84 +RDEPEND="~app-cdr/cdemu-daemon-${PV}
85 >=dev-libs/glib-2.28:2
86 dev-libs/gobject-introspection
87 dev-python/pygobject:3
88
89
90
91 1.1 app-cdr/gcdemu/gcdemu-2.0.0.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-2.0.0.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/gcdemu/gcdemu-2.0.0.ebuild?rev=1.1&content-type=text/plain
95
96 Index: gcdemu-2.0.0.ebuild
97 ===================================================================
98 # Copyright 1999-2013 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-2.0.0.ebuild,v 1.1 2013/01/28 00:24:30 tetromino Exp $
101
102 EAPI="5"
103
104 CMAKE_MIN_VERSION="2.8.5"
105 PYTHON_COMPAT=( python2_6 python2_7 )
106 PLOCALES="de fr no pl sl zh_CN"
107
108 # cmake-utils after gnome2, to make sure cmake-utils is used for building
109 inherit gnome2 cmake-utils l10n python-single-r1
110
111 DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
112 HOMEPAGE="http://cdemu.org/"
113 SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
114
115 LICENSE="GPL-2+"
116 SLOT="0"
117 KEYWORDS="~amd64 ~x86"
118 IUSE=""
119
120 RDEPEND="${PYTHON_DEPS}
121 app-cdr/cdemu-daemon:0/4
122 >=dev-libs/glib-2.28:2
123 dev-libs/gobject-introspection
124 dev-python/pygobject:3[${PYTHON_USEDEP}]
125 sys-apps/dbus
126 x11-libs/gdk-pixbuf[introspection]
127 x11-libs/gtk+:3[introspection]
128 x11-libs/libnotify[introspection]"
129 DEPEND="${COMMON_DEPEND}
130 dev-util/desktop-file-utils
131 >=dev-util/intltool-0.21
132 sys-devel/gettext
133 virtual/pkgconfig"
134
135 pkg_setup() {
136 python-single-r1_pkg_setup
137 }
138
139 src_prepare() {
140 python_fix_shebang src/gcdemu
141 # build system doesn't respect LINGUAS :/
142 rm_po() {
143 rm po/$1.po || die
144 }
145 l10n_for_each_disabled_locale_do rm_po
146 }
147
148 src_configure() {
149 DOCS="AUTHORS README"
150 local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
151 cmake-utils_src_configure
152 }