Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/
Date: Tue, 28 Sep 2021 18:39:23
Message-Id: 1632854205.8153454eb9b48d6517d984b6950e6a66ded5aadd.ionen@gentoo
1 commit: 8153454eb9b48d6517d984b6950e6a66ded5aadd
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 09:32:27 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 18:36:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8153454e
7
8 app-portage/iwdevtools: drop 0.5.3, 0.6.0
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-portage/iwdevtools/Manifest | 2 --
13 app-portage/iwdevtools/iwdevtools-0.5.3.ebuild | 50 --------------------------
14 app-portage/iwdevtools/iwdevtools-0.6.0.ebuild | 50 --------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest
18 index a9a5d793851..66f7098216c 100644
19 --- a/app-portage/iwdevtools/Manifest
20 +++ b/app-portage/iwdevtools/Manifest
21 @@ -1,3 +1 @@
22 -DIST iwdevtools-0.5.3.tar.gz 42845 BLAKE2B 9e6b634e8409cffc57fde36157be0186943d4df07c47f0b07eeb0dd5071bc3e4c7b84e543a46cd2ff4e49d9b9b34b9121b3583bd227479f1485ec5957dee4780 SHA512 8458abba687135caaefd1cb0adb8af079a2cf94ca484a4bb95ef2b32e00eea46a2c8df7d305d4b0bf7121f46a92ac3a25cd9067e22ad9a314f289f77379a1684
23 -DIST iwdevtools-0.6.0.tar.gz 51788 BLAKE2B 1b37e3097cd77201398959272c09d6391746036530c6341b7b2ccfccc4361067dc46c6e3b2c729717855e346a7ebf7279f8d0fc0a760203527a1431e2366dad0 SHA512 0c192c9a6b52eca99574eda8da8d41b051a502cbbf891188e323f376f43472aaa72c2f8ac78f4790c4f41d610aa0927180a3fbe290ac2964ccb9f257b7f508fc
24 DIST iwdevtools-0.7.0.tar.gz 56208 BLAKE2B 205bb9bc1e894b9cc6a9c3abb4f902c9c3f8337fff8618df162f4dc5d78416fe8e2852cb513d4153d8acf2a0d918e43352714502e1f40faffc777e19ad81ab55 SHA512 ec528901229066d333fcd8f53060601628b682a93c3e07a89826ff0fd2e406a4dffe76397883d4c50b459588cc6364873c43e5129bd172049c30aea039ae36d5
25
26 diff --git a/app-portage/iwdevtools/iwdevtools-0.5.3.ebuild b/app-portage/iwdevtools/iwdevtools-0.5.3.ebuild
27 deleted file mode 100644
28 index 25cb8346209..00000000000
29 --- a/app-portage/iwdevtools/iwdevtools-0.5.3.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit meson optfeature
38 -
39 -DESCRIPTION="Small tools to aid with Gentoo development, primarily intended for QA"
40 -HOMEPAGE="https://github.com/ionenwks/iwdevtools"
41 -SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 -IUSE="test"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="
50 - app-misc/pax-utils
51 - app-portage/portage-utils
52 - sys-apps/diffutils
53 - sys-apps/file
54 - sys-apps/portage
55 - sys-apps/util-linux"
56 -BDEPEND="
57 - sys-apps/help2man
58 - test? ( ${RDEPEND} )"
59 -
60 -src_configure() {
61 - local emesonargs=(
62 - -Ddocdir=${PF}
63 - -Deprefix="${EPREFIX}"
64 - $(meson_use test)
65 - )
66 - meson_src_configure
67 -}
68 -
69 -pkg_postinst() {
70 - optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
71 -
72 - if [[ ! ${REPLACING_VERSIONS} ]]; then
73 - elog "To (optionally) integrate with portage, inspect the .bashrc files installed"
74 - elog "at ${EROOT}/usr/share/${PN}. If not already using a bashrc, you can use"
75 - elog "the example bashrc directly by creating a symlink:"
76 - elog
77 - elog " ln -s ../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc"
78 - elog
79 - elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on tools."
80 - fi
81 -}
82
83 diff --git a/app-portage/iwdevtools/iwdevtools-0.6.0.ebuild b/app-portage/iwdevtools/iwdevtools-0.6.0.ebuild
84 deleted file mode 100644
85 index 25cb8346209..00000000000
86 --- a/app-portage/iwdevtools/iwdevtools-0.6.0.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -inherit meson optfeature
95 -
96 -DESCRIPTION="Small tools to aid with Gentoo development, primarily intended for QA"
97 -HOMEPAGE="https://github.com/ionenwks/iwdevtools"
98 -SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="BSD-2"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
103 -IUSE="test"
104 -RESTRICT="!test? ( test )"
105 -
106 -RDEPEND="
107 - app-misc/pax-utils
108 - app-portage/portage-utils
109 - sys-apps/diffutils
110 - sys-apps/file
111 - sys-apps/portage
112 - sys-apps/util-linux"
113 -BDEPEND="
114 - sys-apps/help2man
115 - test? ( ${RDEPEND} )"
116 -
117 -src_configure() {
118 - local emesonargs=(
119 - -Ddocdir=${PF}
120 - -Deprefix="${EPREFIX}"
121 - $(meson_use test)
122 - )
123 - meson_src_configure
124 -}
125 -
126 -pkg_postinst() {
127 - optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
128 -
129 - if [[ ! ${REPLACING_VERSIONS} ]]; then
130 - elog "To (optionally) integrate with portage, inspect the .bashrc files installed"
131 - elog "at ${EROOT}/usr/share/${PN}. If not already using a bashrc, you can use"
132 - elog "the example bashrc directly by creating a symlink:"
133 - elog
134 - elog " ln -s ../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc"
135 - elog
136 - elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on tools."
137 - fi
138 -}