diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-20 11:25:37 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-20 11:25:37 +0000 |
commit | 72d5b18e638858a5a99fe703c01ba83376ef4159 (patch) | |
tree | 7088b250a285760d5c2572f82f22989151de8cc9 /media-sound/alsa-patch-bay | |
parent | Version bump. Closes #28103. (diff) | |
download | gentoo-2-72d5b18e638858a5a99fe703c01ba83376ef4159.tar.gz gentoo-2-72d5b18e638858a5a99fe703c01ba83376ef4159.tar.bz2 gentoo-2-72d5b18e638858a5a99fe703c01ba83376ef4159.zip |
Clean up of old revisions.
Diffstat (limited to 'media-sound/alsa-patch-bay')
8 files changed, 6 insertions, 140 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog index 0a23f6e0d836..aa7590fd0fc7 100644 --- a/media-sound/alsa-patch-bay/ChangeLog +++ b/media-sound/alsa-patch-bay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsa-patch-bay # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.8 2003/09/20 11:21:57 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.9 2003/09/20 11:25:33 jje Exp $ + + 20 Sep 2003; jje <jje@gentoo.org> alsa-patch-bay-0.3.ebuild, + alsa-patch-bay-0.4.1.ebuild, alsa-patch-bay-0.5.1.ebuild: + Remove old versions. *alsa-patch-bay-0.5.2 (20 Sep 2003) diff --git a/media-sound/alsa-patch-bay/Manifest b/media-sound/alsa-patch-bay/Manifest index 06f8cb537a0a..38e404b37eb5 100644 --- a/media-sound/alsa-patch-bay/Manifest +++ b/media-sound/alsa-patch-bay/Manifest @@ -1,11 +1,5 @@ -MD5 52c0a6a0b518b880425278f7e24eb331 ChangeLog 1254 -MD5 2777140b8bbf9c94655b766660687f6b alsa-patch-bay-0.3.ebuild 1240 -MD5 c81009616cb0da2c6431342a28593165 alsa-patch-bay-0.4.1.ebuild 1193 -MD5 7ed8ede7668426aec98e8edcfbb4fb00 alsa-patch-bay-0.5.1.ebuild 1379 +MD5 e852fa2a044b009e4d95eb60575395fa ChangeLog 1401 MD5 5cce384736ef88f599343404ad880590 alsa-patch-bay-0.5.1-r1.ebuild 1392 MD5 77ada875cd3cdb69d10891be474d079a alsa-patch-bay-0.5.2.ebuild 1384 -MD5 189b2b9094215b29a1202030f9eda498 files/digest-alsa-patch-bay-0.3 70 -MD5 c0922a5bc1b32e2eb3e8ba859bf5c864 files/digest-alsa-patch-bay-0.4.1 72 -MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1 72 MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1-r1 72 MD5 11f03dd459155cae2e7d8d0ed0ba44cf files/digest-alsa-patch-bay-0.5.2 72 diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild deleted file mode 100644 index 7d1c0f42ef47..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# 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.3.ebuild,v 1.5 2003/09/10 22:39:41 msterret Exp $ - -DESCRIPTION="Graphical patch bay for the ALSA sequencer API." -HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" -LICENSE="GPL-2" -SLOT="0" - -DEPEND=">=dev-cpp/gtkmm-2.0.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" - -KEYWORDS="~x86" - -# Alsa-patch-bay can use either gtkmm of fltk. However, it fails to build -# against Gentoo's fltk, I believe because Gentoo's fltk is built as static. -# So we use gtkmm only. But I've included use variables in case fltk changes. -# In that case, we can add if-then statements to the ./configure section -#IUSE="fltk gtkmm" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" -S=${WORKDIR}/${P} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-fltk || die "./configure failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild deleted file mode 100644 index 794cf61175ef..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# 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.4.1.ebuild,v 1.3 2003/09/10 22:39:41 msterret 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="" - -# 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 - fltk? >=x11-libs/fltk-1.1.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" -S=${WORKDIR}/${P} - -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 || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO -} diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild deleted file mode 100644 index 1865a7fc0000..000000000000 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# 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.ebuild,v 1.4 2003/09/10 22:39:41 msterret 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="" - -# 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 - fltk? >=x11-libs/fltk-1.1.2 - >=media-sound/alsa-driver-0.9.0_rc1 - >=media-libs/alsa-lib-0.9.0_rc1 - >=media-sound/alsa-utils-0.9.0_rc1" - -SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" -S=${WORKDIR}/${P} - -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.3 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.3 deleted file mode 100644 index d9035ce3dc04..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba1548690220b32d0a1bfe0ad6bc0cc4 alsa-patch-bay-0.3.tar.gz 219618 diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1 deleted file mode 100644 index f60b1b885f44..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 96db7cea84cfd8b8d71376c3c805b549 alsa-patch-bay-0.4.1.tar.gz 239585 diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1 deleted file mode 100644 index 16dadd293e9e..000000000000 --- a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1addf00d950ba03f0e6eb7c90b83dd4 alsa-patch-bay-0.5.1.tar.gz 246562 |