Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umix/
Date: Sat, 30 Mar 2019 10:00:04
Message-Id: 1553939903.8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31.asturm@gentoo
1 commit: 8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:30:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ced1a7f
7
8 media-sound/umix: EAPI-7 bump, HOMEPAGE
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/umix/umix-1.0.2-r1.ebuild | 21 +++++++++------------
14 1 file changed, 9 insertions(+), 12 deletions(-)
15
16 diff --git a/media-sound/umix/umix-1.0.2-r1.ebuild b/media-sound/umix/umix-1.0.2-r1.ebuild
17 index 8af3d98d5b0..cb9c1380a34 100644
18 --- a/media-sound/umix/umix-1.0.2-r1.ebuild
19 +++ b/media-sound/umix/umix-1.0.2-r1.ebuild
20 @@ -1,11 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 +
28 inherit autotools
29
30 DESCRIPTION="Program for adjusting soundcard volumes"
31 -HOMEPAGE="http://umix.sf.net"
32 +HOMEPAGE="http://umix.sourceforge.net/"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34
35 SLOT="0"
36 @@ -14,15 +15,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
37 IUSE="ncurses oss"
38
39 DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )"
40 -RDEPEND="
41 - ${DEPEND}
42 -"
43 -PATCHES=(
44 - "${FILESDIR}"/${P}-tinfo.patch
45 -)
46 -DOCS=(
47 - AUTHORS ChangeLog NEWS README TODO
48 -)
49 +RDEPEND="${DEPEND}"
50 +
51 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
52 +
53 +PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
54
55 src_prepare() {
56 default