summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-05-06 18:55:48 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-05-06 18:56:07 -0400
commit27445c957d32e6cc2448e1cdfd788d15b392c6f1 (patch)
treefaf98e4370ecf8a0f527078e27edc78137fbf6b6 /app-text/djvusmooth/djvusmooth-0.2.18.ebuild
parentsys-kernel/ck-sources: v.bump (4.9.26 & 4.10.14) (diff)
downloadgentoo-27445c957d32e6cc2448e1cdfd788d15b392c6f1.tar.gz
gentoo-27445c957d32e6cc2448e1cdfd788d15b392c6f1.tar.bz2
gentoo-27445c957d32e6cc2448e1cdfd788d15b392c6f1.zip
app-text/djvusmooth: new version 0.2.18.
This new version updates to EAPI=6 and uses the newer wxpython:3.0. Gentoo-Bug: 601176 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/djvusmooth/djvusmooth-0.2.18.ebuild')
-rw-r--r--app-text/djvusmooth/djvusmooth-0.2.18.ebuild22
1 files changed, 22 insertions, 0 deletions
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 )