diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-11-08 14:46:20 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-11-08 14:46:20 +0000 |
commit | 30f54f10193ddf6b69fc000538b56ec89def114b (patch) | |
tree | 812afaa110fa51ff2dc411d006f4674a779f9b31 /rox-extra | |
parent | Fixed dependencies for new dbus-0.9 (diff) | |
download | gentoo-2-30f54f10193ddf6b69fc000538b56ec89def114b.tar.gz gentoo-2-30f54f10193ddf6b69fc000538b56ec89def114b.tar.bz2 gentoo-2-30f54f10193ddf6b69fc000538b56ec89def114b.zip |
Fixed dependencies for new dbus-0.9
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 7 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.3.1-r1.ebuild | 35 | ||||
-rw-r--r-- | rox-extra/fetch/files/digest-fetch-0.3.1-r1 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index 38524f0a023b..aefeae1ee67e 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2006/11/01 17:25:02 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.13 2006/11/08 14:46:20 lack Exp $ + +*fetch-0.3.1-r1 (08 Nov 2006) + + 08 Nov 2006; Jim Ramsay <lack@gentoo.org> +fetch-0.3.1-r1.ebuild: + Fixed dependencies for new dbus-0.9 01 Nov 2006; Jim Ramsay <lack@gentoo.org> metadata.xml: Now owned by new rox herd diff --git a/rox-extra/fetch/fetch-0.3.1-r1.ebuild b/rox-extra/fetch/fetch-0.3.1-r1.ebuild new file mode 100644 index 000000000000..125fcd0bb502 --- /dev/null +++ b/rox-extra/fetch/fetch-0.3.1-r1.ebuild @@ -0,0 +1,35 @@ +# 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 $ + +ROX_VER=2.1.2 +ROX_LIB_VER=2.0.2 +inherit rox eutils + +MY_PN="Fetch" +DESCRIPTION="Fetch - a downloader for the ROX Desktop" +HOMEPAGE="http://www.kerofin.demon.co.uk/rox/fetch.html" +SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +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 +} + diff --git a/rox-extra/fetch/files/digest-fetch-0.3.1-r1 b/rox-extra/fetch/files/digest-fetch-0.3.1-r1 new file mode 100644 index 000000000000..30f6b365a93e --- /dev/null +++ b/rox-extra/fetch/files/digest-fetch-0.3.1-r1 @@ -0,0 +1,3 @@ +MD5 1b8e9e1ce77c6f426f55d8e1918606c8 Fetch-0.3.1.tar.gz 23943 +RMD160 a3bafebd7d4e79a4a1b1a89b106b7270e63a748d Fetch-0.3.1.tar.gz 23943 +SHA256 d4e9f01cf550cc72783895a2dcdd24ec33d32adc08b7f8e40d94c3bbcb1b7d04 Fetch-0.3.1.tar.gz 23943 |