Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 19 Aug 2019 04:55:02
Message-Id: 1566188097.4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c.zmedico@gentoo
1 commit: 4b0e02a47c3d76cc38c9d8d52b7c07c6e7e1b43c
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 04:09:20 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 04:14:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4b0e02a4
7
8 Updates for portage-2.3.72 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 5 +++++
13 RELEASE-NOTES | 18 ++++++++++++++++++
14 setup.py | 2 +-
15 3 files changed, 24 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index c6e9b7228..e09468a87 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,10 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.72
25 +--------------
26 +* The glsa-check program is now provided by portage, and it has been
27 + removed from gentoolkit. See bug 463952.
28 +
29 portage-2.3.70
30 --------------
31 * The @live-rebuild package set now searches for PROPERTIES=live, see
32
33 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
34 index e225f2640..c32679f15 100644
35 --- a/RELEASE-NOTES
36 +++ b/RELEASE-NOTES
37 @@ -1,6 +1,24 @@
38 Release Notes; upgrade information mainly.
39 Features/major bugfixes are listed in NEWS
40
41 +portage-2.3.72
42 +==================================
43 +* Allow ESYSROOT and BROOT in the pkg_setup phase, following a recent
44 + change to PMS.
45 +* Bug Fixes:
46 + - Bug 463952 glsa-check: install in /usr/bin
47 + - Bug 646090 preserve-libs: get dep graph from EROOT
48 + - Bug 690484 detect internal collisions for /usr merge
49 + - Bug 690786 repoman: support metadata/layout.conf restrict-allowed
50 + - Bug 691776 unpack: Unconditionally die if an unpacker returns
51 + an error
52 + - Bug 691638 Show get/setfattr stderr
53 + - Bug 692024 econf: Unconditionally die on error in EAPIs 0 to 3
54 + - Bug 692262 QA Notice: EXPORT_FUNCTIONS is called before inherit
55 + in kernel-2.eclass
56 + - Bug 692412 emerge IndexError for ambiguous package atom with pypy
57 +
58 +
59 portage-2.3.71
60 ==================================
61 * Bug Fixes:
62
63 diff --git a/setup.py b/setup.py
64 index c71deb97f..f37232481 100755
65 --- a/setup.py
66 +++ b/setup.py
67 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
68
69 setup(
70 name = 'portage',
71 - version = '2.3.71',
72 + version = '2.3.72',
73 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
74 author = 'Gentoo Portage Development Team',
75 author_email = 'dev-portage@g.o',