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 | |
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')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.3.3.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index 40b316d6cda1..c6e5f9e81eb9 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/fetch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.22 2007/11/29 15:51:12 lack Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.23 2008/05/11 15:27:55 lack Exp $ + +*fetch-0.3.3 (11 May 2008) + + 11 May 2008; Jim Ramsay <lack@gentoo.org> +fetch-0.3.3.ebuild: + New version 0.3.3 was released 29 Nov 2007; Jim Ramsay <lack@gentoo.org> -fetch-0.3.1-r1.ebuild: Version cleanup 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} |