summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-10-24 20:56:24 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-10-24 20:56:24 +0000
commit42c729026717878a9b5b0d13b8b7cdf4cd7c6c62 (patch)
treead106d0365623b21445de680d128000bca94a49e
parentexit/return fixes (diff)
downloadhistorical-42c729026717878a9b5b0d13b8b7cdf4cd7c6c62.tar.gz
historical-42c729026717878a9b5b0d13b8b7cdf4cd7c6c62.tar.bz2
historical-42c729026717878a9b5b0d13b8b7cdf4cd7c6c62.zip
zappo
-rw-r--r--media-sound/nas/files/digest-nas-1.4.1-r11
-rw-r--r--media-sound/nas/nas-1.4.1-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/nas/files/digest-nas-1.4.1-r1 b/media-sound/nas/files/digest-nas-1.4.1-r1
deleted file mode 100644
index 15325ced5c62..000000000000
--- a/media-sound/nas/files/digest-nas-1.4.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8822b58c2662238ca860cfbf05345f64 nas-1.4.1.src.tar.gz
diff --git a/media-sound/nas/nas-1.4.1-r1.ebuild b/media-sound/nas/nas-1.4.1-r1.ebuild
deleted file mode 100644
index 3adced8d2f4c..000000000000
--- a/media-sound/nas/nas-1.4.1-r1.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/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.5 2001/08/11 03:50:11 drobbins Exp $
-
-A=${P}.src.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The Network Audio System"
-SRC_URI="http://radscan.com/nas/${A}"
-HOMEPAGE="http://radscan.com/nas.html"
-
-DEPEND="virtual/glibc virtual/x11"
-
-src_compile() {
-
- try xmkmf
- try make WORLDOPTS='-k YACC="bison -y" CDEBUGFLAGS="$(CDEBUGFLAGS) -DSTARTSERVER"' World
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc BUGS BUILDNOTES FAQ HISTORY README RELEASE TODO doc/*.ps
-}
-