media-sound/streamripper: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 00:31:13 +0000 (20:31 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:55 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/streamripper/streamripper-1.64.6.ebuild

index 15242a2342ad71047a8857cf6cc694e839783494..13b9c6985a7fb2eb9a04553b5672b1f84510054f 100644 (file)
@@ -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
-}