Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/
Date: Thu, 23 Jun 2022 05:35:36
Message-Id: 1655962507.f66eb86b246b7e48360896e87cc8666813de6710.sam@gentoo
1 commit: f66eb86b246b7e48360896e87cc8666813de6710
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 05:34:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 05:35:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66eb86b
7
8 dev-util/redo: drop 0.42c, 99999
9
10 Bug: https://bugs.gentoo.org/832245
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/redo/Manifest | 1 -
14 dev-util/redo/redo-0.42c.ebuild | 57 -----------------------------------------
15 dev-util/redo/redo-99999.ebuild | 56 ----------------------------------------
16 3 files changed, 114 deletions(-)
17
18 diff --git a/dev-util/redo/Manifest b/dev-util/redo/Manifest
19 index dc0b3f604565..d15292a95fda 100644
20 --- a/dev-util/redo/Manifest
21 +++ b/dev-util/redo/Manifest
22 @@ -1,2 +1 @@
23 -DIST redo-0.42c.tar.gz 195232 BLAKE2B b24969d71b247d02642340cebbf325e2ae68d4893d02e489930120e6aac76bd3099fd42e7dc36dae1fdea5c7825657957291876b906c2671a6319f8eb45a9d91 SHA512 3196ff5941d9e62084c7332a6771edd0db0082a499ba16fb6de273295c65b734e7dadb29a9fca3e6266421bc964369a8e725ef55f59ade2ecfb5e8bcc446ced0
24 DIST redo-0.42d.tar.gz 195186 BLAKE2B 2f36dc8380d9e20475788b8d94ce02d6375ddf0a0e745dc68b7e350c427522088243bca16bd8d7c760ada17de75560e9cfdf5282a5e39081fee395a142164c82 SHA512 2749a1a1046f8edd63c4b4e2b0f4d95988dfcf8c776b264007914e583fc21ff51447be34ffc2c136c343ace8c38147d6a43c0c0dd01a681b6283a38d5d8f3fb7
25
26 diff --git a/dev-util/redo/redo-0.42c.ebuild b/dev-util/redo/redo-0.42c.ebuild
27 deleted file mode 100644
28 index e35d391bae31..000000000000
29 --- a/dev-util/redo/redo-0.42c.ebuild
30 +++ /dev/null
31 @@ -1,57 +0,0 @@
32 -# Copyright 2018-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_8 )
37 -PYTHON_REQ_USE="sqlite"
38 -inherit multiprocessing python-utils-r1 python-single-r1
39 -
40 -DESCRIPTION="Smaller, easier, more powerful, and more reliable than make"
41 -HOMEPAGE="https://github.com/apenwarr/redo"
42 -SRC_URI="https://github.com/apenwarr/redo/archive/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~hppa ~x86"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -BDEPEND="
50 - $(python_gen_cond_dep '
51 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
52 - dev-python/markdown[${PYTHON_USEDEP}]
53 - ')
54 - ${PYTHON_DEPS}
55 -"
56 -RDEPEND="
57 - ${BDEPEND}
58 -"
59 -S=${WORKDIR}/${PN}-${P}
60 -
61 -src_configure() {
62 - echo ${PYTHON} > redo/whichpython || die
63 -}
64 -
65 -src_compile() {
66 - ./do -j$(makeopts_jobs) build || die
67 -}
68 -
69 -src_test() {
70 - local ARCH= CFLAGS= CXXFLAGS= LDFLAGS=
71 - ./do -j$(makeopts_jobs) test || die
72 -}
73 -
74 -src_install() {
75 - DESTDIR="${D}" \
76 - DOCDIR="${D}/usr/share/doc/${PF}" \
77 - LIBDIR="${D}/$(python_get_sitedir)/${PN}" \
78 - ./do -j$(makeopts_jobs) \
79 - install || die
80 -
81 - python_fix_shebang "${D}"
82 -
83 - sed -i \
84 - -e 's|/lib/|/'"$(get_libdir)"'/|g' \
85 - "${D}"/usr/bin/* || die
86 -
87 - python_optimize
88 -}
89
90 diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild
91 deleted file mode 100644
92 index 954705061ace..000000000000
93 --- a/dev-util/redo/redo-99999.ebuild
94 +++ /dev/null
95 @@ -1,56 +0,0 @@
96 -# Copyright 2018-2022 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -PYTHON_COMPAT=( python3_8 )
101 -PYTHON_REQ_USE="sqlite"
102 -inherit git-r3 multiprocessing python-utils-r1 python-single-r1
103 -
104 -DESCRIPTION="Smaller, easier, more powerful, and more reliable than make"
105 -HOMEPAGE="https://github.com/apenwarr/redo"
106 -EGIT_REPO_URI="https://github.com/apenwarr/redo"
107 -
108 -LICENSE="LGPL-2"
109 -SLOT="0"
110 -KEYWORDS=""
111 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
112 -
113 -BDEPEND="
114 - $(python_gen_cond_dep '
115 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
116 - dev-python/markdown[${PYTHON_USEDEP}]
117 - ')
118 - ${PYTHON_DEPS}
119 -"
120 -RDEPEND="
121 - ${BDEPEND}
122 -"
123 -
124 -src_configure() {
125 - echo ${PYTHON} > redo/whichpython || die
126 -}
127 -
128 -src_compile() {
129 - ./do -j$(makeopts_jobs) build || die
130 -}
131 -
132 -src_test() {
133 - local ARCH= CFLAGS= CXXFLAGS= LDFLAGS=
134 - ./do -j$(makeopts_jobs) test || die
135 -}
136 -
137 -src_install() {
138 - DESTDIR="${D}" \
139 - DOCDIR="${D}/usr/share/doc/${PF}" \
140 - LIBDIR="${D}/$(python_get_sitedir)/${PN}" \
141 - ./do -j$(makeopts_jobs) \
142 - install || die
143 -
144 - python_fix_shebang "${D}"
145 -
146 - sed -i \
147 - -e 's|/lib/|/'"$(get_libdir)"'/|g' \
148 - "${D}"/usr/bin/* || die
149 -
150 - python_optimize
151 -}