summaryrefslogtreecommitdiff
path: root/app-misc/cbview
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/cbview
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/cbview')
-rw-r--r--app-misc/cbview/Manifest3
-rw-r--r--app-misc/cbview/cbview-0.06-r1.ebuild25
-rw-r--r--app-misc/cbview/metadata.xml5
3 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/cbview/Manifest b/app-misc/cbview/Manifest
new file mode 100644
index 000000000000..62614505ac7c
--- /dev/null
+++ b/app-misc/cbview/Manifest
@@ -0,0 +1,3 @@
+DIST cbview-0.06.tar.gz 16351 BLAKE2B 5e343eb00250d470b7e64d717b06ea1d048aace755ada2348c656443759a12c6912b7f766f066d0b2c2e7b6926ccb46472051f636646dddc288f64b66e752684 SHA512 4a680243a8c31fafad8826d1ead6d21fcce3642beef9ed82b19a7a75d78e7af32cd8d7800de15bd2b9a59241f81a295b7da8f7a80fa482b41fb589a274bfea06
+EBUILD cbview-0.06-r1.ebuild 540 BLAKE2B 1c9d7c3f3a918b5743961a31afa0f3236c2a88e507141d04b93b5683d215e10b62f9dd1da8a640c5608dbbee25e84da11596aea70db9a5b6aeaf68c08dc3ce57 SHA512 0fea9e78cb782cceaa4b3bddd7fa699b09f254613ae73fb0904ada2011041aed03313fbe36e04a911845eaf06c286b20777f6ec38984c09f9a6f74fd22029036
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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..286374eacc42
--- /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="https://web.archive.org/web/20061108214126/http://elvine.org:80/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
+}
diff --git a/app-misc/cbview/metadata.xml b/app-misc/cbview/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-misc/cbview/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>