summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-02-15 02:53:07 +0000
committerJim Ramsay <lack@gentoo.org>2007-02-15 02:53:07 +0000
commitfbcd1a7dea2e93714b084927c351a2132adc196d (patch)
treedc405c202d498089d1816d7ade44ee0fcda67f35 /rox-extra/memo/memo-2.0-r1.ebuild
parentUpdated dbus dependencies (diff)
downloadgentoo-2-fbcd1a7dea2e93714b084927c351a2132adc196d.tar.gz
gentoo-2-fbcd1a7dea2e93714b084927c351a2132adc196d.tar.bz2
gentoo-2-fbcd1a7dea2e93714b084927c351a2132adc196d.zip
Updated old dbus dependencies and cleaned up old versions (bug 166919)
(Portage version: 2.1.2-r8)
Diffstat (limited to 'rox-extra/memo/memo-2.0-r1.ebuild')
-rw-r--r--rox-extra/memo/memo-2.0-r1.ebuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/rox-extra/memo/memo-2.0-r1.ebuild b/rox-extra/memo/memo-2.0-r1.ebuild
index 23c2576e1566..205851708844 100644
--- a/rox-extra/memo/memo-2.0-r1.ebuild
+++ b/rox-extra/memo/memo-2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/memo-2.0-r1.ebuild,v 1.2 2007/02/09 22:10:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/memo-2.0-r1.ebuild,v 1.3 2007/02/15 02:53:07 lack Exp $
ROX_LIB_VER=1.9.8
inherit rox
@@ -16,20 +16,9 @@ KEYWORDS="~ppc x86"
IUSE="libnotify"
RDEPEND="libnotify? (
- || ( >=dev-python/dbus-python-0.71
- ( >=sys-apps/dbus-0.60 <sys-apps/dbus-0.90 ) )
+ >=dev-python/dbus-python-0.71
x11-misc/notification-daemon )"
APPNAME=${MY_PN}
APPCATEGORY="Utility;Clock"
-pkg_setup() {
- if ! has_version dev-python/dbus-python && \
- ! built_with_use sys-apps/dbus python
- then
- einfo "${APPNAME} requires dbus to be built with python support."
- einfo "Please rebuild dbus with USE=\"python\"."
- die "python dbus modules missing"
- fi
-}
-