diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-05-11 15:27:55 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-05-11 15:27:55 +0000 |
commit | ba0887b62e2f9177b61486a97f55682badbb35ce (patch) | |
tree | 7a172c91015bfd3967b4576862bc6180fba6f878 /rox-extra/fetch/fetch-0.3.3.ebuild | |
parent | Stable on ppc64; bug #217442 (diff) | |
download | gentoo-2-ba0887b62e2f9177b61486a97f55682badbb35ce.tar.gz gentoo-2-ba0887b62e2f9177b61486a97f55682badbb35ce.tar.bz2 gentoo-2-ba0887b62e2f9177b61486a97f55682badbb35ce.zip |
New version 0.3.3 was released
(Portage version: 2.1.4.4)
Diffstat (limited to 'rox-extra/fetch/fetch-0.3.3.ebuild')
-rw-r--r-- | rox-extra/fetch/fetch-0.3.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rox-extra/fetch/fetch-0.3.3.ebuild b/rox-extra/fetch/fetch-0.3.3.ebuild new file mode 100644 index 000000000000..29da1e6c7959 --- /dev/null +++ b/rox-extra/fetch/fetch-0.3.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.3.3.ebuild,v 1.1 2008/05/11 15:27:55 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} |