diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-12-05 09:15:10 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-12-05 09:15:56 -0500 |
commit | 9155d807f48fbfe9f5d01e009d988e11698329c4 (patch) | |
tree | 0586de5f84235554557fffc920606299e88c5805 /media-sound | |
parent | media-libs/freetype: Security cleanup (diff) | |
download | gentoo-9155d807f48fbfe9f5d01e009d988e11698329c4.tar.gz gentoo-9155d807f48fbfe9f5d01e009d988e11698329c4.tar.bz2 gentoo-9155d807f48fbfe9f5d01e009d988e11698329c4.zip |
media-sound/aumix: bump EAPI; fix eclasses; add slot for ncurses
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/aumix/aumix-2.9.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/aumix/aumix-2.9.1.ebuild b/media-sound/aumix/aumix-2.9.1.ebuild index 08f14da30e30..fc6bf40487e4 100644 --- a/media-sound/aumix/aumix-2.9.1.ebuild +++ b/media-sound/aumix/aumix-2.9.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit eutils +EAPI=7 + +inherit desktop DESCRIPTION="Aumix volume/mixer control program" HOMEPAGE="http://jpj.net/~trevor/aumix.html" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="gpm gtk nls" -RDEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses:0 gpm? ( sys-libs/gpm ) gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl )" @@ -34,8 +35,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS BUGS ChangeLog NEWS README TODO + default newinitd "${FILESDIR}"/aumix.rc6 aumix |