diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:27:25 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:27:25 +0000 |
commit | 0a4c51c5b4dbfcbc86094f0ceeca191e52e147bc (patch) | |
tree | c0291036f70d368db3960f298782a3ac874b755d /media-sound/esound | |
parent | Update (diff) | |
download | gentoo-2-0a4c51c5b4dbfcbc86094f0ceeca191e52e147bc.tar.gz gentoo-2-0a4c51c5b4dbfcbc86094f0ceeca191e52e147bc.tar.bz2 gentoo-2-0a4c51c5b4dbfcbc86094f0ceeca191e52e147bc.zip |
Cleanup
Diffstat (limited to 'media-sound/esound')
-rw-r--r-- | media-sound/esound/esound-0.2.20.ebuild | 40 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.22-r1.ebuild | 59 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.22.ebuild | 52 | ||||
-rw-r--r-- | media-sound/esound/files/digest-esound-0.2.20 | 1 | ||||
-rw-r--r-- | media-sound/esound/files/digest-esound-0.2.22 | 1 | ||||
-rw-r--r-- | media-sound/esound/files/digest-esound-0.2.22-r1 | 1 |
6 files changed, 0 insertions, 154 deletions
diff --git a/media-sound/esound/esound-0.2.20.ebuild b/media-sound/esound/esound-0.2.20.ebuild deleted file mode 100644 index 1c85f78c0d00..000000000000 --- a/media-sound/esound/esound-0.2.20.ebuild +++ /dev/null @@ -1,40 +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/esound/esound-0.2.20.ebuild,v 1.1 2000/11/25 13:13:30 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="esound" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/"${A} -HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=media-libs/alsa-lib-0.5.9 - >=media-libs/audiofile-0.1.9" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr \ - --sysconfdir=/etc/esd --with-libwrap - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/esd install - dodoc AUTHORS COPYING* ChangeLog README TODO - dodoc NEWS TIPS - dodoc docs/esound.ps - docinto html - dodoc docs/html/*.html docs/html/*.css - docinto html/stylesheet-images - dodoc docs/html/stylesheet-images/*.gif -} - - - - - - diff --git a/media-sound/esound/esound-0.2.22-r1.ebuild b/media-sound/esound/esound-0.2.22-r1.ebuild deleted file mode 100644 index 78c1e38698ae..000000000000 --- a/media-sound/esound/esound-0.2.22-r1.ebuild +++ /dev/null @@ -1,59 +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/esound/esound-0.2.22-r1.ebuild,v 1.1 2001/04/19 00:03:52 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="esound" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${A} - ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${A}" -HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" - -DEPEND="virtual/glibc - alsa? ( >=media-libs/alsa-lib-0.5.9 ) - >=media-libs/audiofile-0.1.9 - tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" - -RDEPEND="virtual/glibc - alsa? ( >=media-libs/alsa-lib-0.5.9 ) - >=media-libs/audiofile-0.1.9" - -src_compile() { - - local myconf - if [ "`use tcpd`" ] - then - myconf="--with-libwrap" - else - myconf="--without-libwrap" - fi - if [ "`use alsa`" ] - then - myconf="--enable-alsa" - else - myconf="--disable-alsa" - fi - - try ./configure --host=${CHOST} --prefix=/usr \ - --sysconfdir=/etc/esd $myconf - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/esd install - dodoc AUTHORS COPYING* ChangeLog README TODO - dodoc NEWS TIPS - dodoc docs/esound.ps - docinto html - dodoc docs/html/*.html docs/html/*.css - docinto html/stylesheet-images - dodoc docs/html/stylesheet-images/*.gif -} - - - - - - diff --git a/media-sound/esound/esound-0.2.22.ebuild b/media-sound/esound/esound-0.2.22.ebuild deleted file mode 100644 index 92284cf7b5b6..000000000000 --- a/media-sound/esound/esound-0.2.22.ebuild +++ /dev/null @@ -1,52 +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/esound/esound-0.2.22.ebuild,v 1.1 2001/03/09 10:26:59 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="esound" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${A} - ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${A}" -HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" - -DEPEND="virtual/glibc - >=media-libs/alsa-lib-0.5.9 - >=media-libs/audiofile-0.1.9 - tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" - -RDEPEND="virtual/glibc - >=media-libs/alsa-lib-0.5.9 - >=media-libs/audiofile-0.1.9" - -src_compile() { - - local myconf - if [ "`use tcpd`" ] - then - myconf="--with-libwrap" - else - myconf="--without-libwrap" - fi - try ./configure --host=${CHOST} --prefix=/usr \ - --sysconfdir=/etc/esd $myconf - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/esd install - dodoc AUTHORS COPYING* ChangeLog README TODO - dodoc NEWS TIPS - dodoc docs/esound.ps - docinto html - dodoc docs/html/*.html docs/html/*.css - docinto html/stylesheet-images - dodoc docs/html/stylesheet-images/*.gif -} - - - - - - diff --git a/media-sound/esound/files/digest-esound-0.2.20 b/media-sound/esound/files/digest-esound-0.2.20 deleted file mode 100644 index a3607bf4ff4a..000000000000 --- a/media-sound/esound/files/digest-esound-0.2.20 +++ /dev/null @@ -1 +0,0 @@ -MD5 7973f370efe15bec740fb495b2571dfc esound-0.2.20.tar.gz diff --git a/media-sound/esound/files/digest-esound-0.2.22 b/media-sound/esound/files/digest-esound-0.2.22 deleted file mode 100644 index b1b034a76ad6..000000000000 --- a/media-sound/esound/files/digest-esound-0.2.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ac3c415917898ed0d98722a2f6abf2f esound-0.2.22.tar.gz diff --git a/media-sound/esound/files/digest-esound-0.2.22-r1 b/media-sound/esound/files/digest-esound-0.2.22-r1 deleted file mode 100644 index b1b034a76ad6..000000000000 --- a/media-sound/esound/files/digest-esound-0.2.22-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ac3c415917898ed0d98722a2f6abf2f esound-0.2.22.tar.gz |