Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djvusmooth/
Date: Sat, 06 May 2017 22:57:39
Message-Id: 1494111367.27445c957d32e6cc2448e1cdfd788d15b392c6f1.mjo@gentoo
1 commit: 27445c957d32e6cc2448e1cdfd788d15b392c6f1
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 22:55:48 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:56:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27445c95
7
8 app-text/djvusmooth: new version 0.2.18.
9
10 This new version updates to EAPI=6 and uses the newer wxpython:3.0.
11
12 Gentoo-Bug: 601176
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 app-text/djvusmooth/Manifest | 2 +-
17 .../{djvusmooth-0.2.14.ebuild => djvusmooth-0.2.18.ebuild} | 12 ++++++------
18 app-text/djvusmooth/metadata.xml | 8 ++++----
19 3 files changed, 11 insertions(+), 11 deletions(-)
20
21 diff --git a/app-text/djvusmooth/Manifest b/app-text/djvusmooth/Manifest
22 index 3b8dfbec7dc..c8c6484878d 100644
23 --- a/app-text/djvusmooth/Manifest
24 +++ b/app-text/djvusmooth/Manifest
25 @@ -1 +1 @@
26 -DIST djvusmooth-0.2.14.tar.gz 69086 SHA256 fea9c8e98226d699a7c1f5de9743cf97ef442cc0f4b5fa86c537aeb7075056e3 SHA512 cf1b6e16d660d82a2ba0325425c6d6f8d2ed5826a3e2abd2a74a4ac392e5b6e3807b4a6af3f873b7e53a4801f6edb4fa4442e78c6462f793556349ae7361effc WHIRLPOOL 37ba0e4d831bef9966fb47b676cc02af8c4084bd1c9724926459865eea06044f1a3a1d466f5158abf34eb018bfe9b6fa62aac129af2c5707ea86b8535ef0a86b
27 +DIST djvusmooth-0.2.18.tar.gz 70548 SHA256 823f2ad11f535cb1c2c26971921fcf993d4298e142ccbe5a6716e022a3d2cdfd SHA512 786d7e9dc49f9a6923ebfaec7d4e68446e4bd72f7ff7cca9cd3a1513f3b1751485d6879dc59b51ce1d58390dbcf23b8992b42f9f2b5e6938d434d6966b7a4a72 WHIRLPOOL b479eb9a11f80282838a01064a864ec89934cdd8dc694741207815602124d8bfd001d163bd7516ab0b6092ff2309aaa162ec457cd77655ef3b17c9bf2f17179e
28
29 diff --git a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
30 similarity index 63%
31 rename from app-text/djvusmooth/djvusmooth-0.2.14.ebuild
32 rename to app-text/djvusmooth/djvusmooth-0.2.18.ebuild
33 index ca9fbe7e035..30d8056a0e7 100644
34 --- a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild
35 +++ b/app-text/djvusmooth/djvusmooth-0.2.18.ebuild
36 @@ -1,7 +1,7 @@
37 -# Copyright 1999-2013 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI=5
42 +EAPI=6
43
44 PYTHON_COMPAT=( python2_7 )
45
46 @@ -9,14 +9,14 @@ inherit distutils-r1
47
48 DESCRIPTION="Graphical editor for DjVu documents"
49 HOMEPAGE="http://jwilk.net/software/djvusmooth"
50 -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
51 +SRC_URI="https://github.com/jwilk/${PN}/releases/download/${PV}/${P}.tar.gz"
52
53 LICENSE="GPL-2"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56
57 -# TODO: check with wxpython:2.9
58 RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}]
59 - dev-python/wxpython:2.8[${PYTHON_USEDEP}]
60 + dev-python/wxpython:3.0[${PYTHON_USEDEP}]
61 x11-themes/hicolor-icon-theme"
62 -DEPEND=""
63 +
64 +DOCS=( doc/changelog doc/credits.txt )
65
66 diff --git a/app-text/djvusmooth/metadata.xml b/app-text/djvusmooth/metadata.xml
67 index 2285f7d5c27..ee4f72507d6 100644
68 --- a/app-text/djvusmooth/metadata.xml
69 +++ b/app-text/djvusmooth/metadata.xml
70 @@ -1,8 +1,8 @@
71 <?xml version="1.0" encoding="UTF-8"?>
72 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 <pkgmetadata>
74 - <!-- maintainer-needed -->
75 - <upstream>
76 - <remote-id type="pypi">djvusmooth</remote-id>
77 - </upstream>
78 + <!-- maintainer-needed -->
79 + <upstream>
80 + <remote-id type="github">jwilk/djvusmooth</remote-id>
81 + </upstream>
82 </pkgmetadata>