summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-05-28 19:22:39 +0200
committerDavid Seifert <soap@gentoo.org>2019-05-28 19:22:39 +0200
commit2d73332e5b26bf6a0a8ec6d29eaf25f34f6dfc38 (patch)
tree9d317993d3072232bbf9dae47a06f7472a932716 /media-sound
parentmedia-sound/mplay: Port to EAPI 7 (diff)
downloadgentoo-2d73332e5b26bf6a0a8ec6d29eaf25f34f6dfc38.tar.gz
gentoo-2d73332e5b26bf6a0a8ec6d29eaf25f34f6dfc38.tar.bz2
gentoo-2d73332e5b26bf6a0a8ec6d29eaf25f34f6dfc38.zip
media-sound/rip: Port to EAPI 7
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/rip/rip-1.07.ebuild25
1 files changed, 5 insertions, 20 deletions
diff --git a/media-sound/rip/rip-1.07.ebuild b/media-sound/rip/rip-1.07.ebuild
index 960ece4d292b..e1f22280db1f 100644
--- a/media-sound/rip/rip-1.07.ebuild
+++ b/media-sound/rip/rip-1.07.ebuild
@@ -1,20 +1,16 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-IUSE=""
+EAPI=7
DESCRIPTION="A command-line based audio CD ripper and mp3 encoder"
SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz"
HOMEPAGE="http://rip.sourceforge.net"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
-DEPEND=""
-
RDEPEND="media-sound/cdparanoia
virtual/eject
dev-lang/perl
@@ -22,18 +18,7 @@ RDEPEND="media-sound/cdparanoia
>=dev-perl/MP3-Info-0.91
|| ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc )"
-src_compile() {
- #the thing itself is just a perl script
- #so we need an empty method here
- echo "nothing to be done"
-
-}
-
src_install () {
-
- chmod 755 rip
- dobin rip || die
-
- # Install documentation.
- dodoc FAQ README
+ dobin rip
+ einstalldocs
}