diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-03 00:19:01 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-03 00:19:01 +0000 |
commit | 6b9e28ed1aa612823b0126dde130c0a280f652c8 (patch) | |
tree | eb458b73c9481b2f425c42c4d436293214303ba5 /media-sound | |
parent | Removing ancient version. (Manifest recommit) (diff) | |
download | gentoo-2-6b9e28ed1aa612823b0126dde130c0a280f652c8.tar.gz gentoo-2-6b9e28ed1aa612823b0126dde130c0a280f652c8.tar.bz2 gentoo-2-6b9e28ed1aa612823b0126dde130c0a280f652c8.zip |
Removing old versions.
Diffstat (limited to 'media-sound')
7 files changed, 6 insertions, 142 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog index f0132ee4366d..85d1380fd1f9 100644 --- a/media-sound/alsa-patch-bay/ChangeLog +++ b/media-sound/alsa-patch-bay/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsa-patch-bay # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.17 2004/09/03 09:16:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.18 2004/10/03 00:16:23 eradicator Exp $ + + 02 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + -alsa-patch-bay-0.5.1-r1.ebuild, -alsa-patch-bay-0.5.2.ebuild, + -alsa-patch-bay-1.0.0.ebuild: + Removing old versions. 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> alsa-patch-bay-1.0.0-r1.ebuild: diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild deleted file mode 100644 index 5ef387a8d806..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild +++ /dev/null @@ -1,46 +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/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild,v 1.7 2004/06/24 23:49:16 agriffis Exp $ - -DESCRIPTION="Graphical patch bay for the ALSA sequencer API." -HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~x86" - -IUSE="fltk" - -# The package defaults to the gtkmm graphics library. -# To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay -# Note: fltk is not an official USE flag, and the dependency on -# it may go away in the future. -DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 - fltk? >=x11-libs/fltk-1.1.2 - >=media-libs/alsa-lib-0.9.0_rc1" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" - -src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install() { - einstall APB_DESKTOP_PREFIX=${D}/usr/share || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} - -pkg_preinst() { - if [ -e ${D}/usr/bin/jack-patch-bay ] - then - rm ${D}/usr/bin/jack-patch-bay - ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay - fi -} diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild deleted file mode 100644 index ed2e7ef8b0f4..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild +++ /dev/null @@ -1,46 +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/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild,v 1.5 2004/06/24 23:49:16 agriffis Exp $ - -DESCRIPTION="Graphical patch bay for the ALSA sequencer API." -HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="x86" - -IUSE="fltk" - -# The package defaults to the gtkmm graphics library. -# To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay -# Note: fltk is not an official USE flag, and the dependency on -# it may go away in the future. -DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 - fltk? >=x11-libs/fltk-1.1.2 - >=media-libs/alsa-lib-0.9.0_rc1" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" - -src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install() { - einstall APB_DESKTOP_PREFIX=${D}/usr/share || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} - -pkg_preinst() { - if [ -e ${D}/usr/bin/jack-patch-bay ] - then - rm ${D}/usr/bin/jack-patch-bay - ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay - fi -} diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0.ebuild deleted file mode 100644 index 8e721fc20f4f..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0.ebuild +++ /dev/null @@ -1,46 +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/alsa-patch-bay/alsa-patch-bay-1.0.0.ebuild,v 1.4 2004/06/24 23:49:16 agriffis Exp $ - -DESCRIPTION="Graphical patch bay for the ALSA sequencer API." -HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="x86" - -IUSE="fltk" - -# The package defaults to the gtkmm graphics library. -# To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay -# Note: fltk is not an official USE flag, and the dependency on -# it may go away in the future. -DEPEND="!fltk? =dev-cpp/gtkmm-2.2* - fltk? >=x11-libs/fltk-1.1.2 - >=media-libs/alsa-lib-0.9.0_rc1" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" - -src_compile() { - local myconf - use fltk || myconf="--disable-fltk" - ./configure ${myconf} \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install() { - einstall APB_DESKTOP_PREFIX=${D}/usr/share || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} - -pkg_preinst() { - if [ -e ${D}/usr/bin/jack-patch-bay ] - then - rm ${D}/usr/bin/jack-patch-bay - ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay - fi -} diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1 deleted file mode 100644 index 16dadd293e9e..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1addf00d950ba03f0e6eb7c90b83dd4 alsa-patch-bay-0.5.1.tar.gz 246562 diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.2 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.2 deleted file mode 100644 index 05dfb9a72b27..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f74408139c0835583608a9663202729 alsa-patch-bay-0.5.2.tar.gz 250681 diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-1.0.0 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-1.0.0 deleted file mode 100644 index 0fa776125354..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3aa458f6bee8b83b2cf7330707d72430 alsa-patch-bay-1.0.0.tar.gz 249481 |