summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-30 10:30:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-30 10:58:23 +0100
commit8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31 (patch)
tree5a5f34a3601e9c0d217e658bb5196660d292f9ae /media-sound
parentmedia-sound/xwax: EAPI-7 bump, https (diff)
downloadgentoo-8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31.tar.gz
gentoo-8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31.tar.bz2
gentoo-8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31.zip
media-sound/umix: EAPI-7 bump, HOMEPAGE
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/umix/umix-1.0.2-r1.ebuild21
1 files changed, 9 insertions, 12 deletions
diff --git a/media-sound/umix/umix-1.0.2-r1.ebuild b/media-sound/umix/umix-1.0.2-r1.ebuild
index 8af3d98d5b02..cb9c1380a34e 100644
--- a/media-sound/umix/umix-1.0.2-r1.ebuild
+++ b/media-sound/umix/umix-1.0.2-r1.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit autotools
DESCRIPTION="Program for adjusting soundcard volumes"
-HOMEPAGE="http://umix.sf.net"
+HOMEPAGE="http://umix.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
@@ -14,15 +15,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="ncurses oss"
DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )"
-RDEPEND="
- ${DEPEND}
-"
-PATCHES=(
- "${FILESDIR}"/${P}-tinfo.patch
-)
-DOCS=(
- AUTHORS ChangeLog NEWS README TODO
-)
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
src_prepare() {
default