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: Mon, 29 Aug 2022 08:58:53
Message-Id: 1661763448.da87cdcf372e686d4dd7b09a78c9f30d836050e5.grobian@gentoo
1 commit: da87cdcf372e686d4dd7b09a78c9f30d836050e5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 08:57:28 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:57:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da87cdcf
7
8 app-portage/portage-utils: bump-fix + cleanup
9
10 0.94.3: fix qmanifest/qtegrity being available again (regression in 0.94.2)
11 0.93.3: cleanup old
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 app-portage/portage-utils/Manifest | 3 +-
16 .../portage-utils/portage-utils-0.93.3.ebuild | 67 ----------------------
17 ...s-0.94.2.ebuild => portage-utils-0.94.3.ebuild} | 0
18 3 files changed, 1 insertion(+), 69 deletions(-)
19
20 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
21 index 3847937d7dcb..6350de83d263 100644
22 --- a/app-portage/portage-utils/Manifest
23 +++ b/app-portage/portage-utils/Manifest
24 @@ -1,3 +1,2 @@
25 -DIST portage-utils-0.93.3.tar.xz 1796828 BLAKE2B cfad7ab27ff2d92f631f4e31012e8903c5fa6113485f727338812059379cdd4a9552d80dc3aef6bb91264c361c0554fe9054a12347e274c4c5c3db66fd36008b SHA512 c1245aa78d236263cd266fc8565312c2ac30cb992037a7b0f26da04ecf2dfeebc85bff653784e186cf2c7d7468e4772fb0bd93bcdb3a37d46e493d000933e5a1
26 DIST portage-utils-0.94.1.tar.xz 1871688 BLAKE2B bec5ddd514b397c157c3b1bff70d61730f15804a6751f56eb69c4030a35fc6a6b11fa1e2bde94332772660f02bf9428623210733ae9e2f1290f29aa3b31a1813 SHA512 29fdb4093997eb95703d407da6b00305c949f0a00ae3aa5cfb2c47b66bddc59e034fae114663b40b611f906332066b648018aa4e5bc1b935e61a64f4b4bf1088
27 -DIST portage-utils-0.94.2.tar.xz 1804152 BLAKE2B 416e72851744cfe595ff11dc3c39b4b7a2ed243fa59e1b94ba1e94072e8c63382a29256f918af229f4bee0543509108cc7a3f1222a7810e0a9e47a89726cd8e1 SHA512 d4fc9d9cbb9ecca3269c1e4bc192e623e1f671be072bac57b6be0a885fa99344f313644d17533f3c062591d2709d36d88f0370479fb488fd4636b42724b8f15f
28 +DIST portage-utils-0.94.3.tar.xz 1804720 BLAKE2B b0239a26d878db6dd73c9ee54f586526f8812921775126ef74afbe089186fdc5ca7197847e204c6ecbf9d79b6e2a6173cb0c39d4a26653ed0db2d7f9b10e88c5 SHA512 bf8fcccc26bb985bf7664f6ab0227a5251c3f918199de0c4e4c95b7107eb72eee367d1d524b5d9608b3c7eea9b1fae789456390cbb0d375297b807bb98644e01
29
30 diff --git a/app-portage/portage-utils/portage-utils-0.93.3.ebuild b/app-portage/portage-utils/portage-utils-0.93.3.ebuild
31 deleted file mode 100644
32 index 294c81e74145..000000000000
33 --- a/app-portage/portage-utils/portage-utils-0.93.3.ebuild
34 +++ /dev/null
35 @@ -1,67 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -DESCRIPTION="Small and fast Portage helper tools written in C"
42 -HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -IUSE="nls static openmp +qmanifest +qtegrity"
47 -
48 -if [[ ${PV} == *9999 ]]; then
49 - inherit git-r3 autotools
50 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git"
51 -else
52 - SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
53 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
54 -fi
55 -
56 -RDEPEND="
57 - qmanifest? (
58 - openmp? (
59 - || (
60 - >=sys-devel/gcc-4.2:*[openmp]
61 - sys-devel/clang-runtime:*[openmp]
62 - )
63 - )
64 - static? (
65 - app-crypt/libb2:=[static-libs]
66 - dev-libs/openssl:0=[static-libs]
67 - sys-libs/zlib:=[static-libs]
68 - app-crypt/gpgme:=[static-libs]
69 - )
70 - !static? (
71 - app-crypt/libb2:=
72 - dev-libs/openssl:0=
73 - sys-libs/zlib:=
74 - app-crypt/gpgme:=
75 - )
76 - )
77 - qtegrity? (
78 - openmp? (
79 - || (
80 - >=sys-devel/gcc-4.2:*[openmp]
81 - sys-devel/clang-runtime:*[openmp]
82 - )
83 - )
84 - static? (
85 - dev-libs/openssl:0=[static-libs]
86 - )
87 - !static? (
88 - dev-libs/openssl:0=
89 - )
90 - )
91 -"
92 -DEPEND="${RDEPEND}"
93 -
94 -src_configure() {
95 - econf \
96 - --disable-maintainer-mode \
97 - --with-eprefix="${EPREFIX}" \
98 - $(use_enable qmanifest) \
99 - $(use_enable qtegrity) \
100 - $(use_enable openmp) \
101 - $(use_enable static)
102 -}
103
104 diff --git a/app-portage/portage-utils/portage-utils-0.94.2.ebuild b/app-portage/portage-utils/portage-utils-0.94.3.ebuild
105 similarity index 100%
106 rename from app-portage/portage-utils/portage-utils-0.94.2.ebuild
107 rename to app-portage/portage-utils/portage-utils-0.94.3.ebuild