summaryrefslogtreecommitdiff
path: root/app-text/djvusmooth
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-text/djvusmooth
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/djvusmooth')
-rw-r--r--app-text/djvusmooth/Manifest3
-rw-r--r--app-text/djvusmooth/djvusmooth-0.2.18.ebuild22
-rw-r--r--app-text/djvusmooth/metadata.xml8
3 files changed, 33 insertions, 0 deletions
diff --git a/app-text/djvusmooth/Manifest b/app-text/djvusmooth/Manifest
new file mode 100644
index 000000000000..cc4cc0fdf963
--- /dev/null
+++ b/app-text/djvusmooth/Manifest
@@ -0,0 +1,3 @@
+DIST djvusmooth-0.2.18.tar.gz 70548 BLAKE2B 1f4a14038ce4df4318ab8c7dbaac9c65c132ff184dec2a03b6c45e555170a50caad0003f0c766e82c0bf9b0200798763922e5f408d6892cb43663712d7142653 SHA512 786d7e9dc49f9a6923ebfaec7d4e68446e4bd72f7ff7cca9cd3a1513f3b1751485d6879dc59b51ce1d58390dbcf23b8992b42f9f2b5e6938d434d6966b7a4a72
+EBUILD djvusmooth-0.2.18.ebuild 562 BLAKE2B 8de1fbb14d56688fe2d73f3edbd8fed9e765ff9e7a2a6f67b0bd28358e498f9db8eb698e46c1a6bd85c83e6d910bb1ded61ee7472f6e866c1422a904c922da14 SHA512 c32ea14195c45e2eb805c7e7c5a2d26330c2a42c621586ced20872f2a3f43524e89752bd213caf914be686179dad5d3e47b765f49c8cda66fa36a83a5ffd1d48
+MISC metadata.xml 253 BLAKE2B 847e0c92e5271d87a2ebc2ce21743c22001528423da7ea6e2710b5496458e218ffbf5afa2fb87a80bcfff2e0d202f252abc1345055a6cfc82e39cb85805a1ed2 SHA512 ebdbe1749818e629dd679f454444046f355d35acc10ad66d0a110cd582cd68c42f9f2dd880bde858a99abd85d46cde7b293a65c8ca3510c6bd1674e40b5b0d0e
diff --git a/app-text/djvusmooth/djvusmooth-0.2.18.ebuild b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
new file mode 100644
index 000000000000..30d8056a0e72
--- /dev/null
+++ b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Graphical editor for DjVu documents"
+HOMEPAGE="http://jwilk.net/software/djvusmooth"
+SRC_URI="https://github.com/jwilk/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}]
+ dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+ x11-themes/hicolor-icon-theme"
+
+DOCS=( doc/changelog doc/credits.txt )
diff --git a/app-text/djvusmooth/metadata.xml b/app-text/djvusmooth/metadata.xml
new file mode 100644
index 000000000000..ee4f72507d62
--- /dev/null
+++ b/app-text/djvusmooth/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">jwilk/djvusmooth</remote-id>
+ </upstream>
+</pkgmetadata>