commit: 8ced1a7f036ecb5eb7542a313aa2ea676d3aaa31 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 30 09:30:41 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 30 09:58:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ced1a7f
media-sound/umix: EAPI-7 bump, HOMEPAGE Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/umix/umix-1.0.2-r1.ebuild | 21 +++++++++------------ 1 file 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 8af3d98d5b0..cb9c1380a34 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
