diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-03 13:40:02 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-03 13:40:02 +0000 |
commit | 8f3a04ea05a0a9cba91576240d01ddf7c831c8ab (patch) | |
tree | 2ac0a9f003903bc4f4088c590a320130c3c22762 /rox-extra | |
parent | Stable on sparc (diff) | |
download | historical-8f3a04ea05a0a9cba91576240d01ddf7c831c8ab.tar.gz historical-8f3a04ea05a0a9cba91576240d01ddf7c831c8ab.tar.bz2 historical-8f3a04ea05a0a9cba91576240d01ddf7c831c8ab.zip |
Version bump to 0.3.1 imported from breakmygentoo.net (Thanks Peter Hyman!), also accepting maintainer role.
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.3.1.ebuild | 35 | ||||
-rw-r--r-- | rox-extra/fetch/files/digest-fetch-0.3.1 | 3 | ||||
-rw-r--r-- | rox-extra/fetch/metadata.xml | 6 |
4 files changed, 51 insertions, 2 deletions
diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index 29a14811fdb0..9da3a96bc6da 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,13 @@ # 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.8 2006/05/24 17:52:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.9 2006/10/03 13:40:02 lack Exp $ + +*fetch-0.3.1 (03 Oct 2006) + + 03 Oct 2006; <lack@gentoo.org> -fetch-0.0.3.ebuild, -fetch-0.1.1.ebuild, + -fetch-0.1.2.ebuild, +fetch-0.3.1.ebuild: + Version bump to 0.31 (Imported from breakmygentoo.net, thanks to Peter + Hyman), also accepting maintainer role. 24 May 2006; Bryan Ăstergaard <kloeri@gentoo.org> metadata.xml: Remove svyatogor from metadata.xml, bug 131936. diff --git a/rox-extra/fetch/fetch-0.3.1.ebuild b/rox-extra/fetch/fetch-0.3.1.ebuild new file mode 100644 index 000000000000..487d4474bb99 --- /dev/null +++ b/rox-extra/fetch/fetch-0.3.1.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.ebuild,v 1.1 2006/10/03 13:40:02 lack Exp $ + +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="" + +ROX_VER=2.1.2 +ROX_LIB_VER=2.0.2 + +APPNAME=Fetch +S=${WORKDIR} + +pkg_postinst() { + rox_pkg_postinst + if ! 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 b/rox-extra/fetch/files/digest-fetch-0.3.1 new file mode 100644 index 000000000000..30f6b365a93e --- /dev/null +++ b/rox-extra/fetch/files/digest-fetch-0.3.1 @@ -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 diff --git a/rox-extra/fetch/metadata.xml b/rox-extra/fetch/metadata.xml index 20ce219711a2..e8761671e3a5 100644 --- a/rox-extra/fetch/metadata.xml +++ b/rox-extra/fetch/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> + <herd>no-herd</herd> + <maintainer> + <email>lack@gentoo.org</email> + <name>Jim Ramsay</name> + </maintainer> </pkgmetadata> |