diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:12:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:12:55 +0000 |
commit | 5453f94e0082bcd63960433c25b1d1f05ee278d1 (patch) | |
tree | 5c6c6b935531727f351904c073c3ba4473d1d94e /media-libs/nas | |
parent | removed older versions of mplayer and avifile (diff) | |
download | gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.tar.gz gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.tar.bz2 gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.zip |
repoman'd
Diffstat (limited to 'media-libs/nas')
-rw-r--r-- | media-libs/nas/files/digest-nas-1.4.2 | 1 | ||||
-rw-r--r-- | media-libs/nas/nas-1.4.2.ebuild | 39 | ||||
-rw-r--r-- | media-libs/nas/nas-1.5.ebuild | 9 |
3 files changed, 4 insertions, 45 deletions
diff --git a/media-libs/nas/files/digest-nas-1.4.2 b/media-libs/nas/files/digest-nas-1.4.2 deleted file mode 100644 index caf276b524ed..000000000000 --- a/media-libs/nas/files/digest-nas-1.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 595e13e36a8061ecd582e2a4090477fb nas-1.4.2.src.tar.gz 816938 diff --git a/media-libs/nas/nas-1.4.2.ebuild b/media-libs/nas/nas-1.4.2.ebuild deleted file mode 100644 index 923accad54c6..000000000000 --- a/media-libs/nas/nas-1.4.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/nas-1.4.2.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="Network Audio System" - -SRC_URI="http://radscan.com/nas/nas-1.4.2.src.tar.gz" - -HOMEPAGE="http://radscan.com/nas.html" - -# This is ridculuous, we only need xmkmf, but no other package -# provides it. -DEPEND=">=x11-base/xfree-4" - -src_compile() { - - xmkmf - touch doc/man/lib/tmp.{_man,man} - emake World || die -} - -src_install () { - make DESTDIR=${D} install || die - make DESTDIR=${D} install.man || die - - for i in ${D}/usr/X11R6/man/man?/*.?x - do - gzip -9 $i - done - - dodoc BUGS BUILDNOTES FAQ HISTORY README RELEASE TODO - mv ${D}/usr/X11R6/lib/X11/doc/html ${D}/usr/share/doc/${P}/ - rmdir ${D}/usr/X11R6/lib/X11/doc - - -} - diff --git a/media-libs/nas/nas-1.5.ebuild b/media-libs/nas/nas-1.5.ebuild index b9fa55a6af13..16918b207ffe 100644 --- a/media-libs/nas/nas-1.5.ebuild +++ b/media-libs/nas/nas-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/nas-1.5.ebuild,v 1.1 2002/06/08 02:10:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/nas/nas-1.5.ebuild,v 1.2 2002/07/23 00:12:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Network Audio System" @@ -9,14 +9,14 @@ HOMEPAGE="http://radscan.com/nas.html" SLOT="0" LICENSE="X11" +KEYWORDS="x86" # This is ridculuous, we only need xmkmf, but no other package # provides it. 20020607 (Seemant): Actually, the homepage says it needs # the entire X11 build environment, so this is ok. -DEPEND=">=x11-base/xfree-4" +DEPEND="virtual/x11" src_compile() { - xmkmf touch doc/man/lib/tmp.{_man,man} emake World || die @@ -37,4 +37,3 @@ src_install () { } - |