diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 23:19:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 23:19:00 +0000 |
commit | 27e142e89dbdc6eed16f0b5e945da9935420db66 (patch) | |
tree | f6b4eb569487b40c45328244fbc2c3af5553fc28 /media-sound/alsa-patch-bay | |
parent | fixed alsa deps (diff) | |
download | historical-27e142e89dbdc6eed16f0b5e945da9935420db66.tar.gz historical-27e142e89dbdc6eed16f0b5e945da9935420db66.tar.bz2 historical-27e142e89dbdc6eed16f0b5e945da9935420db66.zip |
fixed alsa deps
Diffstat (limited to 'media-sound/alsa-patch-bay')
-rw-r--r-- | media-sound/alsa-patch-bay/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/Manifest | 8 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog index aa7590fd0fc7..329819b0f053 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.9 2003/09/20 11:25:33 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.10 2003/12/06 23:18:55 lanius Exp $ + + 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> + alsa-patch-bay-0.5.1-r1.ebuild, alsa-patch-bay-0.5.2.ebuild: + fixed alsa deps 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: diff --git a/media-sound/alsa-patch-bay/Manifest b/media-sound/alsa-patch-bay/Manifest index 38e404b37eb5..665a5f134b9a 100644 --- a/media-sound/alsa-patch-bay/Manifest +++ b/media-sound/alsa-patch-bay/Manifest @@ -1,5 +1,5 @@ -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 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1-r1 72 +MD5 8c9fda37aeecda0a9fb911e8e1db4653 alsa-patch-bay-0.5.1-r1.ebuild 1317 +MD5 31fc32153b0eef9edd7ab48e0f0e13ee alsa-patch-bay-0.5.2.ebuild 1314 +MD5 f94463693c732a0ac7980d5430df6127 ChangeLog 1538 MD5 11f03dd459155cae2e7d8d0ed0ba44cf files/digest-alsa-patch-bay-0.5.2 72 +MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1-r1 72 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 index 858a3a5836f8..7bf8c3037858 100644 --- 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 @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.3 2003/09/10 22:39:41 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild,v 1.4 2003/12/06 23:18:55 lanius Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -17,9 +17,7 @@ IUSE="fltk" # it may go away in the future. DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 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" + >=media-libs/alsa-lib-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" S=${WORKDIR}/${P} 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 index b41cad2100c7..9ac4e1aa49e9 100644 --- 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 @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2003/09/20 11:21:57 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild,v 1.2 2003/12/06 23:18:55 lanius Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -17,9 +17,7 @@ IUSE="fltk" # it may go away in the future. DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 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" + >=media-libs/alsa-lib-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" S=${WORKDIR}/${P} |