commit: 9155d807f48fbfe9f5d01e009d988e11698329c4 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 5 14:15:10 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 5 14:15:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9155d807
media-sound/aumix: bump EAPI; fix eclasses; add slot for ncurses Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-sound/aumix/aumix-2.9.1.ebuild | 12 ++++++------ 1 file 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 08f14da30e3..fc6bf40487e 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
