From 03bd826611493f7e876aa40d5de5f42c51d9c66f Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 27 May 2018 20:31:13 -0400 Subject: media-sound/streamripper: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- media-sound/streamripper/streamripper-1.64.6.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'media-sound') diff --git a/media-sound/streamripper/streamripper-1.64.6.ebuild b/media-sound/streamripper/streamripper-1.64.6.ebuild index 15242a2342ad..13b9c6985a7f 100644 --- a/media-sound/streamripper/streamripper-1.64.6.ebuild +++ b/media-sound/streamripper/streamripper-1.64.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams" HOMEPAGE="http://streamripper.sourceforge.net" @@ -19,15 +19,11 @@ RDEPEND="media-libs/libmad DEPEND="${RDEPEND} virtual/pkgconfig" +DOCS=( CHANGES parse_rules.txt README THANKS ) + src_configure() { econf \ - --disable-dependency-tracking \ --without-included-libmad \ --without-included-argv \ $(use_with vorbis ogg) } - -src_install() { - emake DESTDIR="${D}" install || die - dodoc CHANGES parse_rules.txt README THANKS -} -- cgit v1.2.3-65-gdbad