summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-10-18 00:37:54 +0200
committerDavid Seifert <soap@gentoo.org>2019-10-18 00:37:54 +0200
commitb90f98082f6425ae316dbef5398ef4f6abcc2bbf (patch)
treed81879d55041c7c74adeeb74beb21ea85e37af0f
parentmedia-sound/timidity-eawpatches: Port to EAPI 7 (diff)
downloadgentoo-b90f98082f6425ae316dbef5398ef4f6abcc2bbf.tar.gz
gentoo-b90f98082f6425ae316dbef5398ef4f6abcc2bbf.tar.bz2
gentoo-b90f98082f6425ae316dbef5398ef4f6abcc2bbf.zip
media-sound/vlorb: Port to EAPI 7
Bug: https://bugs.gentoo.org/697272 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-sound/vlorb/vlorb-1.2.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/vlorb/vlorb-1.2.ebuild b/media-sound/vlorb/vlorb-1.2.ebuild
index 6480dc21acc2..07b2dfeedb06 100644
--- a/media-sound/vlorb/vlorb-1.2.ebuild
+++ b/media-sound/vlorb/vlorb-1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-DESCRIPTION="a high quality Audio CD to audio file encoder"
+DESCRIPTION="A high quality Audio CD to audio file encoder"
HOMEPAGE="http://jk.yazzy.org/projects/vlorb/"
SRC_URI="http://jk.yazzy.org/projects/vlorb/releases/${P}.tar.gz"
@@ -12,14 +12,17 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="ogg"
-DEPEND=">=media-sound/cdparanoia-3.9.8
- >=dev-perl/CDDB-1.12
- ogg? ( >=media-sound/vorbis-tools-1.0.1 )"
+RDEPEND="
+ dev-lang/perl
+ dev-perl/CDDB
+ media-sound/cdparanoia
+ ogg? ( media-sound/vorbis-tools )"
src_compile() { :; }
src_install() {
- dodoc ChangeLog README
dobin vlorb
+
+ einstalldocs
doman vlorb.1
}