diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 08:58:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 08:58:40 +0000 |
commit | 1f30f0d4dbc5914fc6ddbe35e5716928431dda28 (patch) | |
tree | d047195a6f44c42d33ba0ff96d475394da1a1528 /media-sound/soundtracker | |
parent | Shorten description. (diff) | |
download | historical-1f30f0d4dbc5914fc6ddbe35e5716928431dda28.tar.gz historical-1f30f0d4dbc5914fc6ddbe35e5716928431dda28.tar.bz2 historical-1f30f0d4dbc5914fc6ddbe35e5716928431dda28.zip |
Fix dependency over gettext, and drop old version.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/soundtracker/Manifest | 10 | ||||
-rw-r--r-- | media-sound/soundtracker/files/digest-soundtracker-0.6.6 | 1 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild | 58 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7.ebuild | 7 |
5 files changed, 19 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/Manifest b/media-sound/soundtracker/Manifest index 5083ca3854b1..fbc9c74ae5fd 100644 --- a/media-sound/soundtracker/Manifest +++ b/media-sound/soundtracker/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 2304c5fbf00b22c8251571efa8d668e0 ChangeLog 2911 RMD160 2fa409613d044094c4957ca0427c0f3e489e8ac9 ChangeLog 2911 SHA256 c4fd65e3076f778b5514059bd1c0c239386e833ff2d570e6b5c6efc62a61788b ChangeLog 2911 @@ -13,3 +16,10 @@ SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b metadata MD5 414dab02bbcd9dabb51866538731101f soundtracker-0.6.7.ebuild 1706 RMD160 d6d7074b9da48e8435ff57f1cfef9897910529cd soundtracker-0.6.7.ebuild 1706 SHA256 177dd063f5fa238c88035887fa85e9da9bf27f3bed2a68ac04f2c2616f20c57d soundtracker-0.6.7.ebuild 1706 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFD9D63AiZjviIA2XgRAvgVAJ9DSNHJtXuDqIW6ttjKq0wc51505gCeIpxg +HgtcpgWUOcJKl842sr3zdzg= +=Yg9r +-----END PGP SIGNATURE----- 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 |