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: Sat, 20 Apr 2019 23:20:53
Message-Id: 1555647034.32a1fb74100747e391978985c99dfa0698d97710.zmedico@gentoo
1 commit: 32a1fb74100747e391978985c99dfa0698d97710
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 04:10:14 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 04:10:34 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=32a1fb74
7
8 Updates for portage-2.3.64 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 9 +++++++++
13 RELEASE-NOTES | 7 +++++++
14 setup.py | 2 +-
15 3 files changed, 17 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index ef11d6a34..9e8d54f5f 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,14 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.64
25 +--------------
26 +* New (council approved) default locations for the Gentoo repository,
27 + distfiles, and binary packages (does not apply to installed systems
28 + using the old defaults):
29 + /usr/portage -> /var/db/repos/gentoo
30 + /usr/portage/distfiles -> /var/cache/distfiles
31 + /usr/portage/packages -> /var/cache/binpkgs
32 +
33 portage-2.3.53
34 --------------
35 * Renamed PORT_LOGDIR and PORT_LOGDIR_CLEAN variables to
36
37 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
38 index d1767888f..fcc5a8626 100644
39 --- a/RELEASE-NOTES
40 +++ b/RELEASE-NOTES
41 @@ -1,6 +1,13 @@
42 Release Notes; upgrade information mainly.
43 Features/major bugfixes are listed in NEWS
44
45 +portage-2.3.64
46 +==================================
47 +* Bug Fixes:
48 + - Bug 378603 New (council approved) default locations for the Gentoo
49 + repository, distfiles, and binary packages
50 +
51 +
52 portage-2.3.63
53 ==================================
54 * Bug Fixes:
55
56 diff --git a/setup.py b/setup.py
57 index 70df333f8..f7800b6e2 100755
58 --- a/setup.py
59 +++ b/setup.py
60 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
61
62 setup(
63 name = 'portage',
64 - version = '2.3.63',
65 + version = '2.3.64',
66 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
67 author = 'Gentoo Portage Development Team',
68 author_email = 'dev-portage@g.o',