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: Wed, 27 Nov 2019 14:50:44
Message-Id: 1574866231.0070386feef5e73920b415c3f3e16b36558f5edd.grobian@gentoo
1 commit: 0070386feef5e73920b415c3f3e16b36558f5edd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 14:50:11 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 14:50:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0070386f
7
8 app-portage/portage-utils-0.82: version bump
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-portage/portage-utils/Manifest | 1 +
14 .../portage-utils/portage-utils-0.82.ebuild | 87 ++++++++++++++++++++++
15 2 files changed, 88 insertions(+)
16
17 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
18 index bb87c9c72a9..ad443655e1b 100644
19 --- a/app-portage/portage-utils/Manifest
20 +++ b/app-portage/portage-utils/Manifest
21 @@ -1,3 +1,4 @@
22 DIST portage-utils-0.74.tar.xz 1587792 BLAKE2B 7c4588e3d44266a5260df42cc685aa03c584248e9970956033e4191a7a842a4b2162110ac99c2bb18645aaafc6ae6ee960e9b26ba0a8863497911eef1e943f64 SHA512 cd3f44c135b3d44e15a95eed41281fce62f225a9d05d5d5bb1be230b2d59cdb87755f011b313a9ec32e4cafdf3b3979c4ef423365edd7dcc472ca2e38c09c83e
23 DIST portage-utils-0.80.tar.xz 1762692 BLAKE2B 32e4502d517ec088eadf17a4a348b9b9bc33348380b65f93ac7c043150732ba3ff0d18ee96f8877c697a91000fdc036de392d6e6711d62248bb7c57e25d4433f SHA512 cca86877e87e5bd2e9423822db4b7afa15e8f291717c808ef0455b121db0778b2364552e9f1d5e1a8bad3f1f8880ae2b5dbd586bf1dd74d7c4f4e72fa990c78c
24 DIST portage-utils-0.81.tar.xz 1763088 BLAKE2B 1fa40950f9deff721ebfd8f3dc06a1ec99e1f5c1e8bce7cb20120feef4d0789f6ff02dac43fae84d9d554d9b9867423db43a0e7cb7a6070a60cb0619f36547ad SHA512 d9fa971e27aa8a58d4278cea8e9ec238f92d03e51f44b7124f51289613800790dcd5a0c886c3930dd89abd8cd032d0cfd05723e12ba7e2403a85a2d72b359ce1
25 +DIST portage-utils-0.82.tar.xz 1768888 BLAKE2B 27ef8a3835eab54be3e06e48496c5c3e1f2e89f350b80dc52c1e7615c3b2e0c1a5d771d070071057d6c308981f29e8e9d79739184596d3eb2d38a03b162fddf6 SHA512 dc4b452f7b8b0c81e7dbb1ba02984fb45e6cb3588525a2b464519c80f9287fc270ee9eeb4d097e6a96f2f2f06c73b1fe89cb0b01b0cae82b099aaf2326aca2a0
26
27 diff --git a/app-portage/portage-utils/portage-utils-0.82.ebuild b/app-portage/portage-utils/portage-utils-0.82.ebuild
28 new file mode 100644
29 index 00000000000..489d1d862b1
30 --- /dev/null
31 +++ b/app-portage/portage-utils/portage-utils-0.82.ebuild
32 @@ -0,0 +1,87 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +
38 +DESCRIPTION="Small and fast Portage helper tools written in C"
39 +HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +IUSE="nls static openmp +qmanifest +qtegrity libressl"
44 +
45 +if [[ ${PV} == *9999 ]]; then
46 + inherit git-r3 autotools
47 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git"
48 +else
49 + SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz"
50 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 +fi
52 +
53 +RDEPEND="
54 + static? ( dev-libs/iniparser:0[static-libs] )
55 + !static? ( dev-libs/iniparser:0 )
56 + qmanifest? (
57 + openmp? (
58 + || (
59 + >=sys-devel/gcc-4.2:*[openmp]
60 + sys-devel/clang-runtime:*[openmp]
61 + )
62 + )
63 + static? (
64 + app-crypt/libb2:=[static-libs]
65 + !libressl? ( dev-libs/openssl:0=[static-libs] )
66 + libressl? ( dev-libs/libressl:0=[static-libs] )
67 + sys-libs/zlib:=[static-libs]
68 + app-crypt/gpgme:=[static-libs]
69 + )
70 + !static? (
71 + app-crypt/libb2:=
72 + !libressl? ( dev-libs/openssl:0= )
73 + libressl? ( dev-libs/libressl: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 + !libressl? ( dev-libs/openssl:0=[static-libs] )
87 + libressl? ( dev-libs/libressl:0=[static-libs] )
88 + )
89 + !static? (
90 + !libressl? ( dev-libs/openssl:0= )
91 + libressl? ( dev-libs/libressl:0= )
92 + )
93 + )
94 +"
95 +DEPEND="${RDEPEND}"
96 +
97 +src_configure() {
98 + econf \
99 + --disable-maintainer-mode \
100 + --with-eprefix="${EPREFIX}" \
101 + $(use_enable qmanifest) \
102 + $(use_enable qtegrity) \
103 + $(use_enable openmp) \
104 + $(use_enable static)
105 +}
106 +
107 +pkg_postinst() {
108 + local pvr
109 + local doshow=
110 + for pvr in ${REPLACING_VERSIONS} ; do
111 + [[ ${pvr} != "0.8"[012]* ]] && doshow=true
112 + done
113 +
114 + if [[ ${doshow} == true ]] ; then
115 + elog "This version of Portage utils has undergone significant changes."
116 + elog "Please read the elog manpages for applets like qlop(1) and"
117 + elog "qfile(1) where argument options have changed."
118 + fi
119 +}