diff options
author | 2001-09-14 23:01:59 +0000 | |
---|---|---|
committer | 2001-09-14 23:01:59 +0000 | |
commit | 9f70fce766163b50bac77be862725c25b42e4e86 (patch) | |
tree | fd34eee47c45a88ff2dfc33fe2c6ad4e6d44a698 /media-sound/grip | |
parent | fixed rc5 script location - they go into /etc/rc.d/init.d; removed old ebuild... (diff) | |
download | historical-9f70fce766163b50bac77be862725c25b42e4e86.tar.gz historical-9f70fce766163b50bac77be862725c25b42e4e86.tar.bz2 historical-9f70fce766163b50bac77be862725c25b42e4e86.zip |
Seems the author has now correctly tar/gzipped his file =)
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/files/digest-grip-2.96-r1 | 1 | ||||
-rw-r--r-- | media-sound/grip/grip-2.96-r1.ebuild (renamed from media-sound/grip/grip-2.96.ebuild) | 17 |
2 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/grip/files/digest-grip-2.96-r1 b/media-sound/grip/files/digest-grip-2.96-r1 new file mode 100644 index 000000000000..453339451bd2 --- /dev/null +++ b/media-sound/grip/files/digest-grip-2.96-r1 @@ -0,0 +1 @@ +MD5 93bd9c4672a8d53daf32772812e624d8 grip-2.96.tgz diff --git a/media-sound/grip/grip-2.96.ebuild b/media-sound/grip/grip-2.96-r1.ebuild index 1339c6b71433..60c4eaf3179e 100644 --- a/media-sound/grip/grip-2.96.ebuild +++ b/media-sound/grip/grip-2.96-r1.ebuild @@ -1,7 +1,7 @@ # 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.ebuild,v 1.3 2001/08/31 03:23:39 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-2.96-r1.ebuild,v 1.1 2001/09/14 23:01:59 lordjoe Exp $ A=${P}.tgz @@ -12,13 +12,14 @@ HOMEPAGE="http://www.nostatic.org/grip" DEPEND="media-sound/cdparanoia" -src_unpack() { - - # author forgot to gzip his tgz file... sigh - cd ${WORKDIR} - tar xvf ${DISTDIR}/${P}.tgz - -} +# Seems to be fixed... +#src_unpack() { +# +# # author forgot to gzip his tgz file... sigh +# cd ${WORKDIR} +# tar xvf ${DISTDIR}/${P}.tgz +# +#} src_compile() { |