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: Sat, 10 Aug 2019 14:05:56
Message-Id: 1565445949.4c202d2b70db34804cb5cc55d8dbd8025ac1835e.grobian@gentoo
1 commit: 4c202d2b70db34804cb5cc55d8dbd8025ac1835e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 14:05:26 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 14:05:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c202d2b
7
8 app-portage/portage-utils: version bump to v0.80
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-portage/portage-utils/Manifest | 2 +-
14 ...utils-0.80_pre20190719.ebuild => portage-utils-0.80.ebuild} | 10 +++-------
15 2 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
18 index b9de68f8b3e..0fd600cee70 100644
19 --- a/app-portage/portage-utils/Manifest
20 +++ b/app-portage/portage-utils/Manifest
21 @@ -1,3 +1,3 @@
22 DIST portage-utils-0.62.tar.xz 527216 BLAKE2B ac8331b74998ddb86db55a937992447bccf60611cc259ceb5fe79918c1a43b6dc4633e4ad64462e2df5c39e8d8aa193bd57ab24dcd714e088357eb3cb177e972 SHA512 71b2888cef1bf7549c3829cc7d4bbe2e99a711434bae4fb78c55b9c37815b61623518f19ab87db30f533d771398933c085640dc7c8ffcedf87a70ac702a52fa1
23 DIST portage-utils-0.74.tar.xz 1587792 BLAKE2B 7c4588e3d44266a5260df42cc685aa03c584248e9970956033e4191a7a842a4b2162110ac99c2bb18645aaafc6ae6ee960e9b26ba0a8863497911eef1e943f64 SHA512 cd3f44c135b3d44e15a95eed41281fce62f225a9d05d5d5bb1be230b2d59cdb87755f011b313a9ec32e4cafdf3b3979c4ef423365edd7dcc472ca2e38c09c83e
24 -DIST portage-utils-0.80_pre20190719.tar.xz 1760524 BLAKE2B 4e16950d937a69bd601e6a69704082c0d8de6a02577dd359ec261c20fdb368c7a30382ec76159f59644c0c2fefd433a831ad85fd91912be21b08b598d4dec491 SHA512 0857a6ea55a60ab960b87460218575bfd236cbfff7227abfec4501e87b85f2baeca3d6bc7b3ed93412f5a5494e17fcf093bfd7aa3aa976b5cf17f505ab2d905f
25 +DIST portage-utils-0.80.tar.xz 1762692 BLAKE2B 32e4502d517ec088eadf17a4a348b9b9bc33348380b65f93ac7c043150732ba3ff0d18ee96f8877c697a91000fdc036de392d6e6711d62248bb7c57e25d4433f SHA512 cca86877e87e5bd2e9423822db4b7afa15e8f291717c808ef0455b121db0778b2364552e9f1d5e1a8bad3f1f8880ae2b5dbd586bf1dd74d7c4f4e72fa990c78c
26
27 diff --git a/app-portage/portage-utils/portage-utils-0.80_pre20190719.ebuild b/app-portage/portage-utils/portage-utils-0.80.ebuild
28 similarity index 84%
29 rename from app-portage/portage-utils/portage-utils-0.80_pre20190719.ebuild
30 rename to app-portage/portage-utils/portage-utils-0.80.ebuild
31 index 9f70cbd5155..408ae5496d5 100644
32 --- a/app-portage/portage-utils/portage-utils-0.80_pre20190719.ebuild
33 +++ b/app-portage/portage-utils/portage-utils-0.80.ebuild
34 @@ -80,12 +80,8 @@ pkg_postinst() {
35 done
36
37 if [[ ${doshow} == true ]] ; then
38 - elog "This is a pre-release of the next version of Portage Utils"
39 - elog "which has undergone significant changes. Please read the"
40 - elog "manpages for applets like qlop(1) where argument options have"
41 - elog "changed."
42 - elog "There will likely be changes to come before 0.80, and bugs are"
43 - elog "possible. Please report the latter, and request the former if"
44 - elog "applicable."
45 + elog "This version of Portage utils has undergone significant changes."
46 + elog "Please read the elog manpages for applets like qlop(1) and"
47 + elog "qfile(1) where argument options have changed."
48 fi
49 }