summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/gcdemu/ChangeLog11
-rw-r--r--app-cdr/gcdemu/gcdemu-1.2.0.ebuild30
2 files changed, 39 insertions, 2 deletions
diff --git a/app-cdr/gcdemu/ChangeLog b/app-cdr/gcdemu/ChangeLog
index eada8d11a13f..ba8141e2714e 100644
--- a/app-cdr/gcdemu/ChangeLog
+++ b/app-cdr/gcdemu/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-cdr/gcdemu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.6 2008/08/22 22:09:56 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.7 2009/10/23 18:35:27 pva Exp $
+
+*gcdemu-1.2.0 (23 Oct 2009)
+
+ 23 Oct 2009; Peter Volkov <pva@gentoo.org> +gcdemu-1.2.0.ebuild:
+ Version bump, bug #279908, thank Fabio Cavallo for report. Fixed
+ invisibility of applet, bug #248874, thank Vladimir Kokarev for report.
+ Added missed deps, bug #228239, thank Evil Compile Person for report.
22 Aug 2008; Markus Meier <maekke@gentoo.org> gcdemu-1.0.0.ebuild:
amd64 stable, bug #232566
diff --git a/app-cdr/gcdemu/gcdemu-1.2.0.ebuild b/app-cdr/gcdemu/gcdemu-1.2.0.ebuild
new file mode 100644
index 000000000000..7849a9a04db0
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-1.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 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.1 2009/10/23 18:35:27 pva Exp $
+
+inherit gnome2
+
+DESCRIPTION="gCDEmu is a GNOME applet for controlling CDEmu daemon"
+HOMEPAGE="http://cdemu.org/"
+SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+COMMON_DEPEND=">=dev-lang/python-2.4
+ >=dev-python/pygtk-2.6
+ >=dev-python/pygobject-2.6
+ >=dev-python/gnome-python-2.6
+ >=dev-python/gnome-python-desktop-2.6
+ >=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"