summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-16 08:58:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-16 08:58:40 +0000
commit45cb2ec31e2f98da0558dea636ef5364491322df (patch)
tree84ee58ce525baa60275223acc4b052b8d7f9d77f
parentShorten description. (diff)
downloadgentoo-2-45cb2ec31e2f98da0558dea636ef5364491322df.tar.gz
gentoo-2-45cb2ec31e2f98da0558dea636ef5364491322df.tar.bz2
gentoo-2-45cb2ec31e2f98da0558dea636ef5364491322df.zip
Fix dependency over gettext, and drop old version.
(Portage version: 2.1_pre4-r1)
-rw-r--r--media-sound/soundtracker/ChangeLog6
-rw-r--r--media-sound/soundtracker/files/digest-soundtracker-0.6.61
-rw-r--r--media-sound/soundtracker/soundtracker-0.6.6.ebuild58
-rw-r--r--media-sound/soundtracker/soundtracker-0.6.7.ebuild7
4 files changed, 9 insertions, 63 deletions
diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog
index c209c5da41a8..cc3c0f2e8caf 100644
--- a/media-sound/soundtracker/ChangeLog
+++ b/media-sound/soundtracker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/soundtracker
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.18 2006/02/16 08:58:40 flameeyes Exp $
+
+ 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -soundtracker-0.6.6.ebuild, soundtracker-0.6.7.ebuild:
+ Fix dependency over gettext, and drop old version.
15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org>
soundtracker-0.6.6.ebuild, soundtracker-0.6.7.ebuild:
diff --git a/media-sound/soundtracker/files/digest-soundtracker-0.6.6 b/media-sound/soundtracker/files/digest-soundtracker-0.6.6
deleted file mode 100644
index 3a38546690fa..000000000000
--- a/media-sound/soundtracker/files/digest-soundtracker-0.6.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6014b06c999a82a227e4d1ba43ae026c soundtracker-0.6.6.tar.gz 673631
diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild
deleted file mode 100644
index bedf92404074..000000000000
--- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# 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.15 2006/02/15 13:39:16 flameeyes Exp $
-
-IUSE="nls esd gnome oss alsa"
-
-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"
-
-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 )"
-
-DEPEND="${RDEPEND}
- app-arch/bzip2
- app-arch/gzip
- app-arch/unzip"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_compile() {
-
- local myconf
-
- use oss || myconf="--disable-oss"
-
- use esd || myconf="${myconf} --disable-esd"
-
- use nls || myconf="${myconf} --disable-nls"
-
- use alsa || myconf="${myconf} --disable-alsa"
-
- use gnome || myconf="${myconf} --disable-gnome"
-
- econf ${myconf} || die
- emake || die
-
-}
-
-src_install () {
-
- einstall || die
-
- # strip suid from binary
- chmod -s ${D}/usr/bin/soundtracker
-
- # documentation
- dodoc AUTHORS ChangeLog FAQ NEWS README TODO
- dodoc doc/*.txt
- dohtml -r doc
-
-}
diff --git a/media-sound/soundtracker/soundtracker-0.6.7.ebuild b/media-sound/soundtracker/soundtracker-0.6.7.ebuild
index a1a5ecdb4e36..c79f474e6e67 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-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.12 2006/02/15 13:39:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7.ebuild,v 1.13 2006/02/16 08:58:40 flameeyes Exp $
IUSE="nls esd gnome oss alsa jack"
@@ -19,10 +19,11 @@ RDEPEND="sys-libs/zlib
alsa? ( media-libs/alsa-lib )
esd? ( media-sound/esound )
gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )
- nls? ( sys-devel/gettext )
- jack? ( media-sound/jack-audio-connection-kit )"
+ jack? ( media-sound/jack-audio-connection-kit )
+ nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
dev-util/pkgconfig
app-arch/bzip2
app-arch/gzip