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: Fri, 29 Jul 2022 22:28:50
Message-Id: 1659133602.7b197dbf5353814725299be4091804f8721ddeaa.ionen@gentoo
1 commit: 7b197dbf5353814725299be4091804f8721ddeaa
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 22:26:42 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 22:26:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b197dbf
7
8 app-portage/iwdevtools: add 0.11.5
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 app-portage/iwdevtools/Manifest | 1 +
13 app-portage/iwdevtools/iwdevtools-0.11.5.ebuild | 64 +++++++++++++++++++++++++
14 2 files changed, 65 insertions(+)
15
16 diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest
17 index 5913cb675109..f2bb307e7a99 100644
18 --- a/app-portage/iwdevtools/Manifest
19 +++ b/app-portage/iwdevtools/Manifest
20 @@ -1,2 +1,3 @@
21 DIST iwdevtools-0.11.3.tar.gz 84838 BLAKE2B a4f501c24cc70b13ded5ca88599a3c11b076ae3a3464d065fe3999c8cb9268cfd17fc116197c09ddc6b968d7527409b348c0c1bdb939f6ed1b7a2abdfc868774 SHA512 38a62654042b714689fcf813a533ad463b7bdc0a4b501dc37c498e528792104a3db601f82781d889407217c824a9f48233544fb56a012de19fd34fa92d1de06d
22 DIST iwdevtools-0.11.4.tar.gz 85480 BLAKE2B 44b86ee22e23320aa1c25676c08638332cbf66882e2610d3bc19580e682e7623c53013534977299fdad1f697a1ca10447d5753f221e839039011bbdccf017f35 SHA512 907755307b5cd617b2e85aabe76558b9b0c1b42e08e0a7d71760250f1ae455ac24a6a676c0707c2a371a80d86d0b60c16d8fa45702ba0e779f7817866bfb3a26
23 +DIST iwdevtools-0.11.5.tar.gz 85698 BLAKE2B 0f5b0c81735017b82144c74b2396826b2e6ea97db70704977c7885bdb00442c83023f593aeb25ab2e51f3a35cd659be98440f51e4496418a92f1559212db5b5d SHA512 05e0169a465cd4956d663f54bdc66d3c17379229b23c26a94d9deff879ef9e53b1b28f59e7cf314d36127954cb75728f008d0b0728659436ad1e63de5fb11bbb
24
25 diff --git a/app-portage/iwdevtools/iwdevtools-0.11.5.ebuild b/app-portage/iwdevtools/iwdevtools-0.11.5.ebuild
26 new file mode 100644
27 index 000000000000..68858249d8a0
28 --- /dev/null
29 +++ b/app-portage/iwdevtools/iwdevtools-0.11.5.ebuild
30 @@ -0,0 +1,64 @@
31 +# Copyright 2021-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit meson optfeature
37 +
38 +DESCRIPTION="Small tools to aid with Gentoo development, primarily intended for QA"
39 +HOMEPAGE="https://github.com/ionenwks/iwdevtools"
40 +SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="BSD-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
45 +IUSE="test"
46 +RESTRICT="!test? ( test )"
47 +
48 +RDEPEND="
49 + app-misc/pax-utils
50 + app-portage/portage-utils
51 + >=app-shells/bash-5.1
52 + dev-libs/libxml2:2
53 + sys-apps/diffutils
54 + sys-apps/file
55 + sys-apps/portage
56 + || ( sys-apps/util-linux app-misc/getopt )"
57 +BDEPEND="
58 + sys-apps/help2man
59 + || ( sys-apps/util-linux app-misc/getopt )
60 + test? ( ${RDEPEND} )"
61 +
62 +src_configure() {
63 + local emesonargs=(
64 + -Ddocdir=${PF}
65 + -Deprefix="${EPREFIX}"
66 + -Dshellcheck=false
67 + $(meson_use test)
68 + )
69 +
70 + has_version sys-apps/util-linux || emesonargs+=( -Dgetopt=getopt-long )
71 +
72 + meson_src_configure
73 +}
74 +
75 +pkg_postinst() {
76 + optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail
77 +
78 + if [[ ! ${REPLACING_VERSIONS} ]]; then
79 + elog "Optional portage integration relies on using /etc/portage/bashrc."
80 + elog "The example bashrc can be used as-is if not already using one:"
81 + elog
82 + elog " ln -s ../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc"
83 + elog
84 + elog "Otherwise, inspect the tools' --help output and the example to integrate"
85 + elog "(if not defining the same phase functions, the example can be sourced)."
86 + elog
87 + elog "Note that \`eqawarn\` is used for portage output by default. QA messages"
88 + elog "aren't logged / shown post-emerge unless e.g. in /etc/portage/make.conf:"
89 + elog
90 + elog ' PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"'
91 + elog
92 + elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for information on tools."
93 + fi
94 +}