Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aumix/
Date: Wed, 05 Dec 2018 14:16:09
Message-Id: 1544019356.9155d807f48fbfe9f5d01e009d988e11698329c4.bman@gentoo
1 commit: 9155d807f48fbfe9f5d01e009d988e11698329c4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 14:15:10 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 14:15:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9155d807
7
8 media-sound/aumix: bump EAPI; fix eclasses; add slot for ncurses
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-sound/aumix/aumix-2.9.1.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/media-sound/aumix/aumix-2.9.1.ebuild b/media-sound/aumix/aumix-2.9.1.ebuild
16 index 08f14da30e3..fc6bf40487e 100644
17 --- a/media-sound/aumix/aumix-2.9.1.ebuild
18 +++ b/media-sound/aumix/aumix-2.9.1.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 -inherit eutils
26 +EAPI=7
27 +
28 +inherit desktop
29
30 DESCRIPTION="Aumix volume/mixer control program"
31 HOMEPAGE="http://jpj.net/~trevor/aumix.html"
32 @@ -13,7 +14,7 @@ SLOT="0"
33 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
34 IUSE="gpm gtk nls"
35
36 -RDEPEND="sys-libs/ncurses
37 +RDEPEND="sys-libs/ncurses:0
38 gpm? ( sys-libs/gpm )
39 gtk? ( x11-libs/gtk+:2 )
40 nls? ( virtual/libintl )"
41 @@ -34,8 +35,7 @@ src_configure() {
42 }
43
44 src_install() {
45 - emake DESTDIR="${D}" install || die
46 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO
47 + default
48
49 newinitd "${FILESDIR}"/aumix.rc6 aumix