diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 11:13:32 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 11:13:32 +0000 |
commit | caf26321b89331baedd91ed7eb85146edb61e503 (patch) | |
tree | 0cfbe6113fb2fccfe470afb7dfbfdc21b36a358a /media-sound/timidity-eawpatches | |
parent | Added to ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-caf26321b89331baedd91ed7eb85146edb61e503.tar.gz gentoo-2-caf26321b89331baedd91ed7eb85146edb61e503.tar.bz2 gentoo-2-caf26321b89331baedd91ed7eb85146edb61e503.zip |
Stable amd64, sparc, x86.
Diffstat (limited to 'media-sound/timidity-eawpatches')
-rw-r--r-- | media-sound/timidity-eawpatches/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild | 9 |
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." } - |