diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-23 22:51:01 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-23 22:51:01 +0000 |
commit | 95b9e6c11756c1d2f1f2a9885afda980ceb179c8 (patch) | |
tree | 3c1e5700548909a1b8017b23bb2113ebd60eb2c3 | |
parent | form fix (diff) | |
download | historical-95b9e6c11756c1d2f1f2a9885afda980ceb179c8.tar.gz historical-95b9e6c11756c1d2f1f2a9885afda980ceb179c8.tar.bz2 historical-95b9e6c11756c1d2f1f2a9885afda980ceb179c8.zip |
updated and removed A=
-rw-r--r-- | media-sound/grip/grip-2.96-r2.ebuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/media-sound/grip/grip-2.96-r2.ebuild b/media-sound/grip/grip-2.96-r2.ebuild index cabf3e0eaca8..d5552f3e51dd 100644 --- a/media-sound/grip/grip-2.96-r2.ebuild +++ b/media-sound/grip/grip-2.96-r2.ebuild @@ -1,26 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-2.96-r2.ebuild,v 1.1 2001/10/07 17:29:35 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-2.96-r2.ebuild,v 1.2 2001/10/23 22:51:01 hallski Exp $ - -A=${P}.tgz S=${WORKDIR}/${P} DESCRIPTION="GTK+ based Audio CD Ripper" -SRC_URI="http://www.nostatic.org/grip/${A}" +SRC_URI="http://www.nostatic.org/grip/${P}.tgz" HOMEPAGE="http://www.nostatic.org/grip" DEPEND="media-sound/cdparanoia" -# Seems to be fixed... -#src_unpack() { -# -# # author forgot to gzip his tgz file... sigh -# cd ${WORKDIR} -# tar xvf ${DISTDIR}/${P}.tgz -# -#} - src_compile() { # grip doesn't have a nice configure script and requires some |