summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/streamripper/streamripper-1.64.6.ebuild')
-rw-r--r--media-sound/streamripper/streamripper-1.64.6.ebuild12
1 files changed, 4 insertions, 8 deletions
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
-}