diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-27 03:20:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-27 03:20:34 +0000 |
commit | 047efb6ba5780c4cce2aa58cdee7b3291654978f (patch) | |
tree | 75183e87dac3939930b5afa627d5aac77cfc031c /media-sound | |
parent | 1.0.2 stable on x86. Cleaned up all ebuilds. Fixed DEPs. (Manifest recommit) (diff) | |
download | gentoo-2-047efb6ba5780c4cce2aa58cdee7b3291654978f.tar.gz gentoo-2-047efb6ba5780c4cce2aa58cdee7b3291654978f.tar.bz2 gentoo-2-047efb6ba5780c4cce2aa58cdee7b3291654978f.zip |
Stable on x86.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnome-alsamixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild | 10 | ||||
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog index e2dad02fa3b6..6aecf6c013d7 100644 --- a/media-sound/gnome-alsamixer/ChangeLog +++ b/media-sound/gnome-alsamixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gnome-alsamixer # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.4 2004/02/18 17:44:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.5 2004/03/27 03:20:34 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + gnome-alsamixer-0.9.3.ebuild, gnome-alsamixer-0.9.6.ebuild: + Stable on x86. 18 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> gnome-alsamixer-0.9.3.ebuild: diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild index 631d4c75ec69..1e3af6ec4dd4 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.7 2004/02/18 17:44:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.3.ebuild,v 1.8 2004/03/27 03:20:34 eradicator Exp $ IUSE="" DESCRIPTION="Gnome 2 based ALSA Mixer" @@ -10,11 +10,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" RDEPEND=">=media-libs/alsa-lib-0.9.0_rc1 - >=x11-libs/gtk+-2.0.6 - >=gnome-base/libgnomeui-2.0.5" + >=x11-libs/gtk+-2.0.6 + >=gnome-base/libgnomeui-2.0.5" DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/desktop-file-utils" + dev-util/pkgconfig + dev-util/desktop-file-utils" src_install() { # hack to prevent ugly filenames in /usr/share/applications diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild index 04b1af78bae4..06baef9e5554 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.2 2004/03/04 04:28:19 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.3 2004/03/27 03:20:34 eradicator Exp $ IUSE="" DESCRIPTION="Gnome 2 based ALSA Mixer" @@ -8,13 +8,13 @@ HOMEPAGE="http://www.paw.co.za/projects/gnome-alsamixer" SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" RDEPEND=">=media-libs/alsa-lib-0.9.0_rc1 >=x11-libs/gtk+-2.0.6 >=gnome-base/libgnomeui-2.0.5" DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/desktop-file-utils" + dev-util/pkgconfig + dev-util/desktop-file-utils" src_install() { make DESTDIR=${D} install || die |