summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-04-18 21:10:14 -0700
committerZac Medico <zmedico@gentoo.org>2019-04-18 21:10:34 -0700
commit32a1fb74100747e391978985c99dfa0698d97710 (patch)
tree7229568069e9a59ef0d3567ea2859a0dfe4c46f6
parentUpdate /usr/portage references (bug 378603) (diff)
downloadgentoo-portage-32a1fb74100747e391978985c99dfa0698d97710.tar.xz
gentoo-portage-32a1fb74100747e391978985c99dfa0698d97710.zip
Updates for portage-2.3.64 releaseportage-2.3.64
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS9
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef11d6a34..9e8d54f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
News (mainly features/major bug fixes)
+portage-2.3.64
+--------------
+* New (council approved) default locations for the Gentoo repository,
+ distfiles, and binary packages (does not apply to installed systems
+ using the old defaults):
+ /usr/portage -> /var/db/repos/gentoo
+ /usr/portage/distfiles -> /var/cache/distfiles
+ /usr/portage/packages -> /var/cache/binpkgs
+
portage-2.3.53
--------------
* Renamed PORT_LOGDIR and PORT_LOGDIR_CLEAN variables to
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d1767888f..fcc5a8626 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.64
+==================================
+* Bug Fixes:
+ - Bug 378603 New (council approved) default locations for the Gentoo
+ repository, distfiles, and binary packages
+
+
portage-2.3.63
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 70df333f8..f7800b6e2 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.63',
+ version = '2.3.64',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',