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, 13 Jul 2021 17:02:44
Message-Id: 1626195737.271da219e3c3540bcf54eedbb113349e4be0c940.grobian@gentoo
1 commit: 271da219e3c3540bcf54eedbb113349e4be0c940
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 17:02:17 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 17:02:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271da219
7
8 app-portage/portage-utils-0.90.1: bring back accidentially dropped hppa/ppc kws
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-portage/portage-utils/Manifest | 1 -
14 .../portage-utils/portage-utils-0.87.ebuild | 81 ----------------------
15 .../portage-utils/portage-utils-0.90.1.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 83 deletions(-)
17
18 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
19 index ae5e5bc03d9..af51126607d 100644
20 --- a/app-portage/portage-utils/Manifest
21 +++ b/app-portage/portage-utils/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST portage-utils-0.87.tar.xz 1772956 BLAKE2B b1487d89303b524ffa9e6030feba181fcad73a6f38febf29f63b1f7bcd7a5080ddb1f907ca217040d064427f2060bb3885a61c30663594428be475a5bf7253f0 SHA512 a29f2d1fc85aea1c2b4c8b16fca0e9b559a980951f79cb10d7fd836d99ec65a904f2cbc54a949150ce490ba5d705b0aa5aa39f56365968b3dd591cb3d7c5eb21
24 DIST portage-utils-0.90.1.tar.xz 1779252 BLAKE2B 27c94694cab84970c0c92e835b9039d9420fbfa20f9f2e03f4f53d118df4dc243cddce33994095a3e41bd1027a42c9c29cda65cb7cf4f45279a028b21555f4f8 SHA512 67290a69ad6ac40da3ce0f41d2630096690e69bb97a1428af921ccc582dcfbf903bbf98259f68afdbe9e96aef81672ea3352a9266a649e75f99acec7fa00cd8a
25 DIST portage-utils-0.90.tar.xz 1776636 BLAKE2B bbacc05aa97c77705ae4fbdb5efde5f1d49a99ac8ed259e026c9a997f43a86551b3a10a397e0c5f1da161d2c0d88afe88e22870705ca39d911c4a98ad13f4928 SHA512 2077061dd7dfd444d4ad38faf5a87aa44392d7747f71d7283b5e2775ce3d714773cd642ea085aea3dd34a715f2c446d42fd64ba42fa99e716e8d843aae3d9682
26 DIST portage-utils-0.92.tar.xz 1819676 BLAKE2B 01798e3984745140bca1bcc1eda5c2aea7c517bee2656acfe1bd810fc8088ddcb474f2c64fee6832c5e1699e2ec8ad5a9c6d5afba8a2e2b6f1861d49fbf7fcb7 SHA512 7d36263c9c242c8e82786fa12e171a3f396f65520acb8caa91516862615bd71241699ab6c2232122f7009875aa0a10b06b614a842d45afc86e599b39711e12b3
27
28 diff --git a/app-portage/portage-utils/portage-utils-0.87.ebuild b/app-portage/portage-utils/portage-utils-0.87.ebuild
29 deleted file mode 100644
30 index ce7e6dec67c..00000000000
31 --- a/app-portage/portage-utils/portage-utils-0.87.ebuild
32 +++ /dev/null
33 @@ -1,81 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
38 -
39 -DESCRIPTION="Small and fast Portage helper tools written in C"
40 -HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -IUSE="nls static openmp +qmanifest +qtegrity"
45 -
46 -if [[ ${PV} == *9999 ]]; then
47 - inherit git-r3 autotools
48 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git"
49 -else
50 - SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
51 - KEYWORDS="hppa ppc"
52 -fi
53 -
54 -RDEPEND="
55 - qmanifest? (
56 - openmp? (
57 - || (
58 - >=sys-devel/gcc-4.2:*[openmp]
59 - sys-devel/clang-runtime:*[openmp]
60 - )
61 - )
62 - static? (
63 - app-crypt/libb2:=[static-libs]
64 - dev-libs/openssl:0=[static-libs]
65 - sys-libs/zlib:=[static-libs]
66 - app-crypt/gpgme:=[static-libs]
67 - )
68 - !static? (
69 - app-crypt/libb2:=
70 - dev-libs/openssl:0=
71 - sys-libs/zlib:=
72 - app-crypt/gpgme:=
73 - )
74 - )
75 - qtegrity? (
76 - openmp? (
77 - || (
78 - >=sys-devel/gcc-4.2:*[openmp]
79 - sys-devel/clang-runtime:*[openmp]
80 - )
81 - )
82 - static? (
83 - dev-libs/openssl:0=[static-libs]
84 - )
85 - !static? (
86 - dev-libs/openssl:0=
87 - )
88 - )
89 -"
90 -DEPEND="${RDEPEND}"
91 -
92 -src_configure() {
93 - econf \
94 - --disable-maintainer-mode \
95 - --with-eprefix="${EPREFIX}" \
96 - $(use_enable qmanifest) \
97 - $(use_enable qtegrity) \
98 - $(use_enable openmp) \
99 - $(use_enable static)
100 -}
101 -
102 -pkg_postinst() {
103 - local pvr
104 - local doshow=
105 - for pvr in ${REPLACING_VERSIONS} ; do
106 - [[ ${pvr} != "0.8"[012]* ]] && doshow=true
107 - done
108 -
109 - if [[ ${doshow} == true ]] ; then
110 - elog "This version of Portage utils has undergone significant changes."
111 - elog "Please read the elog manpages for applets like qlop(1) and"
112 - elog "qfile(1) where argument options have changed."
113 - fi
114 -}
115
116 diff --git a/app-portage/portage-utils/portage-utils-0.90.1.ebuild b/app-portage/portage-utils/portage-utils-0.90.1.ebuild
117 index c4a96b37992..98fc23048d5 100644
118 --- a/app-portage/portage-utils/portage-utils-0.90.1.ebuild
119 +++ b/app-portage/portage-utils/portage-utils-0.90.1.ebuild
120 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
121 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git"
122 else
123 SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
124 - KEYWORDS="sparc x86"
125 + KEYWORDS="hppa ppc sparc x86"
126 fi
127
128 RDEPEND="