summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-10-04 22:14:05 +0200
committerFabian Groffen <grobian@gentoo.org>2020-10-04 22:14:05 +0200
commit1278e75ff758df9e3a7f11d57d36dc378461fe2e (patch)
tree75f973cb4fc702cde09a39a0207bb3aa2c41cb52 /app-portage
parentdev-python/sphinxcontrib-spelling: add doc to metadata (diff)
downloadgentoo-1278e75ff758df9e3a7f11d57d36dc378461fe2e.tar.gz
gentoo-1278e75ff758df9e3a7f11d57d36dc378461fe2e.tar.bz2
gentoo-1278e75ff758df9e3a7f11d57d36dc378461fe2e.zip
app-portage/portage-utils-0.90: version bump for qlop fixes
Closes: https://bugs.gentoo.org/745798 Closes: https://bugs.gentoo.org/731122 Closes: https://bugs.gentoo.org/713536 Closes: https://bugs.gentoo.org/705748 Closes: https://bugs.gentoo.org/701968 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/portage-utils/Manifest2
-rw-r--r--app-portage/portage-utils/portage-utils-0.90.ebuild (renamed from app-portage/portage-utils/portage-utils-0.88.ebuild)14
2 files changed, 1 insertions, 15 deletions
diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
index 26e9608deff3..9b4dc1f0425c 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1,3 +1,3 @@
DIST portage-utils-0.87.tar.xz 1772956 BLAKE2B b1487d89303b524ffa9e6030feba181fcad73a6f38febf29f63b1f7bcd7a5080ddb1f907ca217040d064427f2060bb3885a61c30663594428be475a5bf7253f0 SHA512 a29f2d1fc85aea1c2b4c8b16fca0e9b559a980951f79cb10d7fd836d99ec65a904f2cbc54a949150ce490ba5d705b0aa5aa39f56365968b3dd591cb3d7c5eb21
-DIST portage-utils-0.88.tar.xz 1776100 BLAKE2B 5165c99f163a39e2d8e9d503a43982999e70ff647af16acaae84279d17c327e78c2722fa9f332c570e8bfed7647ebb7f96281c3ed2c42948234fb23192e73ca5 SHA512 f5bddd170b66753bf3abd870add6f893e31ae971cc15f3b34366fbbd6d69848aa8aa301bbf3e4185f152ce110e890178828f867e64d8ede74c17e819c2961562
DIST portage-utils-0.89.tar.xz 1775088 BLAKE2B 6218cd3a5a435622366550857753529b38a8c2c9dbc2c9d72d3ce8517679fb782caded843807cebd606294a5ecb6dd110311e8da95d54626126b091ee902ab1d SHA512 c285901f1200f0ee81a4cd12840f5b4938fa525ce3611458287d6f5439c78b9ecf5ec0dc40d759fe5e6a848d4fd13b6d9ac38222ebf2c4453a60f9fdb842a55c
+DIST portage-utils-0.90.tar.xz 1776636 BLAKE2B bbacc05aa97c77705ae4fbdb5efde5f1d49a99ac8ed259e026c9a997f43a86551b3a10a397e0c5f1da161d2c0d88afe88e22870705ca39d911c4a98ad13f4928 SHA512 2077061dd7dfd444d4ad38faf5a87aa44392d7747f71d7283b5e2775ce3d714773cd642ea085aea3dd34a715f2c446d42fd64ba42fa99e716e8d843aae3d9682
diff --git a/app-portage/portage-utils/portage-utils-0.88.ebuild b/app-portage/portage-utils/portage-utils-0.90.ebuild
index 30461bad45eb..aa5f157c1b9d 100644
--- a/app-portage/portage-utils/portage-utils-0.88.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.90.ebuild
@@ -69,17 +69,3 @@ src_configure() {
$(use_enable openmp) \
$(use_enable static)
}
-
-pkg_postinst() {
- local pvr
- local doshow=
- for pvr in ${REPLACING_VERSIONS} ; do
- [[ ${pvr} != "0.8"[012]* ]] && doshow=true
- done
-
- if [[ ${doshow} == true ]] ; then
- elog "This version of Portage utils has undergone significant changes."
- elog "Please read the elog manpages for applets like qlop(1) and"
- elog "qfile(1) where argument options have changed."
- fi
-}