summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-23 10:14:58 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-23 10:14:58 +0000
commit036bea6e923b2b2e7f048aaee506e1cd736f94a6 (patch)
tree4dd3f1898801b0da14a35efd1532f9cb3269067f /app-cdr/gcdemu
parentBump, port to EAPI4, update description. The cdemu client is now a one-file s... (diff)
downloadgentoo-2-036bea6e923b2b2e7f048aaee506e1cd736f94a6.tar.gz
gentoo-2-036bea6e923b2b2e7f048aaee506e1cd736f94a6.tar.bz2
gentoo-2-036bea6e923b2b2e7f048aaee506e1cd736f94a6.zip
Bump, port to EAPI4, update description. Gcdemu is now a one-file script (which is an application, not an applet), simplifying the ebuild considerably. (bug #385877)
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/gcdemu')
-rw-r--r--app-cdr/gcdemu/ChangeLog10
-rw-r--r--app-cdr/gcdemu/gcdemu-1.2.0.ebuild4
-rw-r--r--app-cdr/gcdemu/gcdemu-1.3.0.ebuild4
-rw-r--r--app-cdr/gcdemu/gcdemu-1.4.0.ebuild43
4 files changed, 56 insertions, 5 deletions
diff --git a/app-cdr/gcdemu/ChangeLog b/app-cdr/gcdemu/ChangeLog
index 5bc1cc0573c1..c012d7cf070f 100644
--- a/app-cdr/gcdemu/ChangeLog
+++ b/app-cdr/gcdemu/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-cdr/gcdemu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.15 2011/11/22 20:36:23 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.16 2011/11/23 10:14:58 tetromino Exp $
+
+*gcdemu-1.4.0 (23 Nov 2011)
+
+ 23 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gcdemu-1.2.0.ebuild,
+ gcdemu-1.3.0.ebuild, +gcdemu-1.4.0.ebuild:
+ Bump, port to EAPI4, update description. Gcdemu is now a one-file script
+ (which is an application, not an applet), simplifying the ebuild
+ considerably. (bug #385877)
22 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml:
Add myself as maintainer.
diff --git a/app-cdr/gcdemu/gcdemu-1.2.0.ebuild b/app-cdr/gcdemu/gcdemu-1.2.0.ebuild
index a9087edca91a..c32160ce175d 100644
--- a/app-cdr/gcdemu/gcdemu-1.2.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-1.2.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.2.0.ebuild,v 1.6 2011/10/23 21:48:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.2.0.ebuild,v 1.7 2011/11/23 10:14:58 tetromino Exp $
EAPI="1"
inherit gnome2
-DESCRIPTION="gCDEmu is a GNOME applet for controlling CDEmu daemon"
+DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
HOMEPAGE="http://cdemu.org/"
SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
diff --git a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild b/app-cdr/gcdemu/gcdemu-1.3.0.ebuild
index 502a1faad091..47497a9c16cc 100644
--- a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild
+++ b/app-cdr/gcdemu/gcdemu-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.4 2011/10/23 21:48:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.5 2011/11/23 10:14:58 tetromino Exp $
EAPI="3"
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2"
inherit python gnome2
-DESCRIPTION="gCDEmu is a GNOME applet for controlling CDEmu daemon"
+DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
HOMEPAGE="http://cdemu.org/"
SRC_URI="mirror://sourceforge/cdemu/${P}.tar.gz"
diff --git a/app-cdr/gcdemu/gcdemu-1.4.0.ebuild b/app-cdr/gcdemu/gcdemu-1.4.0.ebuild
new file mode 100644
index 000000000000..0ea64f35c508
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-1.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.4.0.ebuild,v 1.1 2011/11/23 10:14:58 tetromino Exp $
+
+EAPI="4"
+
+PYTHON_DEPEND="2"
+
+inherit gnome2 python
+
+DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
+HOMEPAGE="http://cdemu.org/"
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND=">=app-cdr/cdemud-1.4.0
+ >=dev-python/dbus-python-0.71
+ dev-python/gconf-python
+ >=dev-python/pygobject-2.6:2
+ >=dev-python/pygtk-2.6
+ gnome-base/gconf:2
+
+ libnotify? ( dev-python/notify-python )"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.21
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+DOCS="AUTHORS ChangeLog README"
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
+src_prepare() {
+ python_convert_shebangs 2 src/gcdemu
+ gnome2_src_prepare
+}