diff options
author | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:00:21 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:00:21 +0000 |
commit | 62ce556ee58d4caaeb9d4e83e627d2516963122b (patch) | |
tree | d5764c0b4ebc9f6546d7434a8f1e60c291dd976e /x11-misc/xfishtank/xfishtank-2.1.ebuild | |
parent | Version bump to 2.7, fixed use of HOMEPAGE in SRC_URI. (diff) | |
download | historical-62ce556ee58d4caaeb9d4e83e627d2516963122b.tar.gz historical-62ce556ee58d4caaeb9d4e83e627d2516963122b.tar.bz2 historical-62ce556ee58d4caaeb9d4e83e627d2516963122b.zip |
Removed HOMEPAGE from SRC_URI
Diffstat (limited to 'x11-misc/xfishtank/xfishtank-2.1.ebuild')
-rw-r--r-- | x11-misc/xfishtank/xfishtank-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild index f8a92a4d133d..cf4cb1de6ee2 100644 --- a/x11-misc/xfishtank/xfishtank-2.1.ebuild +++ b/x11-misc/xfishtank/xfishtank-2.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.2 2004/06/14 18:41:36 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.3 2004/06/20 18:00:21 port001 Exp $ DESCRIPTION="Turns your root window into an aquarium." HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/" MY_P="${P}tp" -SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="public-domain" |