Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/
Date: Sun, 02 Jan 2022 03:29:33
Message-Id: 1641093744.a9eb43584ad736962521c475d4e73fdb369103cf.sam@gentoo
1 commit: a9eb43584ad736962521c475d4e73fdb369103cf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 03:22:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 03:22:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9eb4358
7
8 app-editors/retext: add 7.2.2
9
10 Closes: https://bugs.gentoo.org/830419
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-editors/retext/Manifest | 1 +
14 .../{retext-9999.ebuild => retext-7.2.2.ebuild} | 20 ++++++++++----------
15 app-editors/retext/retext-9999.ebuild | 20 ++++++++++----------
16 3 files changed, 21 insertions(+), 20 deletions(-)
17
18 diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
19 index b431069e1862..f36087851d43 100644
20 --- a/app-editors/retext/Manifest
21 +++ b/app-editors/retext/Manifest
22 @@ -1,2 +1,3 @@
23 DIST ReText-7.1.0.tar.gz 484989 BLAKE2B 74f07218cba1d76d011e5347c65ec03ef84da29119c177f35cca206cb269ae4755fdb85448562a378d2ab610930d23b4eccb62a39807409c6e80a68102be2034 SHA512 92333f31f7a57440d642246ed30156384285bb44640a0d6e7654e82749681893eaef3cb16e41fa2d7b618aa59f1ea8cb07d431736b00f35cb9130d7294e3d105
24 DIST ReText-7.2.1.tar.gz 522364 BLAKE2B 6334fd6dc1c625378426e408a0d4ad6bb9c02dcba18fcfa566d61ce006a44c34327686a8eb756f2195620e644e096b9393a7cfa73229aa0dab7d29ddf715edaa SHA512 1a375acb40792e3cae9f955a75ebac7c30c9e5cc719477989b28d8d7f06e18ad14d98f1a600a5b6d050b3276ef22bd46b5f1f07af90d561cca500674ff461604
25 +DIST ReText-7.2.2.tar.gz 522652 BLAKE2B f9b19f985c1381eade324758c4dc6bf2e5f74bc3f5bfc27afa10462b7387f64a3e72edd5875aabf1831f1f0a942f395e43b124c172cac8cec4b9f19334661484 SHA512 68345b57b2c5446158ed3a6f97b5ead103ef1c99a3aea9cbc69ef7d0807fb64546f38ebde2969b94429eeed6450abb345fecc566dcf6e0767fe84c4e27348e53
26
27 diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-7.2.2.ebuild
28 similarity index 84%
29 copy from app-editors/retext/retext-9999.ebuild
30 copy to app-editors/retext/retext-7.2.2.ebuild
31 index 13399224b736..ac4f08fb2467 100644
32 --- a/app-editors/retext/retext-9999.ebuild
33 +++ b/app-editors/retext/retext-7.2.2.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -6,7 +6,7 @@ EAPI=7
41 # Please don't add pypy support before testing if it's actually supported. The
42 # old compat matrix is no longer accessible as of 2021-02-13 but stated back
43 # in 2020-07-05 that PyQt5 was explicitly not supported.
44 -PYTHON_COMPAT=( python3_{8,9} )
45 +PYTHON_COMPAT=( python3_{8,9,10} )
46
47 inherit distutils-r1 optfeature virtualx xdg-utils
48
49 @@ -16,14 +16,14 @@ MY_P="${MY_PN}-${PV/_/~}"
50 DESCRIPTION="Simple editor for Markdown and reStructuredText"
51 HOMEPAGE="https://github.com/retext-project/retext https://github.com/retext-project/retext/wiki"
52
53 -if [[ ${PV} == *9999 ]]
54 - then
55 - inherit git-r3
56 - EGIT_REPO_URI="https://github.com/retext-project/retext.git"
57 - else
58 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
59 - KEYWORDS="~amd64 ~x86"
60 - S="${WORKDIR}/${MY_P}"
61 +if [[ ${PV} == *9999 ]]; then
62 + inherit git-r3
63 + EGIT_REPO_URI="https://github.com/retext-project/retext.git"
64 +else
65 + SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
66 + S="${WORKDIR}/${MY_P}"
67 +
68 + KEYWORDS="~amd64 ~riscv ~x86"
69 fi
70
71 LICENSE="GPL-2+"
72
73 diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild
74 index 13399224b736..ac4f08fb2467 100644
75 --- a/app-editors/retext/retext-9999.ebuild
76 +++ b/app-editors/retext/retext-9999.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 +# Copyright 1999-2022 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=7
83 @@ -6,7 +6,7 @@ EAPI=7
84 # Please don't add pypy support before testing if it's actually supported. The
85 # old compat matrix is no longer accessible as of 2021-02-13 but stated back
86 # in 2020-07-05 that PyQt5 was explicitly not supported.
87 -PYTHON_COMPAT=( python3_{8,9} )
88 +PYTHON_COMPAT=( python3_{8,9,10} )
89
90 inherit distutils-r1 optfeature virtualx xdg-utils
91
92 @@ -16,14 +16,14 @@ MY_P="${MY_PN}-${PV/_/~}"
93 DESCRIPTION="Simple editor for Markdown and reStructuredText"
94 HOMEPAGE="https://github.com/retext-project/retext https://github.com/retext-project/retext/wiki"
95
96 -if [[ ${PV} == *9999 ]]
97 - then
98 - inherit git-r3
99 - EGIT_REPO_URI="https://github.com/retext-project/retext.git"
100 - else
101 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
102 - KEYWORDS="~amd64 ~x86"
103 - S="${WORKDIR}/${MY_P}"
104 +if [[ ${PV} == *9999 ]]; then
105 + inherit git-r3
106 + EGIT_REPO_URI="https://github.com/retext-project/retext.git"
107 +else
108 + SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
109 + S="${WORKDIR}/${MY_P}"
110 +
111 + KEYWORDS="~amd64 ~riscv ~x86"
112 fi
113
114 LICENSE="GPL-2+"