diff options
author | 2006-11-09 17:07:43 +0000 | |
---|---|---|
committer | 2006-11-09 17:07:43 +0000 | |
commit | 5101d296815bd26ed1048803902b1094c5ad8cae (patch) | |
tree | 45821c02ab52d66c38d9d56d69d4138d72395a6f /rox-extra | |
parent | Fixed typo = Use '&&' not '-a' if you're not in a [[ ... ]] block (diff) | |
download | gentoo-2-5101d296815bd26ed1048803902b1094c5ad8cae.tar.gz gentoo-2-5101d296815bd26ed1048803902b1094c5ad8cae.tar.bz2 gentoo-2-5101d296815bd26ed1048803902b1094c5ad8cae.zip |
Removed dbus warning
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 6 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.3.1-r1.ebuild | 16 |
2 files changed, 6 insertions, 16 deletions
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 <lack@gentoo.org> 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 -} - |