diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 20:31:13 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:55 -0400 |
commit | 03bd826611493f7e876aa40d5de5f42c51d9c66f (patch) | |
tree | 35af37505cfcaf9cac89d6ae6b1a98e80658256f /media-sound/streamripper | |
parent | media-sound/cvoicecontrol: bump EAPI (diff) | |
download | gentoo-03bd826611493f7e876aa40d5de5f42c51d9c66f.tar.gz gentoo-03bd826611493f7e876aa40d5de5f42c51d9c66f.tar.bz2 gentoo-03bd826611493f7e876aa40d5de5f42c51d9c66f.zip |
media-sound/streamripper: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/streamripper')
-rw-r--r-- | media-sound/streamripper/streamripper-1.64.6.ebuild | 12 |
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 -} |