From ba0887b62e2f9177b61486a97f55682badbb35ce Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Sun, 11 May 2008 15:27:55 +0000 Subject: New version 0.3.3 was released (Portage version: 2.1.4.4) --- rox-extra/fetch/ChangeLog | 9 +++++++-- rox-extra/fetch/fetch-0.3.3.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 rox-extra/fetch/fetch-0.3.3.ebuild (limited to 'rox-extra') 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 +fetch-0.3.3.ebuild: + New version 0.3.3 was released 29 Nov 2007; Jim Ramsay -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} -- cgit v1.2.3-65-gdbad