commit: df06734c9fdb88b556fc8b4953b2ace2d4263f8b
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 12:02:01 2015 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 12:02:01 2015 +0000
URL:
https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=df06734c
Sync with main tree: portage-2.2.22
sys-apps/portage/Manifest | 2 +-
sys-apps/portage/portage-2.2.22-r1.ebuild | 13 ++++++++++++-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 6aab9b5..bef6a88 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,2 +1,2 @@
-EBUILD portage-2.2.22-r1.ebuild 11531 SHA256
e6037e2d6d1beb24b4a02ae67d1490e0761dc9f9bef2a5db7af888bf161b1194 SHA512
05898a198abaa569f6b4635e943072093889adcf3e5e331d9e298fd3b22996c784e0c73d8277253222bc6d1570ee2c2d188d7f0d976bac133f3da0890cb43a4a
WHIRLPOOL
4178fe1de35da39f9f6bd291a37516b0f75765370b59235364d1f67a3154c2afeb57f8908be9ae07f0e240bbbb3f7084ffa0f33436301b7daad04ed10e9a53ef
+EBUILD portage-2.2.22-r1.ebuild 11882 SHA256
ed4856c9f7f5c066e07e031133f80db060924e7a48b50f2dffb45d6ec8067f98 SHA512
332ee0f9439a958daa9512fbdffe107c007ed04a4c4b476eae6d5b27b94905fab829ef189c175abdcc83af54786d0cc9a18728b5e61e1119fd6f7398b3170031
WHIRLPOOL
a17fa391bbaacec176c9ce5037e7f05651a53bbebeb1fc28e4535b1f621359ea4a8fea870e9b1a664e7760c17bf3f977f3fefc0215da3069623d23d7f06002ec
MISC metadata.xml 365 SHA256
475a792c24a7db2ae5fab7fb108bf39af08c272d03d87ef942883b297de95d6a SHA512
45a78cd446f546ca81c6d6623e0f7215e13ed81d58d6dfcf7a2614b2ad8250a7af4c9ed8b3d1c301a103f3f17b2f5d8eb16caa82267b7565798fb00383957fb6
WHIRLPOOL
1f744a508a6d6d9225087850a85e47b8effadeff6eb0600daca677f761f22c8ddcc08a972bf4b4c2d6545518710365b560f54dd43d283f19eebdb3b2a0972630
diff --git a/sys-apps/portage/portage-2.2.22-r1.ebuild
b/sys-apps/portage/portage-2.2.22-r1.ebuild
index d8ae83a..a16156b 100644
--- a/sys-apps/portage/portage-2.2.22-r1.ebuild
+++ b/sys-apps/portage/portage-2.2.22-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.18.ebuild,v
1.9 2015/04/26 15:42:47 zlogene Exp $
+# $Id$
EAPI=5
@@ -26,6 +26,7 @@ SLOT="0"
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
+ >=app-arch/tar-1.27
dev-lang/python-exec:2
>=sys-apps/sed-4.0.5 sys-devel/patch
doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
@@ -39,6 +40,7 @@ DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
# For whirlpool hash, require python[ssl] (bug #425046).
# For compgen, require bash[readline] (bug #445576).
RDEPEND="
+ >=app-arch/tar-1.27
dev-lang/python-exec:2
!build? (
>=sys-apps/sed-4.0.5
@@ -346,4 +348,13 @@ pkg_postinst() {
-exec chown -R portage:portage {} +
fi
fi
+
+ einfo ""
+ einfo "This release of portage contains the new repoman code base"
+ einfo "This code base is still being developed. So its API's are"
+ einfo "not to be considered stable and are subject to change."
+ einfo "The code released has been tested and considered ready for use."
+ einfo "This however does not guarantee it to be completely bug free."
+ einfo "Please report any bugs you may encounter."
+ einfo ""
}