commit:     641c9135a2cd179684979da64c8559048f921b4d
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:26:54 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 14:28:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641c9135

app-misc/cbview: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/cbview/{cbview-0.06.ebuild => cbview-0.06-r1.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-misc/cbview/cbview-0.06.ebuild 
b/app-misc/cbview/cbview-0.06-r1.ebuild
similarity index 86%
rename from app-misc/cbview/cbview-0.06.ebuild
rename to app-misc/cbview/cbview-0.06-r1.ebuild
index 224bffced60..9e3c8db7a9c 100644
--- a/app-misc/cbview/cbview-0.06.ebuild
+++ b/app-misc/cbview/cbview-0.06-r1.ebuild
@@ -1,6 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="viewer/converter for CBR/CBZ comic book archives"
 HOMEPAGE="http://elvine.org/code/cbview/";
 SRC_URI="http://elvine.org/code/cbview/${P}.tar.gz";
@@ -10,12 +12,14 @@ SLOT="0"
 KEYWORDS="~x86 ~ppc ~amd64"
 IUSE=""
 
-DEPEND="dev-perl/Gtk2
+RDEPEND=""
+DEPEND="${RDEPEND}
+       dev-perl/Gtk2
        dev-perl/String-ShellQuote
        app-arch/unrar
        app-arch/unzip"
 
 src_install() {
-       dobin cbview || die "Install failed"
+       dobin cbview
        dodoc README TODO
 }

Reply via email to