diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-21 16:26:54 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-21 16:28:03 +0200 |
commit | 641c9135a2cd179684979da64c8559048f921b4d (patch) | |
tree | 31216c54d01f83b670399b01f0451cf12e1d6fc1 /app-misc/cbview | |
parent | net-misc/calicoctl: Drop unused eclasses (diff) | |
download | gentoo-641c9135a2cd179684979da64c8559048f921b4d.tar.gz gentoo-641c9135a2cd179684979da64c8559048f921b4d.tar.bz2 gentoo-641c9135a2cd179684979da64c8559048f921b4d.zip |
app-misc/cbview: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-misc/cbview')
-rw-r--r-- | app-misc/cbview/cbview-0.06-r1.ebuild (renamed from app-misc/cbview/cbview-0.06.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/cbview/cbview-0.06.ebuild b/app-misc/cbview/cbview-0.06-r1.ebuild index 224bffced609..9e3c8db7a9c6 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 } |