From 8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Mar 2019 10:30:41 +0100 Subject: media-sound/umix: EAPI-7 bump, HOMEPAGE Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- media-sound/umix/umix-1.0.2-r1.ebuild | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'media-sound') 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 -- cgit v1.2.3-65-gdbad