summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-05-06 13:34:22 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-05-06 13:34:22 +0000
commitccb23990a0b9f50c8480327c020940e24a03e0b2 (patch)
treee78ed76017e157b6aaa7dc4db63fab54cde78398 /media-sound
parentbugfix release (diff)
downloadhistorical-ccb23990a0b9f50c8480327c020940e24a03e0b2.tar.gz
historical-ccb23990a0b9f50c8480327c020940e24a03e0b2.tar.bz2
historical-ccb23990a0b9f50c8480327c020940e24a03e0b2.zip
Adding latest version, removing stale and old versions here.
kept 0.2.24-r2 since its known stable and calm and so on, :)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/esound/ChangeLog6
-rw-r--r--media-sound/esound/esound-0.2.22-r2.ebuild60
-rw-r--r--media-sound/esound/esound-0.2.23.ebuild64
-rw-r--r--media-sound/esound/esound-0.2.24-r1.ebuild48
-rw-r--r--media-sound/esound/esound-0.2.24-r50.ebuild59
-rw-r--r--media-sound/esound/esound-0.2.26.ebuild (renamed from media-sound/esound/esound-0.2.25.ebuild)2
-rw-r--r--media-sound/esound/files/digest-esound-0.2.22-r21
-rw-r--r--media-sound/esound/files/digest-esound-0.2.231
-rw-r--r--media-sound/esound/files/digest-esound-0.2.24-r11
-rw-r--r--media-sound/esound/files/digest-esound-0.2.24-r502
-rw-r--r--media-sound/esound/files/digest-esound-0.2.251
-rw-r--r--media-sound/esound/files/digest-esound-0.2.261
12 files changed, 7 insertions, 239 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog
index e96d2076724d..d71802a89ec9 100644
--- a/media-sound/esound/ChangeLog
+++ b/media-sound/esound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/esound
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.7 2002/04/27 08:45:08 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.8 2002/05/06 13:34:22 spider Exp $
+
+*esound-0.2.26 (07 May 2002)
+ 07 May 2002; Spider <spider@gentoo.org> esound-0.2.26.ebuild :
+ latest version.
*esound-0.2.25 (24 Apr 2002)
24 Apr 2002; Spider <spider@gentoo.org> esound-0.2.25.ebuild:
diff --git a/media-sound/esound/esound-0.2.22-r2.ebuild b/media-sound/esound/esound-0.2.22-r2.ebuild
deleted file mode 100644
index e88006df1f43..000000000000
--- a/media-sound/esound/esound-0.2.22-r2.ebuild
+++ /dev/null
@@ -1,60 +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-r2.ebuild,v 1.2 2001/06/11 08:11:28 hallski 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="$myconf --enable-alsa"
- else
- myconf="$myconf --enable-alsa=no"
- fi
-
- try ./configure --host=${CHOST} --prefix=/usr \
- --sysconfdir=/etc/esd $myconf
- try pmake
-}
-
-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.23.ebuild b/media-sound/esound/esound-0.2.23.ebuild
deleted file mode 100644
index 4ce5a5de04c1..000000000000
--- a/media-sound/esound/esound-0.2.23.ebuild
+++ /dev/null
@@ -1,64 +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.23.ebuild,v 1.2 2001/11/14 15:56:10 hallski Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="esound"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${P}.tar.gz
- ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${P}.tar.gz"
-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="$myconf --enable-alsa"
- else
- myconf="$myconf --enable-alsa=no"
- fi
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/esd \
- $myconf || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr sysconfdir=${D}/etc/esd install || die
-
- dodoc AUTHORS COPYING* ChangeLog README TODO 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.24-r1.ebuild b/media-sound/esound/esound-0.2.24-r1.ebuild
deleted file mode 100644
index 750e22b7bbc4..000000000000
--- a/media-sound/esound/esound-0.2.24-r1.ebuild
+++ /dev/null
@@ -1,48 +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.24-r1.ebuild,v 1.1 2002/03/27 05:08:34 blocke Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The Enlightened Sound Daemon"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${P}.tar.gz ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${P}.tar.gz"
-HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
-
-DEPEND="virtual/glibc
- >=media-libs/audiofile-0.1.9
- alsa? ( >=media-libs/alsa-lib-0.5.9 )
- tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
-
-RDEPEND="virtual/glibc
- >=media-libs/audiofile-0.1.9
- alsa? ( >=media-libs/alsa-lib-0.5.9 )"
-
-src_compile() {
- local myconf
-
- use tcpd && myconf="${myconf} --with-libwrap" \
- || myconf="${myconf} --without-libwrap"
-
- use alsa && myconf="${myconf} --enable-alsa" \
- || myconf="${myconf} --enable-alsa=no"
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/esd \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr sysconfdir=${D}/etc/esd install || die
-
- dodoc AUTHORS COPYING* ChangeLog README TODO NEWS TIPS
- dodoc docs/esound.ps
-
- dohtml docs/html/*.html
-
-}
-
-
diff --git a/media-sound/esound/esound-0.2.24-r50.ebuild b/media-sound/esound/esound-0.2.24-r50.ebuild
deleted file mode 100644
index 305dd8d7cab1..000000000000
--- a/media-sound/esound/esound-0.2.24-r50.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> and Spider <spider@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.24-r50.ebuild,v 1.2 2002/04/11 00:34:52 spider Exp $
-
-EXTRA="esound-0.2.24-ztp20020319_0.patch.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="The Enlightened Sound Daemon"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${P}.tar.gz ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${P}.tar.gz
-http://webpages.charter.net/tprado/esound/files/${EXTRA}"
-
-HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
-
-DEPEND="virtual/glibc
- >=media-libs/audiofile-0.1.9
- alsa? ( media-libs/alsa-lib )
- tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
-
-RDEPEND="virtual/glibc
- >=media-libs/audiofile-0.1.9
- alsa? ( media-libs/alsa-lib )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- gunzip -dc ${DISTDIR}/${EXTRA} | patch -p1 -
-}
-
-
-src_compile() {
- libtoolize --copy --force
- local myconf
-
- use tcpd && myconf="${myconf} --with-libwrap" \
- || myconf="${myconf} --without-libwrap"
-
- use alsa && myconf="${myconf} --enable-alsa" \
- || myconf="${myconf} --enable-alsa=no"
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/esd \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr sysconfdir=${D}/etc/esd install || die
-
- dodoc AUTHORS COPYING* ChangeLog README TODO NEWS TIPS
- dodoc docs/esound.ps
-
- dohtml docs/html/*.html
-
-}
-
-
diff --git a/media-sound/esound/esound-0.2.25.ebuild b/media-sound/esound/esound-0.2.26.ebuild
index 92b9c890cb21..38f238731204 100644
--- a/media-sound/esound/esound-0.2.25.ebuild
+++ b/media-sound/esound/esound-0.2.26.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.25.ebuild,v 1.2 2002/04/27 08:45:08 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.26.ebuild,v 1.1 2002/05/06 13:34:22 spider Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The Enlightened Sound Daemon"
diff --git a/media-sound/esound/files/digest-esound-0.2.22-r2 b/media-sound/esound/files/digest-esound-0.2.22-r2
deleted file mode 100644
index 65fcb8120aba..000000000000
--- a/media-sound/esound/files/digest-esound-0.2.22-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0ac3c415917898ed0d98722a2f6abf2f esound-0.2.22.tar.gz 291644
diff --git a/media-sound/esound/files/digest-esound-0.2.23 b/media-sound/esound/files/digest-esound-0.2.23
deleted file mode 100644
index 732cc5b8b354..000000000000
--- a/media-sound/esound/files/digest-esound-0.2.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d68c49951a932fad36727ab6b3ccb457 esound-0.2.23.tar.gz 294603
diff --git a/media-sound/esound/files/digest-esound-0.2.24-r1 b/media-sound/esound/files/digest-esound-0.2.24-r1
deleted file mode 100644
index def824e55559..000000000000
--- a/media-sound/esound/files/digest-esound-0.2.24-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d50966ea485e310b17958417168c703d esound-0.2.24.tar.gz 313213
diff --git a/media-sound/esound/files/digest-esound-0.2.24-r50 b/media-sound/esound/files/digest-esound-0.2.24-r50
deleted file mode 100644
index 992c59dd5baa..000000000000
--- a/media-sound/esound/files/digest-esound-0.2.24-r50
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 d50966ea485e310b17958417168c703d esound-0.2.24.tar.gz 313213
-MD5 fbfc030badecb18889cf7bbad96661bc esound-0.2.24-ztp20020319_0.patch.gz 163651
diff --git a/media-sound/esound/files/digest-esound-0.2.25 b/media-sound/esound/files/digest-esound-0.2.25
deleted file mode 100644
index c25913e3e8d9..000000000000
--- a/media-sound/esound/files/digest-esound-0.2.25
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9f21f84a8d4ab27fcd0ce55130e66d72 esound-0.2.25.tar.bz2 274925
diff --git a/media-sound/esound/files/digest-esound-0.2.26 b/media-sound/esound/files/digest-esound-0.2.26
new file mode 100644
index 000000000000..fcf28542c3ac
--- /dev/null
+++ b/media-sound/esound/files/digest-esound-0.2.26
@@ -0,0 +1 @@
+MD5 2892f7ef9af6c6c1ce5bcb88165dda4f esound-0.2.26.tar.bz2 283166