Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
Date: Mon, 01 Apr 2019 02:08:22
Message-Id: 1554084481.c508e5d57a91c893de24280eda3ef251e7fd3dfc.vdupras@gentoo
1 commit: c508e5d57a91c893de24280eda3ef251e7fd3dfc
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 02:08:01 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 02:08:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c508e5d5
7
8 app-portage/gentoolkit: remove old
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-portage/gentoolkit/Manifest | 3 --
14 app-portage/gentoolkit/gentoolkit-0.3.3.ebuild | 70 ------------------------
15 app-portage/gentoolkit/gentoolkit-0.4.0.ebuild | 74 --------------------------
16 app-portage/gentoolkit/gentoolkit-0.4.1.ebuild | 74 --------------------------
17 4 files changed, 221 deletions(-)
18
19 diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
20 index e994394a379..4f10fb513c5 100644
21 --- a/app-portage/gentoolkit/Manifest
22 +++ b/app-portage/gentoolkit/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST gentoolkit-0.3.3.tar.gz 3197037 BLAKE2B c2a45971f1f25e3008422b63b59042ca0f2b170b98e10fc4e449ee6be76c0422469cd8bce1b744830404d5a26ba87ded47aab679069965eea266719249475923 SHA512 ad142c2c66e7f7a2e4184c8f95e394ee783cd57808e6254e9f5df0f3f60ad842042f773716ca0fd6d7545bb8a2d11c1c167a4ec471eb3238c8ee3a519f70a691
25 -DIST gentoolkit-0.4.0.tar.gz 3215377 BLAKE2B 404f81e2f5bce5da4df122156bc76d225497456ad8ec78a50c41e1183390f8e452a6ce8a3473b5371a6712ce1599be33034c5eed64a1852d116c745bc5a775f4 SHA512 6cf693c588d4a2f5bd06fff4e78ef98007e613348048ec993c5430e168baef6c1da01e1843903f3e87ca8e47dd1ffb207acccbc5c0e881fa3093a7880fec9a56
26 -DIST gentoolkit-0.4.1.tar.gz 3214527 BLAKE2B 1c6be826a099ba4d18ac8fa0bb38808cbf30ee1d93d26c26965d7fa332e6a87f8eee475126f56d68e2a1c0ff04f258f79f5684551b2fe5947d8ac6f6ff3e7079 SHA512 52b665e19dd8b871f4238d05d40a071d69ef114f36b589c29f46686b1439997e72f58896bb4f330ab256af6000a9559426c78cae08640e54b74db343b3b22945
27 DIST gentoolkit-0.4.2.tar.gz 3215652 BLAKE2B 97b4dcac7293b50161169a6c777623cb1c51e2f74020e0fa2f1f4441c203c03a1269c8c55e1461c5780ebfb8234d364837073d582a52a99f2d40c92e6b77a7f0 SHA512 3a9eac2fd214bcfe39380193cb2118edcd759dbf3eb165e7240525ce1047aa984f1d1f1d3a15324218d9be1f0a1ec960ae08a63191392f1bb3422277a52697ff
28 DIST gentoolkit-0.4.3.tar.gz 3218723 BLAKE2B d305db514e48446c0341c1ddc7a6c1bcd464eee11b8ee58f1a16bdf797670a9bb13eacfb2afa666d9ef292ad1dcbdf9970f8ded64bd5d12ca9d73ffae8923119 SHA512 81058d4787b291b6398d82d9a32f41b78d939f8d20ad8afbf9e22a47311ff0a270098c69e53d903ab3ec72a4cd11f13f3be30279a538a6a52972e1651efe447d
29
30 diff --git a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
31 deleted file mode 100644
32 index 98e625998ac..00000000000
33 --- a/app-portage/gentoolkit/gentoolkit-0.3.3.ebuild
34 +++ /dev/null
35 @@ -1,70 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="6"
40 -
41 -PYTHON_COMPAT=(python{2_7,3_4,3_5} pypy)
42 -PYTHON_REQ_USE="xml(+),threads(+)"
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Collection of administration scripts for Gentoo"
47 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
48 -SRC_URI="https://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 -
56 -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
57 -RDEPEND="${DEPEND}
58 - !<=app-portage/gentoolkit-dev-0.2.7
59 - sys-apps/gawk
60 - sys-apps/gentoo-functions"
61 -
62 -python_prepare_all() {
63 - python_setup
64 - echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
65 - VERSION="${PVR}" "${PYTHON}" setup.py set_version
66 - distutils-r1_python_prepare_all
67 -}
68 -
69 -python_install_all() {
70 - distutils-r1_python_install_all
71 -
72 - # remove on Gentoo Prefix platforms where it's broken anyway
73 - if use prefix; then
74 - elog "The revdep-rebuild command is removed, the preserve-libs"
75 - elog "feature of portage will handle issues."
76 - rm "${ED}"/usr/bin/revdep-rebuild*
77 - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1
78 - rm -rf "${ED}"/etc/revdep-rebuild
79 - rm -rf "${ED}"/var
80 - fi
81 -}
82 -
83 -pkg_postinst() {
84 - # Create cache directory for revdep-rebuild
85 - mkdir -p -m 0755 "${EROOT%/}"/var/cache
86 - mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild
87 -
88 - # Only show the elog information on a new install
89 - if [[ ! ${REPLACING_VERSIONS} ]]; then
90 - elog
91 - elog "For further information on gentoolkit, please read the gentoolkit"
92 - elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit"
93 - elog
94 - elog "Another alternative to equery is app-portage/portage-utils"
95 - elog
96 - elog "Additional tools that may be of interest:"
97 - elog
98 - elog " app-admin/eclean-kernel"
99 - elog " app-portage/diffmask"
100 - elog " app-portage/flaggie"
101 - elog " app-portage/install-mask"
102 - elog " app-portage/portpeek"
103 - elog " app-portage/smart-live-rebuild"
104 - fi
105 -}
106
107 diff --git a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
108 deleted file mode 100644
109 index 80c4ab0f86a..00000000000
110 --- a/app-portage/gentoolkit/gentoolkit-0.4.0.ebuild
111 +++ /dev/null
112 @@ -1,74 +0,0 @@
113 -# Copyright 1999-2018 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI="6"
117 -
118 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
119 -PYTHON_REQ_USE="xml(+),threads(+)"
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Collection of administration scripts for Gentoo"
124 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
125 -SRC_URI="https://dev.gentoo.org/~dolsen/releases/gentoolkit/${P}.tar.gz"
126 -
127 -LICENSE="GPL-2"
128 -SLOT="0"
129 -IUSE=""
130 -
131 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
132 -
133 -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
134 -RDEPEND="${DEPEND}
135 - !app-portage/gentoolkit-dev
136 - sys-apps/gawk
137 - sys-apps/gentoo-functions"
138 -
139 -python_prepare_all() {
140 - python_setup
141 - echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
142 - VERSION="${PVR}" "${PYTHON}" setup.py set_version
143 - distutils-r1_python_prepare_all
144 -}
145 -
146 -python_install_all() {
147 - distutils-r1_python_install_all
148 -}
149 -
150 -pkg_preinst() {
151 - if has_version "<${CATEGORY}/${PN}-0.4.0"; then
152 - SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
153 - fi
154 -}
155 -
156 -pkg_postinst() {
157 - # Create cache directory for revdep-rebuild
158 - mkdir -p -m 0755 "${EROOT%/}"/var/cache
159 - mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild
160 -
161 - if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
162 - elog "Starting with this version, ebump, ekeyword and imlate are now"
163 - elog "part of the gentoolkit package."
164 - elog "The gentoolkit-dev package is now deprecated in favor of a single"
165 - elog "gentoolkit package. The remaining tools from gentoolkit-dev"
166 - elog "are now obsolete/unused with the git based tree."
167 - fi
168 -
169 - # Only show the elog information on a new install
170 - if [[ ! ${REPLACING_VERSIONS} ]]; then
171 - elog
172 - elog "For further information on gentoolkit, please read the gentoolkit"
173 - elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit"
174 - elog
175 - elog "Another alternative to equery is app-portage/portage-utils"
176 - elog
177 - elog "Additional tools that may be of interest:"
178 - elog
179 - elog " app-admin/eclean-kernel"
180 - elog " app-portage/diffmask"
181 - elog " app-portage/flaggie"
182 - elog " app-portage/install-mask"
183 - elog " app-portage/portpeek"
184 - elog " app-portage/smart-live-rebuild"
185 - fi
186 -}
187
188 diff --git a/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild
189 deleted file mode 100644
190 index 6a8d551c39d..00000000000
191 --- a/app-portage/gentoolkit/gentoolkit-0.4.1.ebuild
192 +++ /dev/null
193 @@ -1,74 +0,0 @@
194 -# Copyright 1999-2018 Gentoo Foundation
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI="6"
198 -
199 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
200 -PYTHON_REQ_USE="xml(+),threads(+)"
201 -
202 -inherit distutils-r1
203 -
204 -DESCRIPTION="Collection of administration scripts for Gentoo"
205 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
206 -SRC_URI="https://dev.gentoo.org/~fuzzyray/releases/gentoolkit/${P}.tar.gz"
207 -
208 -LICENSE="GPL-2"
209 -SLOT="0"
210 -IUSE=""
211 -
212 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
213 -
214 -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
215 -RDEPEND="${DEPEND}
216 - !app-portage/gentoolkit-dev
217 - sys-apps/gawk
218 - sys-apps/gentoo-functions"
219 -
220 -python_prepare_all() {
221 - python_setup
222 - echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
223 - VERSION="${PVR}" "${PYTHON}" setup.py set_version
224 - distutils-r1_python_prepare_all
225 -}
226 -
227 -python_install_all() {
228 - distutils-r1_python_install_all
229 -}
230 -
231 -pkg_preinst() {
232 - if has_version "<${CATEGORY}/${PN}-0.4.0"; then
233 - SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
234 - fi
235 -}
236 -
237 -pkg_postinst() {
238 - # Create cache directory for revdep-rebuild
239 - mkdir -p -m 0755 "${EROOT%/}"/var/cache
240 - mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild
241 -
242 - if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
243 - elog "Starting with version 0.4.0, ebump, ekeyword and imlate are now"
244 - elog "part of the gentoolkit package."
245 - elog "The gentoolkit-dev package is now deprecated in favor of a single"
246 - elog "gentoolkit package. The remaining tools from gentoolkit-dev"
247 - elog "are now obsolete/unused with the git based tree."
248 - fi
249 -
250 - # Only show the elog information on a new install
251 - if [[ ! ${REPLACING_VERSIONS} ]]; then
252 - elog
253 - elog "For further information on gentoolkit, please read the gentoolkit"
254 - elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit"
255 - elog
256 - elog "Another alternative to equery is app-portage/portage-utils"
257 - elog
258 - elog "Additional tools that may be of interest:"
259 - elog
260 - elog " app-admin/eclean-kernel"
261 - elog " app-portage/diffmask"
262 - elog " app-portage/flaggie"
263 - elog " app-portage/install-mask"
264 - elog " app-portage/portpeek"
265 - elog " app-portage/smart-live-rebuild"
266 - fi
267 -}