public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-03-29 20:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2015-03-29 20:11 UTC (permalink / raw
  To: gentoo-commits

vapier      15/03/29 20:11:59

  Modified:             ChangeLog
  Added:                pax-utils-1.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.174                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.173&r2=1.174

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog	10 Mar 2015 05:34:03 -0000	1.173
+++ ChangeLog	29 Mar 2015 20:11:59 -0000	1.174
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.173 2015/03/10 05:34:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.174 2015/03/29 20:11:59 vapier Exp $
+
+*pax-utils-1.0.3 (29 Mar 2015)
+
+  29 Mar 2015; Mike Frysinger <vapier@gentoo.org> +pax-utils-1.0.3.ebuild:
+  Version bump.
 
 *pax-utils-1.0.2 (10 Mar 2015)
 



1.1                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: pax-utils-1.0.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.1 2015/03/29 20:11:59 vapier Exp $

EAPI="4"

inherit eutils toolchain-funcs unpacker

DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties"
HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities"
SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.xz
	http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.xz
	http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="caps python"

RDEPEND="caps? ( sys-libs/libcap )
	python? ( dev-python/pyelftools )"
DEPEND="${RDEPEND}
	app-arch/xz-utils"

_emake() {
	emake \
		USE_CAP=$(usex caps) \
		USE_PYTHON=$(usex python) \
		"$@"
}

src_configure() {
	# Avoid slow configure+gnulib+make if on an up-to-date Linux system
	if use prefix || ! use kernel_linux || \
	   has_version '<sys-libs/glibc-2.10'
	then
		econf $(use_with caps) $(use_with python)
	else
		tc-export CC
	fi
}

src_compile() {
	_emake
}

src_test() {
	_emake check
}

src_install() {
	_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-05-24 20:43 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-05-24 20:43 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/05/24 20:43:15

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #550300
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.1&r2=1.2

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pax-utils-1.0.3.ebuild	29 Mar 2015 20:11:59 -0000	1.1
+++ pax-utils-1.0.3.ebuild	24 May 2015 20:43:15 -0000	1.2
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.1 2015/03/29 20:11:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.2 2015/05/24 20:43:15 zlogene Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.175                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.174&r2=1.175

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog	29 Mar 2015 20:11:59 -0000	1.174
+++ ChangeLog	24 May 2015 20:43:15 -0000	1.175
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.174 2015/03/29 20:11:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.175 2015/05/24 20:43:15 zlogene Exp $
+
+  24 May 2015; Mikle Kolyada <zlogene@gentoo.org> pax-utils-1.0.3.ebuild:
+  amd64 stable wrt bug #550300
 
 *pax-utils-1.0.3 (29 Mar 2015)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-05-25  0:42 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-05-25  0:42 UTC (permalink / raw
  To: gentoo-commits

blueness    15/05/25 00:42:23

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  Stable on ppc and ppc64.  Bug #550300.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.2&r2=1.3

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pax-utils-1.0.3.ebuild	24 May 2015 20:43:15 -0000	1.2
+++ pax-utils-1.0.3.ebuild	25 May 2015 00:42:23 -0000	1.3
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.2 2015/05/24 20:43:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.3 2015/05/25 00:42:23 blueness Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.176                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.175&r2=1.176

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog	24 May 2015 20:43:15 -0000	1.175
+++ ChangeLog	25 May 2015 00:42:23 -0000	1.176
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.175 2015/05/24 20:43:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.176 2015/05/25 00:42:23 blueness Exp $
+
+  25 May 2015; Anthony G. Basile <blueness@gentoo.org> pax-utils-1.0.3.ebuild:
+  Stable on ppc and ppc64.  Bug #550300.
 
   24 May 2015; Mikle Kolyada <zlogene@gentoo.org> pax-utils-1.0.3.ebuild:
   amd64 stable wrt bug #550300





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-05-25  1:41 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2015-05-25  1:41 UTC (permalink / raw
  To: gentoo-commits

vapier      15/05/25 01:41:11

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  Mark arm/arm64/ia64/m68k/s390/sh stable #550300.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.4                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.3&r2=1.4

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pax-utils-1.0.3.ebuild	25 May 2015 00:42:23 -0000	1.3
+++ pax-utils-1.0.3.ebuild	25 May 2015 01:41:11 -0000	1.4
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.3 2015/05/25 00:42:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.4 2015/05/25 01:41:11 vapier Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.177                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog	25 May 2015 00:42:23 -0000	1.176
+++ ChangeLog	25 May 2015 01:41:11 -0000	1.177
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.176 2015/05/25 00:42:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.177 2015/05/25 01:41:11 vapier Exp $
+
+  25 May 2015; Mike Frysinger <vapier@gentoo.org> pax-utils-1.0.3.ebuild:
+  Mark arm/arm64/ia64/m68k/s390/sh stable #550300.
 
   25 May 2015; Anthony G. Basile <blueness@gentoo.org> pax-utils-1.0.3.ebuild:
   Stable on ppc and ppc64.  Bug #550300.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-05-25 10:47 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-05-25 10:47 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/05/25 10:47:28

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550300
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.5                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.4&r2=1.5

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pax-utils-1.0.3.ebuild	25 May 2015 01:41:11 -0000	1.4
+++ pax-utils-1.0.3.ebuild	25 May 2015 10:47:27 -0000	1.5
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.4 2015/05/25 01:41:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.5 2015/05/25 10:47:27 zlogene Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.178                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog	25 May 2015 01:41:11 -0000	1.177
+++ ChangeLog	25 May 2015 10:47:27 -0000	1.178
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.177 2015/05/25 01:41:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.178 2015/05/25 10:47:27 zlogene Exp $
+
+  25 May 2015; Mikle Kolyada <zlogene@gentoo.org> pax-utils-1.0.3.ebuild:
+  x86 stable wrt bug #550300
 
   25 May 2015; Mike Frysinger <vapier@gentoo.org> pax-utils-1.0.3.ebuild:
   Mark arm/arm64/ia64/m68k/s390/sh stable #550300.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-05-28 16:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-28 16:21 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/28 16:21:58

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #550300).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.5&r2=1.6

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pax-utils-1.0.3.ebuild	25 May 2015 10:47:27 -0000	1.5
+++ pax-utils-1.0.3.ebuild	28 May 2015 16:21:58 -0000	1.6
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.5 2015/05/25 10:47:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.6 2015/05/28 16:21:58 jer Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.179                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog	25 May 2015 10:47:27 -0000	1.178
+++ ChangeLog	28 May 2015 16:21:58 -0000	1.179
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.178 2015/05/25 10:47:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.179 2015/05/28 16:21:58 jer Exp $
+
+  28 May 2015; Jeroen Roovers <jer@gentoo.org> pax-utils-1.0.3.ebuild:
+  Stable for HPPA (bug #550300).
 
   25 May 2015; Mikle Kolyada <zlogene@gentoo.org> pax-utils-1.0.3.ebuild:
   x86 stable wrt bug #550300





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-06-02  5:21 Jack Morgan (jmorgan)
  0 siblings, 0 replies; 8+ messages in thread
From: Jack Morgan (jmorgan) @ 2015-06-02  5:21 UTC (permalink / raw
  To: gentoo-commits

jmorgan     15/06/02 05:21:01

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  sparc stable wrt bug #550300
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )

Revision  Changes    Path
1.7                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.6&r2=1.7

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pax-utils-1.0.3.ebuild	28 May 2015 16:21:58 -0000	1.6
+++ pax-utils-1.0.3.ebuild	2 Jun 2015 05:21:01 -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.6 2015/05/28 16:21:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.7 2015/06/02 05:21:01 jmorgan Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.180                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	28 May 2015 16:21:58 -0000	1.179
+++ ChangeLog	2 Jun 2015 05:21:01 -0000	1.180
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.179 2015/05/28 16:21:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.180 2015/06/02 05:21:01 jmorgan Exp $
+
+  02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> pax-utils-1.0.3.ebuild:
+  sparc stable wrt bug #550300
 
   28 May 2015; Jeroen Roovers <jer@gentoo.org> pax-utils-1.0.3.ebuild:
   Stable for HPPA (bug #550300).





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog
@ 2015-06-21 16:13 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-06-21 16:13 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/06/21 16:13:29

  Modified:             pax-utils-1.0.3.ebuild ChangeLog
  Log:
  alpha stable wrt bug #550300
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.8                  app-misc/pax-utils/pax-utils-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild?r1=1.7&r2=1.8

Index: pax-utils-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pax-utils-1.0.3.ebuild	2 Jun 2015 05:21:01 -0000	1.7
+++ pax-utils-1.0.3.ebuild	21 Jun 2015 16:13:29 -0000	1.8
@@ -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/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.7 2015/06/02 05:21:01 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.3.ebuild,v 1.8 2015/06/21 16:13:29 zlogene Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps python"
 
 RDEPEND="caps? ( sys-libs/libcap )



1.181                app-misc/pax-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pax-utils/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	2 Jun 2015 05:21:01 -0000	1.180
+++ ChangeLog	21 Jun 2015 16:13:29 -0000	1.181
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/pax-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.180 2015/06/02 05:21:01 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.181 2015/06/21 16:13:29 zlogene Exp $
+
+  21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> pax-utils-1.0.3.ebuild:
+  alpha stable wrt bug #550300
 
   02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> pax-utils-1.0.3.ebuild:
   sparc stable wrt bug #550300





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-21 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 10:47 [gentoo-commits] gentoo-x86 commit in app-misc/pax-utils: pax-utils-1.0.3.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-21 16:13 Mikle Kolyada (zlogene)
2015-06-02  5:21 Jack Morgan (jmorgan)
2015-05-28 16:21 Jeroen Roovers (jer)
2015-05-25  1:41 Mike Frysinger (vapier)
2015-05-25  0:42 Anthony G. Basile (blueness)
2015-05-24 20:43 Mikle Kolyada (zlogene)
2015-03-29 20:11 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox