summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-28 18:28:59 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-28 18:28:59 +0000
commit0e8d5538790d10d5be294666c6bc68eb64613ecc (patch)
tree340d6d8720af04da2fa8ea4997a495f868be0838 /media-sound/amsynth
parentFixed slot deps and cleaned up (diff)
downloadhistorical-0e8d5538790d10d5be294666c6bc68eb64613ecc.tar.gz
historical-0e8d5538790d10d5be294666c6bc68eb64613ecc.tar.bz2
historical-0e8d5538790d10d5be294666c6bc68eb64613ecc.zip
Fixed slot deps
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog8
-rw-r--r--media-sound/amsynth/amsynth-1.2.0.ebuild6
-rw-r--r--media-sound/amsynth/amsynth-1.2.2.ebuild6
-rw-r--r--media-sound/amsynth/amsynth-1.2.3.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index a05c7126cfcc..d3b147492947 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amsynth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.34 2010/06/12 18:40:00 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.35 2011/03/28 18:17:43 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> amsynth-1.2.0.ebuild,
+ amsynth-1.2.2.ebuild, amsynth-1.2.3.ebuild:
+ Fixed slot deps
*amsynth-1.2.3 (12 Jun 2010)
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild
index 2e34674304b9..a0022551958f 100644
--- a/media-sound/amsynth/amsynth-1.2.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.9 2009/08/01 06:21:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.10 2011/03/28 18:17:43 angelos Exp $
EAPI=2
inherit autotools eutils
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1.0 )
alsa? ( >=media-libs/alsa-lib-0.9 media-sound/alsa-utils )
jack? ( media-sound/jack-audio-connection-kit )"
diff --git a/media-sound/amsynth/amsynth-1.2.2.ebuild b/media-sound/amsynth/amsynth-1.2.2.ebuild
index 0178ad0e4f69..a779aca11a56 100644
--- a/media-sound/amsynth/amsynth-1.2.2.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.2.ebuild,v 1.1 2009/08/28 18:18:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.2.ebuild,v 1.2 2011/03/28 18:17:43 angelos Exp $
EAPI=2
MY_P=${P/ams/amS}
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1 )
alsa? ( media-libs/alsa-lib
media-sound/alsa-utils )
diff --git a/media-sound/amsynth/amsynth-1.2.3.ebuild b/media-sound/amsynth/amsynth-1.2.3.ebuild
index 3734e2a5f940..e8ef032e38fe 100644
--- a/media-sound/amsynth/amsynth-1.2.3.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.3.ebuild,v 1.1 2010/06/12 18:40:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.3.ebuild,v 1.2 2011/03/28 18:17:43 angelos Exp $
EAPI=2
MY_P=${P/ams/amS}
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="alsa debug jack oss sndfile"
-RDEPEND=">=dev-cpp/gtkmm-2.4
+RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1 )
alsa? ( media-libs/alsa-lib
media-sound/alsa-utils )