diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:53:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:53:46 +0000 |
commit | 855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb (patch) | |
tree | f360f8678d2866539627d450f4f6605b1ff4dbe7 | |
parent | clean older versions (diff) | |
download | historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.tar.gz historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.tar.bz2 historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.zip |
Removing old versions.
30 files changed, 44 insertions, 435 deletions
diff --git a/media-sound/mixxx/ChangeLog b/media-sound/mixxx/ChangeLog index b841865c9ab7..66cfd405bacd 100644 --- a/media-sound/mixxx/ChangeLog +++ b/media-sound/mixxx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mixxx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.24 2004/10/20 04:01:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.25 2004/10/20 05:53:46 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -mixxx-1.3.2.ebuild, -mixxx-1.4.ebuild: + Removing old versions. *mixxx-1.4.1 (19 Oct 2004) diff --git a/media-sound/mixxx/files/digest-mixxx-1.3.2 b/media-sound/mixxx/files/digest-mixxx-1.3.2 deleted file mode 100644 index 6d5ef5d49966..000000000000 --- a/media-sound/mixxx/files/digest-mixxx-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0562b94bbb0ddb53854719f0a0b319fd mixxx-1.3.2.tar.gz 3752254 diff --git a/media-sound/mixxx/files/digest-mixxx-1.4 b/media-sound/mixxx/files/digest-mixxx-1.4 deleted file mode 100644 index 006e52388201..000000000000 --- a/media-sound/mixxx/files/digest-mixxx-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d61864649712862eb978ce2979d0c0e mixxx-1.4.tar.gz 3838015 diff --git a/media-sound/mixxx/mixxx-1.3.2.ebuild b/media-sound/mixxx/mixxx-1.3.2.ebuild deleted file mode 100644 index eb120d40fe3f..000000000000 --- a/media-sound/mixxx/mixxx-1.3.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.3.2.ebuild,v 1.2 2004/10/08 07:18:21 eradicator Exp $ - -IUSE="jack" - -inherit eutils - -S="${WORKDIR}/${P}/src" - -DESCRIPTION="Digital DJ tool using QT 3.x" -HOMEPAGE="http://mixxx.sourceforge.net" -SRC_URI="mirror://sourceforge/mixxx/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~sparc ~x86" - -DEPEND=">=x11-libs/qt-3.1.0 - media-sound/madplay - media-libs/libogg - media-libs/libvorbis - media-libs/audiofile - media-libs/libsndfile - media-libs/libsamplerate - media-libs/portaudio - jack? ( media-sound/jack-audio-connection-kit )" - -RDEPEND="${DEPEND} - dev-lang/perl" - -DEPEND="${DEPEND} - sys-apps/sed" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - ./configure `use_enable jack Jack` || die "configure failed" - - sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS = ${CFLAGS} -w/" \ - -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS = ${CXXFLAGS} -w/" Makefile - - addpredict ${QTDIR}/etc/settings - emake || die "make failed" -} - -src_install() { - make COPY_FILE="cp -fpr" \ - INSTALL_ROOT="${D}" install || die "make install failed" - - dodoc ../README ../Mixxx-Manual.pdf -} diff --git a/media-sound/mixxx/mixxx-1.4.ebuild b/media-sound/mixxx/mixxx-1.4.ebuild deleted file mode 100644 index 6dcbc02614e8..000000000000 --- a/media-sound/mixxx/mixxx-1.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.4.ebuild,v 1.1 2004/10/13 18:09:44 eradicator Exp $ - -IUSE="alsa jack" - -inherit eutils - -S="${WORKDIR}/${P}/src" - -DESCRIPTION="Digital DJ tool using QT 3.x" -HOMEPAGE="http://mixxx.sourceforge.net" -SRC_URI="mirror://sourceforge/mixxx/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -# -amd64: 1.4 - static noise comes out of speakers at startup - eradicator -KEYWORDS="-amd64 ~sparc ~x86" - -DEPEND=">=x11-libs/qt-3.1.0 - media-sound/madplay - media-libs/libogg - media-libs/libvorbis - media-libs/audiofile - media-libs/libsndfile - media-libs/libsamplerate - media-libs/portaudio - alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit )" - -RDEPEND="${DEPEND} - dev-lang/perl" - -DEPEND="${DEPEND} - sys-apps/sed" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-1.3.2-gentoo.patch -} - -src_compile() { - ./configure `use_enable alsa Alsa` `use_enable jack Jack` || die "configure failed" - - sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS = ${CFLAGS} -w/" \ - -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS = ${CXXFLAGS} -w/" Makefile - - addpredict ${QTDIR}/etc/settings - emake || die "make failed" -} - -src_install() { - make COPY_FILE="cp -fpr" \ - INSTALL_ROOT="${D}" install || die "make install failed" - - dodoc ../README ../README.ALSA ../Mixxx-Manual.pdf -} diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog index a8e24f2e4b2c..0c84209fdb75 100644 --- a/media-sound/mpc/ChangeLog +++ b/media-sound/mpc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/mpc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.22 2004/09/03 17:03:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.23 2004/10/20 05:51:08 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -mpc-0.10.3.ebuild, + -mpc-0.11.0.ebuild: + Removing old versions. + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -mpc-0.10.3.ebuild, + -mpc-0.11.0.ebuild, -mpc-0.9.2.ebuild: + Removing old versions. 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> mpc-0.11.1.ebuild: Stable amd64, sparc, x86. diff --git a/media-sound/mpc/files/digest-mpc-0.10.3 b/media-sound/mpc/files/digest-mpc-0.10.3 deleted file mode 100644 index 7fb30ff76062..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.10.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 24bdf1234cb633c0e7aa0e2f189afa8d mpc-0.10.3.tar.gz 209661 diff --git a/media-sound/mpc/files/digest-mpc-0.11.0 b/media-sound/mpc/files/digest-mpc-0.11.0 deleted file mode 100644 index 70a2f7d22df9..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b58088f3ceba47b6466d1226993ad99 mpc-0.11.0.tar.gz 163502 diff --git a/media-sound/mpc/files/digest-mpc-0.9.2 b/media-sound/mpc/files/digest-mpc-0.9.2 deleted file mode 100644 index 888f9df16f2c..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc48d506c4983cd71c7d975f51c5c88a mpc-0.9.2.tar.gz 293865 diff --git a/media-sound/mpc/mpc-0.10.3.ebuild b/media-sound/mpc/mpc-0.10.3.ebuild deleted file mode 100644 index 9cd0512fa2b5..000000000000 --- a/media-sound/mpc/mpc-0.10.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.10.3.ebuild,v 1.5 2004/07/01 10:59:11 eradicator Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" -RESTRICT="nomirror" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/libc" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc -} diff --git a/media-sound/mpc/mpc-0.11.0.ebuild b/media-sound/mpc/mpc-0.11.0.ebuild deleted file mode 100644 index 66a1a03aecb6..000000000000 --- a/media-sound/mpc/mpc-0.11.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.0.ebuild,v 1.4 2004/08/27 15:43:50 mholzer Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="x86 ~ppc" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/libc" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc -} diff --git a/media-sound/mpc/mpc-0.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild index a42b66c47f86..d2752994edd1 100644 --- a/media-sound/mpc/mpc-0.11.1.ebuild +++ b/media-sound/mpc/mpc-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.4 2004/09/03 17:03:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.5 2004/10/20 05:51:08 eradicator Exp $ IUSE="" @@ -24,7 +24,7 @@ src_compile() { } src_install() { - emake install DESTDIR=${D} || die + emake install DESTDIR="${D}" || die rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc + dodoc AUTHORS ChangeLog README doc/mpc-bashrc } diff --git a/media-sound/mpc/mpc-0.9.2.ebuild b/media-sound/mpc/mpc-0.9.2.ebuild deleted file mode 100644 index 13f5810f2404..000000000000 --- a/media-sound/mpc/mpc-0.9.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.9.2.ebuild,v 1.4 2004/07/01 10:59:11 eradicator Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" -RESTRICT="nomirror" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/libc" - -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc -} diff --git a/media-sound/orpheus/ChangeLog b/media-sound/orpheus/ChangeLog index 182e9b297c0a..b4336f03ce73 100644 --- a/media-sound/orpheus/ChangeLog +++ b/media-sound/orpheus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/orpheus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/ChangeLog,v 1.14 2004/09/28 20:20:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/ChangeLog,v 1.15 2004/10/20 05:49:30 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -orpheus-1.2.ebuild, -orpheus-1.4.ebuild: + Removing old versions. 28 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> orpheus-1.5.ebuild: Stable amd64. diff --git a/media-sound/orpheus/files/digest-orpheus-1.2 b/media-sound/orpheus/files/digest-orpheus-1.2 deleted file mode 100644 index 189839734dc3..000000000000 --- a/media-sound/orpheus/files/digest-orpheus-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e4aa9cbcc15618091a6815a8b70e99d orpheus-1.2.tar.gz 271278 diff --git a/media-sound/orpheus/files/digest-orpheus-1.4 b/media-sound/orpheus/files/digest-orpheus-1.4 deleted file mode 100644 index e8afc63f0e88..000000000000 --- a/media-sound/orpheus/files/digest-orpheus-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c5be2ab85ff7917d883c162f34d6efd3 orpheus-1.4.tar.gz 337193 diff --git a/media-sound/orpheus/orpheus-1.2.ebuild b/media-sound/orpheus/orpheus-1.2.ebuild deleted file mode 100644 index 937d0620d358..000000000000 --- a/media-sound/orpheus/orpheus-1.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.2.ebuild,v 1.6 2004/09/04 01:10:35 swegener Exp $ - -DESCRIPTION="Command line MP3 player." -HOMEPAGE="http://konst.org.ua/en/orpheus" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" -LICENSE="GPL-2" -IUSE="oggvorbis" - -DEPEND=">=sys-libs/ncurses-5.2 - oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) - virtual/mpg123 - media-sound/vorbis-tools - gnome-base/libghttp" -# nas? ( >=media-libs/nas-1.4.1 ) - -src_unpack() { - unpack ${A} - - #if use nas; then - # cd src - # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ - # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ - # Makefile | cat > Makefile - #fi -} - -src_compile() { - local myconf - ### Looks like NAS support is broken, at least with NAS 1.5 and - ### mp3player 3.1.1 (Aug 13, agenkin@thpoon.com) - #use nas && myconf="${myconf} --with-nas" - #use nas || myconf="${myconf} --disable-nas" - myconf="${myconf}" - - econf ${myconf} || die - make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/media-sound/orpheus/orpheus-1.4.ebuild b/media-sound/orpheus/orpheus-1.4.ebuild deleted file mode 100644 index 0e94ca6ac1f5..000000000000 --- a/media-sound/orpheus/orpheus-1.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.4.ebuild,v 1.6 2004/09/04 01:10:35 swegener Exp $ - -DESCRIPTION="Command line MP3 player." -HOMEPAGE="http://konst.org.ua/en/orpheus" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="x86 ~sparc" -LICENSE="GPL-2" -IUSE="oggvorbis" - -DEPEND=">=sys-libs/ncurses-5.2 - oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) - virtual/mpg123 - media-sound/vorbis-tools - gnome-base/libghttp" -# nas? ( >=media-libs/nas-1.4.1 ) - -src_unpack() { - unpack ${A} - - #if use nas; then - # cd src - # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ - # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ - # Makefile | cat > Makefile - #fi -} - -src_compile() { - local myconf - ### Looks like NAS support is broken, at least with NAS 1.5 and - ### mp3player 3.1.1 (Aug 13, agenkin@thpoon.com) - #use nas && myconf="${myconf} --with-nas" - #use nas || myconf="${myconf} --disable-nas" - myconf="${myconf}" - - econf ${myconf} || die - make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/media-sound/orpheus/orpheus-1.5.ebuild b/media-sound/orpheus/orpheus-1.5.ebuild index 2058585544bd..ee25c1894546 100644 --- a/media-sound/orpheus/orpheus-1.5.ebuild +++ b/media-sound/orpheus/orpheus-1.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.5.ebuild,v 1.8 2004/09/28 20:20:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/orpheus/orpheus-1.5.ebuild,v 1.9 2004/10/20 05:49:30 eradicator Exp $ + +IUSE="oggvorbis" inherit eutils @@ -9,9 +11,8 @@ HOMEPAGE="http://konst.org.ua/en/orpheus" SRC_URI="http://konst.org.ua/download/${P}.tar.gz" SLOT="0" -KEYWORDS="x86 sparc amd64" LICENSE="GPL-2" -IUSE="oggvorbis" +KEYWORDS="~alpha amd64 ~ppc sparc x86" DEPEND=">=sys-libs/ncurses-5.2 oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 ) @@ -47,6 +48,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO } diff --git a/media-sound/rezound/ChangeLog b/media-sound/rezound/ChangeLog index bb18cd31c5bf..965ee9f509e5 100644 --- a/media-sound/rezound/ChangeLog +++ b/media-sound/rezound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/rezound # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.18 2004/09/22 22:41:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.19 2004/10/20 05:47:04 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> : + Removing old versions. 22 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> rezound-0.10.0_beta.ebuild: diff --git a/media-sound/rezound/files/digest-rezound-0.8.3_beta-r2 b/media-sound/rezound/files/digest-rezound-0.8.3_beta-r2 deleted file mode 100644 index 29c5c8e7935f..000000000000 --- a/media-sound/rezound/files/digest-rezound-0.8.3_beta-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4b9afb946370131210ebe78e1bbe4e02 rezound-0.8.3beta.tar.gz 1207100 diff --git a/media-sound/rezound/rezound-0.10.0_beta.ebuild b/media-sound/rezound/rezound-0.10.0_beta.ebuild index 34a91f7258bd..c4bfa6d1724e 100644 --- a/media-sound/rezound/rezound-0.10.0_beta.ebuild +++ b/media-sound/rezound/rezound-0.10.0_beta.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.10.0_beta.ebuild,v 1.2 2004/09/22 22:41:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.10.0_beta.ebuild,v 1.3 2004/10/20 05:47:04 eradicator Exp $ + +IUSE="oggvorbis jack nls oss portaudio flac soundtouch" inherit eutils MY_P="${P/_/}" +S="${WORKDIR}/${MY_P}" DESCRIPTION="Sound editor and recorder" HOMEPAGE="http://rezound.sourceforge.net" @@ -12,9 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" - -IUSE="oggvorbis jack nls oss portaudio flac soundtouch" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="virtual/x11 =dev-libs/fftw-2* @@ -39,11 +40,7 @@ DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex" -S="${WORKDIR}/${MY_P}" - - src_compile() { - local myconf="" # enforce minimum defaults @@ -65,7 +62,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die + # remove wrong doc directory rm -rf ${D}/usr/doc/${PN} # install docs manually, but don't install diff --git a/media-sound/rezound/rezound-0.8.3_beta-r2.ebuild b/media-sound/rezound/rezound-0.8.3_beta-r2.ebuild deleted file mode 100644 index d5b309ddf7e0..000000000000 --- a/media-sound/rezound/rezound-0.8.3_beta-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.8.3_beta-r2.ebuild,v 1.6 2004/06/25 00:19:55 agriffis Exp $ - -MY_P="${P/_/}" -DESCRIPTION="Sound editor and recorder" -HOMEPAGE="http://rezound.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -RESTRICT="nomirror" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -IUSE="oggvorbis jack" - -DEPEND="virtual/x11 - jack? ( media-sound/jack-audio-connection-kit ) - oggvorbis? ( media-libs/libvorbis media-libs/libogg ) - =dev-libs/fftw-2* - >x11-libs/fox-1.0.17 - >=media-libs/flac-1.1.0" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - local myconf="--prefix=/usr --host=${CHOST}" - use jack && myconf="${myconf} --enable-jack" - ./configure ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYRIGHT ChangeLog FAQ README TODO -} diff --git a/media-sound/shorten/ChangeLog b/media-sound/shorten/ChangeLog index b8f10926e6b3..531544583208 100644 --- a/media-sound/shorten/ChangeLog +++ b/media-sound/shorten/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/shorten # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.13 2004/10/19 06:23:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.14 2004/10/20 05:44:33 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -shorten-3.3.ebuild, -shorten-3.5.0.ebuild, -shorten-3.5.1.ebuild: + Removing old versions. 18 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> shorten-3.6.0.ebuild: diff --git a/media-sound/shorten/files/digest-shorten-3.3 b/media-sound/shorten/files/digest-shorten-3.3 deleted file mode 100644 index b4c8f6cc565d..000000000000 --- a/media-sound/shorten/files/digest-shorten-3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1db8d2d9f70892538c1c273e3d9c665f shorten-3.3.tar.gz 485941 diff --git a/media-sound/shorten/files/digest-shorten-3.5.0 b/media-sound/shorten/files/digest-shorten-3.5.0 deleted file mode 100644 index c1aa2b2e931b..000000000000 --- a/media-sound/shorten/files/digest-shorten-3.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 cde81555c8dae3b011c4a15d320c7312 shorten-3.5.0.tar.gz 575027 diff --git a/media-sound/shorten/files/digest-shorten-3.5.1 b/media-sound/shorten/files/digest-shorten-3.5.1 deleted file mode 100644 index 56e4ca416f04..000000000000 --- a/media-sound/shorten/files/digest-shorten-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 71332b2b45cf41db2c512190c6aad623 shorten-3.5.1.tar.gz 576377 diff --git a/media-sound/shorten/shorten-3.3.ebuild b/media-sound/shorten/shorten-3.3.ebuild deleted file mode 100644 index 6b71d0f5b0c9..000000000000 --- a/media-sound/shorten/shorten-3.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.13 2004/06/25 00:22:23 agriffis Exp $ - -IUSE="" - -DESCRIPTION="shorten is a fast, low complexity waveform coder (i.e. audio compressor)" -HOMEPAGE="http://etree.org/shnutils/shorten/" -SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" - -src_compile() { - econf || die "econf failed" - make || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS LICENSE ChangeLog NEWS README -} diff --git a/media-sound/shorten/shorten-3.5.0.ebuild b/media-sound/shorten/shorten-3.5.0.ebuild deleted file mode 100644 index 6c57c14deed3..000000000000 --- a/media-sound/shorten/shorten-3.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.0.ebuild,v 1.7 2004/06/25 00:22:23 agriffis Exp $ - -IUSE="" - -DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)" -HOMEPAGE="http://etree.org/shnutils/shorten/" -SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" - -src_compile() { - econf || die - make || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS LICENSE ChangeLog NEWS README -} diff --git a/media-sound/shorten/shorten-3.5.1.ebuild b/media-sound/shorten/shorten-3.5.1.ebuild deleted file mode 100644 index 6afdcf47c540..000000000000 --- a/media-sound/shorten/shorten-3.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.1.ebuild,v 1.9 2004/09/15 17:26:18 eradicator Exp $ - -IUSE="" - -DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)" -HOMEPAGE="http://etree.org/shnutils/shorten/" -SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ~ppc amd64 sparc" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS LICENSE ChangeLog NEWS README -} |