diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-24 16:27:58 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-24 16:27:58 +0000 |
commit | fbab076863396b1d112d5bdb8ef4da53614b06d8 (patch) | |
tree | e769cc957b4eadc384e80de2a0b7577413447c23 /media-sound/gnome-alsamixer | |
parent | Fix broken Changelog (diff) | |
download | gentoo-2-fbab076863396b1d112d5bdb8ef4da53614b06d8.tar.gz gentoo-2-fbab076863396b1d112d5bdb8ef4da53614b06d8.tar.bz2 gentoo-2-fbab076863396b1d112d5bdb8ef4da53614b06d8.zip |
Change HOMEPAGE.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/gnome-alsamixer')
-rw-r--r-- | media-sound/gnome-alsamixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild | 15 |
2 files changed, 13 insertions, 8 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog index 8dd87bd684ef..264059a2ab93 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.16 2007/01/07 14:28:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.17 2007/03/24 16:27:58 drac Exp $ + + 24 Mar 2007; Samuli Suominen <drac@gentoo.org> + gnome-alsamixer-0.9.6.ebuild: + Change HOMEPAGE for bug 172054. 07 Jan 2007; Alexis Ballier <aballier@gentoo.org> -files/gnome-alsamixer.desktop, gnome-alsamixer-0.9.6.ebuild: 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 7127901efdc7..78a11aba2e87 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # 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.13 2007/01/07 14:28:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.14 2007/03/24 16:27:58 drac Exp $ inherit eutils fdo-mime -IUSE="" -DESCRIPTION="Gnome 2 based ALSA Mixer" -HOMEPAGE="http://www.paw.co.za/projects/gnome-alsamixer" +DESCRIPTION="Gnome based ALSA Mixer" +HOMEPAGE="http://www.paw.za.org/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" +IUSE="" + RDEPEND=">=media-libs/alsa-lib-0.9.0_rc1 - >=x11-libs/gtk+-2.0.6 + >=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2.0.5" - DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/desktop-file-utils" @@ -26,7 +27,7 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die + emake DESTDIR=${D} install || die make_desktop_entry gnome-alsamixer "Gnome Alsa Mixer"\ /usr/share/pixmaps/${PN}/${PN}-icon.png |