Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unrpa/
Date: Sun, 16 Jul 2017 18:37:55
Message-Id: 1500230126.052a1affedacd447bdee25de14448dbb49757915.bircoph@gentoo
1 commit: 052a1affedacd447bdee25de14448dbb49757915
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 16 18:35:26 2017 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 16 18:35:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052a1aff
7
8 app-arch/unrpa: version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 app-arch/unrpa/Manifest | 1 +
14 app-arch/unrpa/{unrpa-9999.ebuild => unrpa-1.4.2.ebuild} | 6 +++---
15 app-arch/unrpa/unrpa-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/app-arch/unrpa/Manifest b/app-arch/unrpa/Manifest
19 index 394ba27649e..4570dc2df24 100644
20 --- a/app-arch/unrpa/Manifest
21 +++ b/app-arch/unrpa/Manifest
22 @@ -1 +1,2 @@
23 DIST unrpa-1.4.1.tar.gz 14367 SHA256 a6f20fca0e00e09220933060c98180ad11d5a7633fc902684099b5f2c4806b0a SHA512 9b058adda9a39178950df4c39af40726cdca410f0fca699d0dec1bd5d7046c75c8811c8914c0c8756c29988b6362d3b4ad3756aa77f238eafb13d4414d3266cc WHIRLPOOL fc01837fa7a68e5121413c551abb1f9231adf04b677caec1017aaafb112da5546e5f68ea10b7cc68329bacb6499468c5b595196a4abe93ac9b7bcacb1aa5f89a
24 +DIST unrpa-1.4.2.tar.gz 14458 SHA256 d8c4a92380721f82f21b9c086c7755f35609aa7738ab5f8e8d3aaf1f21774090 SHA512 2608f4ec11540de1b14290ce1aaad6f06e8111a55b5c6a38c0c9e4d7228c04ccef480425f812a7cbc3913c0ed6865d0b63c8aa0d5ec9131495eab40bbdfcdcc5 WHIRLPOOL dc454ee7eb09a5a793cd0a311e17cf8c5b8cf2a276387a5957f86f5feaa4b7202f886fd83d82dc5d231d769aecbb52fdbb7839bb9cdff0939d41119a460de331
25
26 diff --git a/app-arch/unrpa/unrpa-9999.ebuild b/app-arch/unrpa/unrpa-1.4.2.ebuild
27 similarity index 91%
28 copy from app-arch/unrpa/unrpa-9999.ebuild
29 copy to app-arch/unrpa/unrpa-1.4.2.ebuild
30 index 08b6cbe02bc..116e57d6b1b 100644
31 --- a/app-arch/unrpa/unrpa-9999.ebuild
32 +++ b/app-arch/unrpa/unrpa-1.4.2.ebuild
33 @@ -1,7 +1,7 @@
34 # Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=5
38 +EAPI=6
39
40 PYTHON_COMPAT=( python2_7 )
41 inherit python-single-r1
42 @@ -22,9 +22,9 @@ SLOT="0"
43 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44
45 DEPEND="${PYTHON_DEPS}"
46 -RDEPEND=${DEPEND}
47 +RDEPEND="${DEPEND}"
48
49 src_install() {
50 - dobin ${PN}
51 + python_doscript "${PN}"
52 dodoc README
53 }
54
55 diff --git a/app-arch/unrpa/unrpa-9999.ebuild b/app-arch/unrpa/unrpa-9999.ebuild
56 index 08b6cbe02bc..116e57d6b1b 100644
57 --- a/app-arch/unrpa/unrpa-9999.ebuild
58 +++ b/app-arch/unrpa/unrpa-9999.ebuild
59 @@ -1,7 +1,7 @@
60 # Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=5
64 +EAPI=6
65
66 PYTHON_COMPAT=( python2_7 )
67 inherit python-single-r1
68 @@ -22,9 +22,9 @@ SLOT="0"
69 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
70
71 DEPEND="${PYTHON_DEPS}"
72 -RDEPEND=${DEPEND}
73 +RDEPEND="${DEPEND}"
74
75 src_install() {
76 - dobin ${PN}
77 + python_doscript "${PN}"
78 dodoc README
79 }