diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 00:48:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 00:48:47 +0000 |
commit | 6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch) | |
tree | 81dcfc5770090104955045a4f839d8acd293d70a /gnome-extra/gnome-audio | |
parent | Some cleanup (diff) | |
download | historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2 historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip |
Some cleanup
Diffstat (limited to 'gnome-extra/gnome-audio')
-rw-r--r-- | gnome-extra/gnome-audio/files/digest-gnome-audio-1.0.0 | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/gnome-extra/gnome-audio/files/digest-gnome-audio-1.0.0 b/gnome-extra/gnome-audio/files/digest-gnome-audio-1.0.0 deleted file mode 100644 index 0b02b61f9c37..000000000000 --- a/gnome-extra/gnome-audio/files/digest-gnome-audio-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ae217dfa20fc8fbb67595a32d6beeec gnome-audio-1.0.0.tar.gz diff --git a/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild b/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild deleted file mode 100644 index 6c78236cde50..000000000000 --- a/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.7 2001/04/28 23:18:10 achim Exp $ - -P=gnome-audio-1.0.0 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gnome-audio" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-audio/"${A} -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=gnome-base/gnome-libs-1.2" - -src_compile() { - cd ${S} -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc README -} - - - |