Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Tue, 21 Dec 2021 10:25:46
Message-Id: 1640082333.7e74e1d6c4bf1db571db1cec13356ffbe10ba56f.grobian@gentoo
1 commit: 7e74e1d6c4bf1db571db1cec13356ffbe10ba56f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 10:23:54 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 10:25:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e74e1d6
7
8 app-portage/portage-utils-0.93: version bump
9
10 Closes: https://bugs.gentoo.org/815622
11 Closes: https://bugs.gentoo.org/816033
12 Closes: https://bugs.gentoo.org/816060
13 Closes: https://bugs.gentoo.org/829579
14 Package-Manager: Portage-3.0.28, Repoman-3.0.3
15 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
16
17 app-portage/portage-utils/Manifest | 1 +
18 .../portage-utils/portage-utils-0.93.ebuild | 67 ++++++++++++++++++++++
19 2 files changed, 68 insertions(+)
20
21 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
22 index af51126607d7..674ff0f31b74 100644
23 --- a/app-portage/portage-utils/Manifest
24 +++ b/app-portage/portage-utils/Manifest
25 @@ -1,3 +1,4 @@
26 DIST portage-utils-0.90.1.tar.xz 1779252 BLAKE2B 27c94694cab84970c0c92e835b9039d9420fbfa20f9f2e03f4f53d118df4dc243cddce33994095a3e41bd1027a42c9c29cda65cb7cf4f45279a028b21555f4f8 SHA512 67290a69ad6ac40da3ce0f41d2630096690e69bb97a1428af921ccc582dcfbf903bbf98259f68afdbe9e96aef81672ea3352a9266a649e75f99acec7fa00cd8a
27 DIST portage-utils-0.90.tar.xz 1776636 BLAKE2B bbacc05aa97c77705ae4fbdb5efde5f1d49a99ac8ed259e026c9a997f43a86551b3a10a397e0c5f1da161d2c0d88afe88e22870705ca39d911c4a98ad13f4928 SHA512 2077061dd7dfd444d4ad38faf5a87aa44392d7747f71d7283b5e2775ce3d714773cd642ea085aea3dd34a715f2c446d42fd64ba42fa99e716e8d843aae3d9682
28 DIST portage-utils-0.92.tar.xz 1819676 BLAKE2B 01798e3984745140bca1bcc1eda5c2aea7c517bee2656acfe1bd810fc8088ddcb474f2c64fee6832c5e1699e2ec8ad5a9c6d5afba8a2e2b6f1861d49fbf7fcb7 SHA512 7d36263c9c242c8e82786fa12e171a3f396f65520acb8caa91516862615bd71241699ab6c2232122f7009875aa0a10b06b614a842d45afc86e599b39711e12b3
29 +DIST portage-utils-0.93.tar.xz 1795964 BLAKE2B 496bed1cbe53c309ceda3eed7b0c343bbf428cc9e8871ff52759f754c5f1d4a834cd648a6ea25b10e7e043077b5a65e40eeebe9101b04f5e5920665aadec822c SHA512 23e85b358fd79c59474aab752fc259e825e90c2b0dd8885cfada79caf59fe71425135e0b6177fcb857e53f1644d159f2e42f1d9116d26757822eb8e6b3ce9989
30
31 diff --git a/app-portage/portage-utils/portage-utils-0.93.ebuild b/app-portage/portage-utils/portage-utils-0.93.ebuild
32 new file mode 100644
33 index 000000000000..f11ea5afcccd
34 --- /dev/null
35 +++ b/app-portage/portage-utils/portage-utils-0.93.ebuild
36 @@ -0,0 +1,67 @@
37 +# Copyright 1999-2021 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +DESCRIPTION="Small and fast Portage helper tools written in C"
43 +HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +IUSE="nls static openmp +qmanifest +qtegrity"
48 +
49 +if [[ ${PV} == *9999 ]]; then
50 + inherit git-r3 autotools
51 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git"
52 +else
53 + SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
54 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 +fi
56 +
57 +RDEPEND="
58 + qmanifest? (
59 + openmp? (
60 + || (
61 + >=sys-devel/gcc-4.2:*[openmp]
62 + sys-devel/clang-runtime:*[openmp]
63 + )
64 + )
65 + static? (
66 + app-crypt/libb2:=[static-libs]
67 + dev-libs/openssl:0=[static-libs]
68 + sys-libs/zlib:=[static-libs]
69 + app-crypt/gpgme:=[static-libs]
70 + )
71 + !static? (
72 + app-crypt/libb2:=
73 + dev-libs/openssl:0=
74 + sys-libs/zlib:=
75 + app-crypt/gpgme:=
76 + )
77 + )
78 + qtegrity? (
79 + openmp? (
80 + || (
81 + >=sys-devel/gcc-4.2:*[openmp]
82 + sys-devel/clang-runtime:*[openmp]
83 + )
84 + )
85 + static? (
86 + dev-libs/openssl:0=[static-libs]
87 + )
88 + !static? (
89 + dev-libs/openssl:0=
90 + )
91 + )
92 +"
93 +DEPEND="${RDEPEND}"
94 +
95 +src_configure() {
96 + econf \
97 + --disable-maintainer-mode \
98 + --with-eprefix="${EPREFIX}" \
99 + $(use_enable qmanifest) \
100 + $(use_enable qtegrity) \
101 + $(use_enable openmp) \
102 + $(use_enable static)
103 +}