summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-23 03:00:51 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-23 03:00:51 +0000
commit2b5b8b670f5a8f14e7bf8f2f801e8f60d36dccbf (patch)
treef28847c03f6ca73da55eb32e0edb38bd9b0aadb1 /media-sound/amsynth
parent-sparc (diff)
downloadgentoo-2-2b5b8b670f5a8f14e7bf8f2f801e8f60d36dccbf.tar.gz
gentoo-2-2b5b8b670f5a8f14e7bf8f2f801e8f60d36dccbf.tar.bz2
gentoo-2-2b5b8b670f5a8f14e7bf8f2f801e8f60d36dccbf.zip
Added to ~sparc.
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog6
-rw-r--r--media-sound/amsynth/amsynth-1.0.0.ebuild9
2 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 01d4008fc039..356c7fe0b65f 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amsynth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.14 2004/10/31 10:04:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.15 2004/11/23 03:00:51 eradicator Exp $
+
+ 22 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ amsynth-1.0.0.ebuild:
+ Added to ~sparc.
31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
-amsynth-1.0_rc4.ebuild:
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild
index 5ba6e5f74175..6e555bd91705 100644
--- a/media-sound/amsynth/amsynth-1.0.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.8 2004/07/04 09:31:36 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.9 2004/11/23 03:00:51 eradicator Exp $
+
+IUSE="oss alsa jack"
inherit eutils
@@ -10,13 +12,10 @@ MY_P=${MY_P/amsynth/amSynth}
DESCRIPTION="A retro analogue - modelling softsynth"
HOMEPAGE="http://amsynthe.sourceforge.net/"
SRC_URI="mirror://sourceforge/amsynthe/${MY_P}.tar.gz"
-RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-
-IUSE="oss alsa jack"
+KEYWORDS="amd64 ~ppc ~sparc x86"
# libsndfile support is actually optional, but IMHO this package should have it
DEPEND="=dev-cpp/gtkmm-1.2* \