diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:39:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:39:16 +0000 |
commit | 485a576cb4213e2e55531b0746a809d13cd7a8d8 (patch) | |
tree | c1f592c6e414d685ec8f3d0c7d99d645bedb5459 /media-sound/soundtracker | |
parent | Fix gettext/libintl dependencies. (diff) | |
download | gentoo-2-485a576cb4213e2e55531b0746a809d13cd7a8d8.tar.gz gentoo-2-485a576cb4213e2e55531b0746a809d13cd7a8d8.tar.bz2 gentoo-2-485a576cb4213e2e55531b0746a809d13cd7a8d8.zip |
Fix dependendencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild | 12 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7.ebuild | 10 |
3 files changed, 18 insertions, 12 deletions
diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog index a06b67909e0f..c209c5da41a8 100644 --- a/media-sound/soundtracker/ChangeLog +++ b/media-sound/soundtracker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/soundtracker -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.16 2005/11/07 12:07:04 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.17 2006/02/15 13:39:16 flameeyes Exp $ + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> + soundtracker-0.6.6.ebuild, soundtracker-0.6.7.ebuild: + Fix dependendencies. 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> soundtracker-0.6.6.ebuild, soundtracker-0.6.7.ebuild: diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index b400bc3a7009..bedf92404074 100644 --- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.14 2005/11/07 12:07:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.15 2006/02/15 13:39:16 flameeyes Exp $ IUSE="nls esd gnome oss alsa" @@ -8,15 +8,17 @@ DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/${P}.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND="sys-libs/zlib +RDEPEND="sys-libs/zlib =x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )" - -RDEPEND="$DEPEND app-arch/bzip2 app-arch/gzip app-arch/unzip" +DEPEND="${RDEPEND} + app-arch/bzip2 + app-arch/gzip + app-arch/unzip" SLOT="0" LICENSE="GPL-2" diff --git a/media-sound/soundtracker/soundtracker-0.6.7.ebuild b/media-sound/soundtracker/soundtracker-0.6.7.ebuild index 2bf76c39692f..a1a5ecdb4e36 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.11 2005/11/07 12:07:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.12 2006/02/15 13:39:16 flameeyes Exp $ IUSE="nls esd gnome oss alsa jack" @@ -12,10 +12,9 @@ DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/${P/_/-}.tar.gz" HOMEPAGE="http://www.soundtracker.org" -DEPEND="sys-libs/zlib +RDEPEND="sys-libs/zlib =x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.1 - dev-util/pkgconfig media-libs/libsndfile alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) @@ -23,7 +22,8 @@ DEPEND="sys-libs/zlib nls? ( sys-devel/gettext ) jack? ( media-sound/jack-audio-connection-kit )" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} + dev-util/pkgconfig app-arch/bzip2 app-arch/gzip app-arch/unzip" |