From 5101d296815bd26ed1048803902b1094c5ad8cae Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Thu, 9 Nov 2006 17:07:43 +0000 Subject: Removed dbus warning (Portage version: 2.1.2_rc1-r5) --- rox-extra/fetch/ChangeLog | 6 +++++- rox-extra/fetch/fetch-0.3.1-r1.ebuild | 16 +--------------- 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'rox-extra/fetch') diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index aefeae1ee67e..d5f1b278b21f 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-extra/fetch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.13 2006/11/08 14:46:20 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.14 2006/11/09 17:07:43 lack Exp $ + + 09 Nov 2006; Jim Ramsay fetch-0.3.1-r1.ebuild: + We do not need to warn about dbus here - rox-extra/downloadmanager pulls it + in as appropriate *fetch-0.3.1-r1 (08 Nov 2006) diff --git a/rox-extra/fetch/fetch-0.3.1-r1.ebuild b/rox-extra/fetch/fetch-0.3.1-r1.ebuild index 125fcd0bb502..c7dbdb0ce3fc 100644 --- a/rox-extra/fetch/fetch-0.3.1-r1.ebuild +++ b/rox-extra/fetch/fetch-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.3.1-r1.ebuild,v 1.1 2006/11/08 14:46:20 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.3.1-r1.ebuild,v 1.2 2006/11/09 17:07:43 lack Exp $ ROX_VER=2.1.2 ROX_LIB_VER=2.0.2 @@ -19,17 +19,3 @@ IUSE="" APPNAME=Fetch S=${WORKDIR} -pkg_postinst() { - rox_pkg_postinst - if ! has_version dev-python/dbus-python -a \ - ! built_with_use sys-apps/dbus python - then - ewarn "dbus python modules are NOT installed. ${APPNAME} will run" - ewarn "however, integration with the Download Manager module will" - ewarn "be possible and the program will crash if you try and set" - ewarn "that option. If integration with the Download Manager is" - ewarn "desired, please emerge dbus and then Download Manager and" - ewarn "then ${APPNAME} should work fine!" - fi -} - -- cgit v1.2.3-65-gdbad