summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-08-21 16:26:54 +0200
committerAmy Liffey <amynka@gentoo.org>2017-08-21 16:28:03 +0200
commit641c9135a2cd179684979da64c8559048f921b4d (patch)
tree31216c54d01f83b670399b01f0451cf12e1d6fc1 /app-misc/cbview/cbview-0.06-r1.ebuild
parentnet-misc/calicoctl: Drop unused eclasses (diff)
downloadgentoo-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/cbview-0.06-r1.ebuild')
-rw-r--r--app-misc/cbview/cbview-0.06-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/cbview/cbview-0.06-r1.ebuild b/app-misc/cbview/cbview-0.06-r1.ebuild
new file mode 100644
index 000000000000..9e3c8db7a9c6
--- /dev/null
+++ b/app-misc/cbview/cbview-0.06-r1.ebuild
@@ -0,0 +1,25 @@
+# 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-perl/Gtk2
+ dev-perl/String-ShellQuote
+ app-arch/unrar
+ app-arch/unzip"
+
+src_install() {
+ dobin cbview
+ dodoc README TODO
+}