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: Sat, 09 May 2020 14:28:37
Message-Id: 1589034497.1c23e7751c915d84a21fd9b776f54a674f2a799f.bircoph@gentoo
1 commit: 1c23e7751c915d84a21fd9b776f54a674f2a799f
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 14:13:58 2020 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 14:28:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c23e775
7
8 app-arch/unrpa: remove old versions
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 app-arch/unrpa/Manifest | 2 --
14 app-arch/unrpa/unrpa-1.4.1.ebuild | 30 ------------------------------
15 app-arch/unrpa/unrpa-1.4.2.ebuild | 30 ------------------------------
16 app-arch/unrpa/unrpa-9999.ebuild | 30 ------------------------------
17 4 files changed, 92 deletions(-)
18
19 diff --git a/app-arch/unrpa/Manifest b/app-arch/unrpa/Manifest
20 index c77942d4bc7..3e38997679e 100644
21 --- a/app-arch/unrpa/Manifest
22 +++ b/app-arch/unrpa/Manifest
23 @@ -1,3 +1 @@
24 -DIST unrpa-1.4.1.tar.gz 14367 BLAKE2B 91e29a4867f8ae9901e5e06663cb8fb8cd1567e7efa4491d54d16aaa6bdcad4ec8314082b4dfff45a99727453b8f19f54df0f156a2194a0eaec35acfba4e6e01 SHA512 9b058adda9a39178950df4c39af40726cdca410f0fca699d0dec1bd5d7046c75c8811c8914c0c8756c29988b6362d3b4ad3756aa77f238eafb13d4414d3266cc
25 -DIST unrpa-1.4.2.tar.gz 14458 BLAKE2B eb3cf0a0501de06d264047e063805c45aca95a8fb0273ebae4fcefe4e7ab975db6f89123b60cfdc43063e38cfb974c8c8b950cb718ecd238bc4f7146832b2b29 SHA512 2608f4ec11540de1b14290ce1aaad6f06e8111a55b5c6a38c0c9e4d7228c04ccef480425f812a7cbc3913c0ed6865d0b63c8aa0d5ec9131495eab40bbdfcdcc5
26 DIST unrpa-2.3.0.tar.gz 23325 BLAKE2B 602b2cee0658ddc391918548fc69719db71fe219484d26c61478bb350ffca450c01ce69f61015dca062aac25fd3ff1693d74280f4c16f31986d9b4e21c9535ee SHA512 4d9bf228c22b26a49cc0eb1fa96af78e6b240626c69ed79ef8729b8a47eb425ec9f43c4a88e3d797633e79fc05df284f039c18cc5946922ce46b858ce4dfc808
27
28 diff --git a/app-arch/unrpa/unrpa-1.4.1.ebuild b/app-arch/unrpa/unrpa-1.4.1.ebuild
29 deleted file mode 100644
30 index 08b6cbe02bc..00000000000
31 --- a/app-arch/unrpa/unrpa-1.4.1.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -inherit python-single-r1
41 -
42 -if [[ ${PV} == "9999" ]] ; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/Lattyware/unrpa.git"
45 -else
46 - SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64 ~x86"
48 -fi
49 -
50 -DESCRIPTION="Ren'Py's RPA data file extractor"
51 -HOMEPAGE="https://github.com/Lattyware/unrpa"
52 -
53 -LICENSE="GPL-3"
54 -SLOT="0"
55 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56 -
57 -DEPEND="${PYTHON_DEPS}"
58 -RDEPEND=${DEPEND}
59 -
60 -src_install() {
61 - dobin ${PN}
62 - dodoc README
63 -}
64
65 diff --git a/app-arch/unrpa/unrpa-1.4.2.ebuild b/app-arch/unrpa/unrpa-1.4.2.ebuild
66 deleted file mode 100644
67 index 116e57d6b1b..00000000000
68 --- a/app-arch/unrpa/unrpa-1.4.2.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python2_7 )
77 -inherit python-single-r1
78 -
79 -if [[ ${PV} == "9999" ]] ; then
80 - inherit git-r3
81 - EGIT_REPO_URI="https://github.com/Lattyware/unrpa.git"
82 -else
83 - SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 - KEYWORDS="~amd64 ~x86"
85 -fi
86 -
87 -DESCRIPTION="Ren'Py's RPA data file extractor"
88 -HOMEPAGE="https://github.com/Lattyware/unrpa"
89 -
90 -LICENSE="GPL-3"
91 -SLOT="0"
92 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
93 -
94 -DEPEND="${PYTHON_DEPS}"
95 -RDEPEND="${DEPEND}"
96 -
97 -src_install() {
98 - python_doscript "${PN}"
99 - dodoc README
100 -}
101
102 diff --git a/app-arch/unrpa/unrpa-9999.ebuild b/app-arch/unrpa/unrpa-9999.ebuild
103 deleted file mode 100644
104 index 116e57d6b1b..00000000000
105 --- a/app-arch/unrpa/unrpa-9999.ebuild
106 +++ /dev/null
107 @@ -1,30 +0,0 @@
108 -# Copyright 1999-2017 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=6
112 -
113 -PYTHON_COMPAT=( python2_7 )
114 -inherit python-single-r1
115 -
116 -if [[ ${PV} == "9999" ]] ; then
117 - inherit git-r3
118 - EGIT_REPO_URI="https://github.com/Lattyware/unrpa.git"
119 -else
120 - SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
121 - KEYWORDS="~amd64 ~x86"
122 -fi
123 -
124 -DESCRIPTION="Ren'Py's RPA data file extractor"
125 -HOMEPAGE="https://github.com/Lattyware/unrpa"
126 -
127 -LICENSE="GPL-3"
128 -SLOT="0"
129 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
130 -
131 -DEPEND="${PYTHON_DEPS}"
132 -RDEPEND="${DEPEND}"
133 -
134 -src_install() {
135 - python_doscript "${PN}"
136 - dodoc README
137 -}