diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 20:34:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-09-20 20:34:00 +0000 |
commit | 5d0ebbaaed988cf617a73d431c180a4adde00464 (patch) | |
tree | dd1cda32b96d0e9f54a33dfee8cb9f83e202c68c /app-arch/guitar/guitar-0.1.4.ebuild | |
parent | Update CVS snapshot to 20030916 - this should fix the static linking problem (diff) | |
download | historical-5d0ebbaaed988cf617a73d431c180a4adde00464.tar.gz historical-5d0ebbaaed988cf617a73d431c180a4adde00464.tar.bz2 historical-5d0ebbaaed988cf617a73d431c180a4adde00464.zip |
SRC_URI updates and patch to epatch conversions
Diffstat (limited to 'app-arch/guitar/guitar-0.1.4.ebuild')
-rw-r--r-- | app-arch/guitar/guitar-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/guitar/guitar-0.1.4.ebuild b/app-arch/guitar/guitar-0.1.4.ebuild index f8788ac6d11f..f1fb4d11aa71 100644 --- a/app-arch/guitar/guitar-0.1.4.ebuild +++ b/app-arch/guitar/guitar-0.1.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/guitar-0.1.4.ebuild,v 1.16 2003/03/28 10:53:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/guitar-0.1.4.ebuild,v 1.17 2003/09/20 20:33:54 aliz Exp $ MY_P=guiTAR-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Extraction tool, supports the tar, tar.Z, tar.gz, tar.bz2, lha, lzh, rar, arj, zip, and slp formats." -SRC_URI="http://artemis.efes.net/disq/${PN}/${MY_P}.tar.gz" +SRC_URI="http://artemis.efes.net/disq/guitar/${MY_P}.tar.gz" HOMEPAGE="http://artemis.efes.net/disq/guitar/" IUSE="gnome" |