zmedico     15/07/11 19:01:26

  Modified:             portage-2.2.20.ebuild portage-9999.ebuild ChangeLog
  Log:
  Require >=app-arch/tar-1.27 for --xattrs-include (bug 554498).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  Changes    Path
1.7                  sys-apps/portage/portage-2.2.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?r1=1.6&r2=1.7

Index: portage-2.2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- portage-2.2.20.ebuild       11 Jul 2015 07:19:07 -0000      1.6
+++ portage-2.2.20.ebuild       11 Jul 2015 19:01:26 -0000      1.7
@@ -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.20.ebuild,v 
1.6 2015/07/11 07:19:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v 
1.7 2015/07/11 19:01:26 zmedico Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
 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 )
@@ -35,6 +36,7 @@
 # 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



1.115                sys-apps/portage/portage-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.115&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.115&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?r1=1.114&r2=1.115

Index: portage-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- portage-9999.ebuild 25 Apr 2015 18:32:08 -0000      1.114
+++ portage-9999.ebuild 11 Jul 2015 19:01:26 -0000      1.115
@@ -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-9999.ebuild,v 
1.114 2015/04/25 18:32:08 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 
1.115 2015/07/11 19:01:26 zmedico Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
 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 )
@@ -35,6 +36,7 @@
 # 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



1.1453               sys-apps/portage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1453&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1453&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1452&r2=1.1453

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1452
retrieving revision 1.1453
diff -u -r1.1452 -r1.1453
--- ChangeLog   11 Jul 2015 07:19:07 -0000      1.1452
+++ ChangeLog   11 Jul 2015 19:01:26 -0000      1.1453
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1452 
2015/07/11 07:19:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1453 
2015/07/11 19:01:26 zmedico Exp $
+
+  11 Jul 2015; Zac Medico <zmed...@gentoo.org> portage-2.2.20.ebuild,
+  portage-9999.ebuild:
+  Require >=app-arch/tar-1.27 for --xattrs-include (bug 554498).
 
   11 Jul 2015; Jeroen Roovers <j...@gentoo.org> portage-2.2.20.ebuild:
   Stable for HPPA (bug #554104).




Reply via email to