public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-17  0:36 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-12-17  0:36 UTC (permalink / raw
  To: gentoo-commits

blueness    12/12/17 00:36:15

  Modified:             ChangeLog
  Added:                pypax-0.7.0.ebuild
  Log:
  Version bump: improved flag setting logic
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.28                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 Dec 2012 04:07:44 -0000	1.27
+++ ChangeLog	17 Dec 2012 00:36:15 -0000	1.28
@@ -1,4 +1,8 @@
 
+*pypax-0.7.0 (17 Dec 2012)
+
+  17 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +pypax-0.7.0.ebuild:
+  Version bump: improved flag setting logic
 
   06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pypax-0.6.0.ebuild:
   x86 stable wrt bug #445334



1.1                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: pypax-0.7.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.1 2012/12/17 00:36:15 blueness Exp $

EAPI="3"

SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

DESCRIPTION="Python module for reading or writing PaX flags to an ELF."
HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
SRC_URI="http://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz"

S="${WORKDIR}/elfix-${PV}/scripts"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="+ptpax xtpax"

DEPEND="
	dev-libs/elfutils
	xtpax? ( sys-apps/attr )"

RDEPEND=""

src_compile() {
	unset PTPAX
	unset XTPAX
	use ptpax && export PTPAX="yes"
	use xtpax && export XTPAX="yes"
	distutils_src_compile
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-18 10:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-18 10:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/18 10:44:13

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.1&r2=1.2

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypax-0.7.0.ebuild	17 Dec 2012 00:36:15 -0000	1.1
+++ pypax-0.7.0.ebuild	18 Dec 2012 10:44:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.1 2012/12/17 00:36:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.2 2012/12/18 10:44:13 ago Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+ptpax xtpax"
 
 DEPEND="



1.29                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	17 Dec 2012 00:36:15 -0000	1.28
+++ ChangeLog	18 Dec 2012 10:44:13 -0000	1.29
@@ -1,4 +1,7 @@
 
+  18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
+  Stable for amd64, wrt bug #445334
+
 *pypax-0.7.0 (17 Dec 2012)
 
   17 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +pypax-0.7.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-18 12:58 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-12-18 12:58 UTC (permalink / raw
  To: gentoo-commits

blueness    12/12/18 12:58:29

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  stable arm ppc ppc64, bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.2&r2=1.3

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypax-0.7.0.ebuild	18 Dec 2012 10:44:13 -0000	1.2
+++ pypax-0.7.0.ebuild	18 Dec 2012 12:58:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.2 2012/12/18 10:44:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.3 2012/12/18 12:58:29 blueness Exp $
 
 EAPI="3"
 
@@ -17,8 +17,8 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+ptpax xtpax"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+IUSE="+ptpax +xtpax"
 
 DEPEND="
 	dev-libs/elfutils



1.30                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	18 Dec 2012 10:44:13 -0000	1.29
+++ ChangeLog	18 Dec 2012 12:58:29 -0000	1.30
@@ -1,4 +1,7 @@
 
+  18 Dec 2012; Anthony G. Basile <blueness@gentoo.org> pypax-0.7.0.ebuild:
+  stable arm ppc ppc64, bug #445334
+
   18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
   Stable for amd64, wrt bug #445334
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-18 19:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-18 19:57 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/18 19:57:26

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.3&r2=1.4

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pypax-0.7.0.ebuild	18 Dec 2012 12:58:29 -0000	1.3
+++ pypax-0.7.0.ebuild	18 Dec 2012 19:57:26 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.3 2012/12/18 12:58:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.4 2012/12/18 19:57:26 ago Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="+ptpax +xtpax"
 
 DEPEND="



1.31                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	18 Dec 2012 12:58:29 -0000	1.30
+++ ChangeLog	18 Dec 2012 19:57:26 -0000	1.31
@@ -1,4 +1,7 @@
 
+  18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
+  Stable for ia64, wrt bug #445334
+
   18 Dec 2012; Anthony G. Basile <blueness@gentoo.org> pypax-0.7.0.ebuild:
   stable arm ppc ppc64, bug #445334
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-29 14:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-29 14:24 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/29 14:24:30

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.4&r2=1.5

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pypax-0.7.0.ebuild	18 Dec 2012 19:57:26 -0000	1.4
+++ pypax-0.7.0.ebuild	29 Dec 2012 14:24:30 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.4 2012/12/18 19:57:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.5 2012/12/29 14:24:30 ago Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="+ptpax +xtpax"
 
 DEPEND="



1.32                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Dec 2012 19:57:26 -0000	1.31
+++ ChangeLog	29 Dec 2012 14:24:30 -0000	1.32
@@ -1,4 +1,7 @@
 
+  29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
+  Stable for sparc, wrt bug #445334
+
   18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
   Stable for ia64, wrt bug #445334
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2012-12-30 14:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:35 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 14:35:51

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.5&r2=1.6

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pypax-0.7.0.ebuild	29 Dec 2012 14:24:30 -0000	1.5
+++ pypax-0.7.0.ebuild	30 Dec 2012 14:35:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.5 2012/12/29 14:24:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.6 2012/12/30 14:35:50 ago Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="+ptpax +xtpax"
 
 DEPEND="



1.35                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	29 Dec 2012 22:27:30 -0000	1.34
+++ ChangeLog	30 Dec 2012 14:35:50 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypax
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.34 2012/12/29 22:27:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.35 2012/12/30 14:35:50 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pypax-0.7.0.ebuild:
+  Stable for alpha, wrt bug #445334
 
   29 Dec 2012; Anthony G. Basile <blueness@gentoo.org> -pypax-0.5.2.ebuild:
   Remove older version, bug #440018





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog
@ 2013-01-10 20:35 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-01-10 20:35 UTC (permalink / raw
  To: gentoo-commits

blueness    13/01/10 20:35:10

  Modified:             pypax-0.7.0.ebuild ChangeLog
  Log:
  Stable x86, bug #445334
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.9                  dev-python/pypax/pypax-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild?r1=1.8&r2=1.9

Index: pypax-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pypax-0.7.0.ebuild	6 Jan 2013 22:51:37 -0000	1.8
+++ pypax-0.7.0.ebuild	10 Jan 2013 20:35:10 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.8 2013/01/06 22:51:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.9 2013/01/10 20:35:10 blueness Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="+ptpax +xtpax"
 
 DEPEND="



1.40                 dev-python/pypax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypax/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	6 Jan 2013 23:05:22 -0000	1.39
+++ ChangeLog	10 Jan 2013 20:35:10 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypax
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.39 2013/01/06 23:05:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.40 2013/01/10 20:35:10 blueness Exp $
+
+  10 Jan 2013; Anthony G. Basile <blueness@gentoo.org> pypax-0.7.0.ebuild:
+  Stable x86, bug #445334
 
   06 Jan 2013; Anthony G. Basile <blueness@gentoo.org> pypax-0.8.1.ebuild:
   Obsessing over the DESCRIPTION





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

end of thread, other threads:[~2013-01-10 20:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 12:58 [gentoo-commits] gentoo-x86 commit in dev-python/pypax: pypax-0.7.0.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-10 20:35 Anthony G. Basile (blueness)
2012-12-30 14:35 Agostino Sarubbo (ago)
2012-12-29 14:24 Agostino Sarubbo (ago)
2012-12-18 19:57 Agostino Sarubbo (ago)
2012-12-18 10:44 Agostino Sarubbo (ago)
2012-12-17  0:36 Anthony G. Basile (blueness)

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