summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-23 11:13:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-23 11:13:32 +0000
commit42e140950018d53a6ff8c8e37b294e1b58e68b2c (patch)
tree155729beea255494180991bb065541b5e0bbec0b /media-sound/timidity-eawpatches
parentAdded to ~sparc. (diff)
downloadhistorical-42e140950018d53a6ff8c8e37b294e1b58e68b2c.tar.gz
historical-42e140950018d53a6ff8c8e37b294e1b58e68b2c.tar.bz2
historical-42e140950018d53a6ff8c8e37b294e1b58e68b2c.zip
Stable amd64, sparc, x86.
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r--media-sound/timidity-eawpatches/ChangeLog6
-rw-r--r--media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild9
2 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog
index 3182e35f96c4..9421e5a35bc5 100644
--- a/media-sound/timidity-eawpatches/ChangeLog
+++ b/media-sound/timidity-eawpatches/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/timidity-eawpatches
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.15 2004/09/23 21:19:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.16 2004/11/23 11:13:05 eradicator Exp $
+
+ 23 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ timidity-eawpatches-12-r4.ebuild:
+ Stable amd64, sparc, x86.
*timidity-eawpatches-12-r4 (23 Sep 2004)
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
index ac462c43d3de..5a89f0a89b69 100644
--- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
+++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.1 2004/09/23 21:19:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.2 2004/11/23 11:13:05 eradicator Exp $
IUSE=""
+S=${WORKDIR}/eawpats
+
DESCRIPTION="Eric Welsh's GUS patches for TiMidity"
HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm"
SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="amd64 ~ppc sparc x86"
DEPEND=">=media-sound/timidity++-2.13.0-r2"
-S=${WORKDIR}/eawpats
-
src_unpack() {
unpack ${A}
cd ${S}/linuxconfig
@@ -50,4 +50,3 @@ pkg_postinst() {
einfo "You must run 'timidity-update -g -s eawpatches' to set this"
einfo "patchset as the default system patchset."
}
-