diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-05-06 18:55:48 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-05-06 18:56:07 -0400 |
commit | 27445c957d32e6cc2448e1cdfd788d15b392c6f1 (patch) | |
tree | faf98e4370ecf8a0f527078e27edc78137fbf6b6 | |
parent | sys-kernel/ck-sources: v.bump (4.9.26 & 4.10.14) (diff) | |
download | gentoo-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
-rw-r--r-- | app-text/djvusmooth/Manifest | 2 | ||||
-rw-r--r-- | app-text/djvusmooth/djvusmooth-0.2.18.ebuild (renamed from app-text/djvusmooth/djvusmooth-0.2.14.ebuild) | 12 | ||||
-rw-r--r-- | app-text/djvusmooth/metadata.xml | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-text/djvusmooth/Manifest b/app-text/djvusmooth/Manifest index 3b8dfbec7dc8..c8c6484878d1 100644 --- a/app-text/djvusmooth/Manifest +++ b/app-text/djvusmooth/Manifest @@ -1 +1 @@ -DIST djvusmooth-0.2.14.tar.gz 69086 SHA256 fea9c8e98226d699a7c1f5de9743cf97ef442cc0f4b5fa86c537aeb7075056e3 SHA512 cf1b6e16d660d82a2ba0325425c6d6f8d2ed5826a3e2abd2a74a4ac392e5b6e3807b4a6af3f873b7e53a4801f6edb4fa4442e78c6462f793556349ae7361effc WHIRLPOOL 37ba0e4d831bef9966fb47b676cc02af8c4084bd1c9724926459865eea06044f1a3a1d466f5158abf34eb018bfe9b6fa62aac129af2c5707ea86b8535ef0a86b +DIST djvusmooth-0.2.18.tar.gz 70548 SHA256 823f2ad11f535cb1c2c26971921fcf993d4298e142ccbe5a6716e022a3d2cdfd SHA512 786d7e9dc49f9a6923ebfaec7d4e68446e4bd72f7ff7cca9cd3a1513f3b1751485d6879dc59b51ce1d58390dbcf23b8992b42f9f2b5e6938d434d6966b7a4a72 WHIRLPOOL b479eb9a11f80282838a01064a864ec89934cdd8dc694741207815602124d8bfd001d163bd7516ab0b6092ff2309aaa162ec457cd77655ef3b17c9bf2f17179e diff --git a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild index ca9fbe7e0359..30d8056a0e72 100644 --- a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild +++ b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) @@ -9,14 +9,14 @@ inherit distutils-r1 DESCRIPTION="Graphical editor for DjVu documents" HOMEPAGE="http://jwilk.net/software/djvusmooth" -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/jwilk/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -# TODO: check with wxpython:2.9 RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}] - dev-python/wxpython:2.8[${PYTHON_USEDEP}] + dev-python/wxpython:3.0[${PYTHON_USEDEP}] x11-themes/hicolor-icon-theme" -DEPEND="" + +DOCS=( doc/changelog doc/credits.txt ) diff --git a/app-text/djvusmooth/metadata.xml b/app-text/djvusmooth/metadata.xml index 2285f7d5c27c..ee4f72507d62 100644 --- a/app-text/djvusmooth/metadata.xml +++ b/app-text/djvusmooth/metadata.xml @@ -1,8 +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="pypi">djvusmooth</remote-id> - </upstream> + <!-- maintainer-needed --> + <upstream> + <remote-id type="github">jwilk/djvusmooth</remote-id> + </upstream> </pkgmetadata> |