summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-22 00:30:43 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-22 00:30:43 +0000
commit6114be3d5465e9b7d24cdd04f463a388a80c1552 (patch)
tree2fac634b2e6bc5cb4aafb10df8c46d6154886574 /app-cdr/gcdemu
parentBump, now with color, bash completion, and raw CSS-encrypted DVD image suppor... (diff)
downloadgentoo-2-6114be3d5465e9b7d24cdd04f463a388a80c1552.tar.gz
gentoo-2-6114be3d5465e9b7d24cdd04f463a388a80c1552.tar.bz2
gentoo-2-6114be3d5465e9b7d24cdd04f463a388a80c1552.zip
Bump, now uses gtk3. Drop old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/gcdemu')
-rw-r--r--app-cdr/gcdemu/ChangeLog8
-rw-r--r--app-cdr/gcdemu/gcdemu-1.3.0.ebuild54
-rw-r--r--app-cdr/gcdemu/gcdemu-1.5.0.ebuild43
3 files changed, 50 insertions, 55 deletions
diff --git a/app-cdr/gcdemu/ChangeLog b/app-cdr/gcdemu/ChangeLog
index bdf95062ef35..a1f88f7cc94d 100644
--- a/app-cdr/gcdemu/ChangeLog
+++ b/app-cdr/gcdemu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-cdr/gcdemu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.18 2012/01/18 12:08:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.19 2012/01/22 00:30:43 tetromino Exp $
+
+*gcdemu-1.5.0 (22 Jan 2012)
+
+ 22 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -gcdemu-1.3.0.ebuild, +gcdemu-1.5.0.ebuild:
+ Bump, now uses gtk3. Drop old.
18 Jan 2012; Agostino Sarubbo <ago@gentoo.org> gcdemu-1.4.0.ebuild:
Stable for amd64, wrt bug #397709
diff --git a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild b/app-cdr/gcdemu/gcdemu-1.3.0.ebuild
deleted file mode 100644
index 001b20e9fdb1..000000000000
--- a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.6 2011/12/31 21:24:32 tetromino Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python gnome2
-
-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"
-
-COMMON_DEPEND=">=dev-python/pygtk-2.6
- >=dev-python/pygobject-2.6:2
- >=dev-python/libgnome-python-2.6
- >=dev-python/gnome-applets-python-2.6
- dev-python/gconf-python
- >=dev-python/dbus-python-0.71
- >=app-cdr/cdemud-1.0.0"
-DEPEND="${COMMON_DEPEND}
- app-text/gnome-doc-utils
- dev-util/pkgconfig
- dev-util/intltool"
-RDEPEND="${COMMON_DEPEND}
- libnotify? ( dev-python/notify-python )"
-
-DOCS="AUTHORS ChangeLog README"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- # disable compilation of python modules
- echo '#!/bin/sh' > py-compile || die
- python_convert_shebangs 2 src/gcdemu
-}
-
-pkg_postinst() {
- python_mod_optimize ${PN}
- python_need_rebuild
-}
-
-pkg_postrm() {
- python_mod_cleanup ${PN}
-}
diff --git a/app-cdr/gcdemu/gcdemu-1.5.0.ebuild b/app-cdr/gcdemu/gcdemu-1.5.0.ebuild
new file mode 100644
index 000000000000..c426ccdfd146
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-1.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.5.0.ebuild,v 1.1 2012/01/22 00:30:43 tetromino Exp $
+
+EAPI="4"
+
+PYTHON_DEPEND="2:2.6"
+
+inherit gnome2 python
+
+DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
+HOMEPAGE="http://cdemu.org/"
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-cdr/cdemud-1.5.0
+ >=dev-libs/glib-2.28:2
+ dev-libs/gobject-introspection
+ dev-python/pygobject:3
+ sys-apps/dbus
+ x11-libs/gdk-pixbuf[introspection]
+ x11-libs/gtk+:3[introspection]
+ x11-libs/libnotify[introspection]"
+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
+}