public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2011-05-14 18:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-14 18:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/14 18:04:24

  Modified:             ChangeLog
  Added:                unifdef-2.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	19 Oct 2010 05:27:04 -0000	1.10
+++ ChangeLog	14 May 2011 18:04:24 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/unifdef
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.10 2010/10/19 05:27:04 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.11 2011/05/14 18:04:24 ssuominen Exp $
+
+*unifdef-2.6 (14 May 2011)
+
+  14 May 2011; Samuli Suominen <ssuominen@gentoo.org> +unifdef-2.6.ebuild:
+  Version bump.
 
   19 Oct 2010; Mart Raudsepp <leio@gentoo.org> unifdef-1.20.ebuild:
   Drop to ~mips



1.1                  dev-util/unifdef/unifdef-2.6.ebuild

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

Index: unifdef-2.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.1 2011/05/14 18:04:24 ssuominen Exp $

EAPI=4
inherit toolchain-funcs

DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
HOMEPAGE="http://dotat.at/prog/unifdef/"
SRC_URI="http://dotat.at/prog/unifdef/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""

DOCS=( README )

src_prepare() {
	sed -i '/^prefix/s:=.*:=/usr:' Makefile || die
	tc-export CC
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2011-12-12 11:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-12 11:59 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/12 11:59:01

  Modified:             ChangeLog unifdef-2.6.ebuild
  Log:
  Stable for HPPA (bug #394069).
  
  (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Jul 2011 09:14:31 -0000	1.18
+++ ChangeLog	12 Dec 2011 11:59:01 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.18 2011/07/09 09:14:31 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.19 2011/12/12 11:59:01 jer Exp $
+
+  12 Dec 2011; Jeroen Roovers <jer@gentoo.org> unifdef-2.6.ebuild:
+  Stable for HPPA (bug #394069).
 
   09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> unifdef-2.3.ebuild:
   ppc64 stable wrt #367271



1.2                  dev-util/unifdef/unifdef-2.6.ebuild

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

Index: unifdef-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unifdef-2.6.ebuild	14 May 2011 18:04:24 -0000	1.1
+++ unifdef-2.6.ebuild	12 Dec 2011 11:59:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.1 2011/05/14 18:04:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.2 2011/12/12 11:59:01 jer Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DOCS=( README )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2011-12-14  9:12 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-14  9:12 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/14 09:12:33

  Modified:             ChangeLog unifdef-2.6.ebuild
  Log:
  x86 stable wrt bug #394069
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.21                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	12 Dec 2011 18:51:37 -0000	1.20
+++ ChangeLog	14 Dec 2011 09:12:33 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.20 2011/12/12 18:51:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.21 2011/12/14 09:12:33 phajdan.jr Exp $
+
+  14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unifdef-2.6.ebuild:
+  x86 stable wrt bug #394069
 
   12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> unifdef-2.6.ebuild:
   Stable for AMD64, wrt bug #394069



1.4                  dev-util/unifdef/unifdef-2.6.ebuild

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

Index: unifdef-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unifdef-2.6.ebuild	12 Dec 2011 18:51:37 -0000	1.3
+++ unifdef-2.6.ebuild	14 Dec 2011 09:12:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.3 2011/12/12 18:51:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.4 2011/12/14 09:12:33 phajdan.jr Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DOCS=( README )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2011-12-18 17:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-18 17:05 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/18 17:05:07

  Modified:             ChangeLog unifdef-2.6.ebuild
  Log:
  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #394069
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.22                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Dec 2011 09:12:33 -0000	1.21
+++ ChangeLog	18 Dec 2011 17:05:07 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.21 2011/12/14 09:12:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.22 2011/12/18 17:05:07 armin76 Exp $
+
+  18 Dec 2011; Raúl Porcel <armin76@gentoo.org> unifdef-2.6.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #394069
 
   14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unifdef-2.6.ebuild:
   x86 stable wrt bug #394069



1.5                  dev-util/unifdef/unifdef-2.6.ebuild

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

Index: unifdef-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unifdef-2.6.ebuild	14 Dec 2011 09:12:33 -0000	1.4
+++ unifdef-2.6.ebuild	18 Dec 2011 17:05:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.4 2011/12/14 09:12:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.5 2011/12/18 17:05:07 armin76 Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DOCS=( README )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2012-01-04 18:22 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 18:22 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 18:22:57

  Modified:             ChangeLog unifdef-2.6.ebuild
  Log:
  Marking unifdef-2.6 ppc for bug 6394069
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.23                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 Dec 2011 17:05:07 -0000	1.22
+++ ChangeLog	4 Jan 2012 18:22:57 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.22 2011/12/18 17:05:07 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.23 2012/01/04 18:22:57 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> unifdef-2.6.ebuild:
+  Marking unifdef-2.6 ppc for bug 6394069
 
   18 Dec 2011; Raúl Porcel <armin76@gentoo.org> unifdef-2.6.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #394069



1.6                  dev-util/unifdef/unifdef-2.6.ebuild

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

Index: unifdef-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unifdef-2.6.ebuild	18 Dec 2011 17:05:07 -0000	1.5
+++ unifdef-2.6.ebuild	4 Jan 2012 18:22:57 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.5 2011/12/18 17:05:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.6 2012/01/04 18:22:57 ranger Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DOCS=( README )






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild
@ 2012-01-05 10:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-05 10:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/05 10:14:22

  Modified:             ChangeLog unifdef-2.6.ebuild
  Log:
  ppc64 stable wrt #394069 and fix typing error for ppc entry in ChangeLog
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-util/unifdef/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Jan 2012 18:22:57 -0000	1.23
+++ ChangeLog	5 Jan 2012 10:14:22 -0000	1.24
@@ -1,9 +1,12 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.23 2012/01/04 18:22:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.24 2012/01/05 10:14:22 ssuominen Exp $
+
+  05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> unifdef-2.6.ebuild:
+  ppc64 stable wrt #394069
 
   04 Jan 2012; Brent Baude <ranger@gentoo.org> unifdef-2.6.ebuild:
-  Marking unifdef-2.6 ppc for bug 6394069
+  Marking unifdef-2.6 ppc for bug #394069
 
   18 Dec 2011; Raúl Porcel <armin76@gentoo.org> unifdef-2.6.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #394069



1.7                  dev-util/unifdef/unifdef-2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild?r1=1.6&r2=1.7

Index: unifdef-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unifdef-2.6.ebuild	4 Jan 2012 18:22:57 -0000	1.6
+++ unifdef-2.6.ebuild	5 Jan 2012 10:14:22 -0000	1.7
@@ -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-util/unifdef/unifdef-2.6.ebuild,v 1.6 2012/01/04 18:22:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.7 2012/01/05 10:14:22 ssuominen Exp $
 
 EAPI=4
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DOCS=( README )






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

end of thread, other threads:[~2012-01-05 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-14 18:04 [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.6.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-12 11:59 Jeroen Roovers (jer)
2011-12-14  9:12 PaweA Hajdan (phajdan.jr)
2011-12-18 17:05 Raul Porcel (armin76)
2012-01-04 18:22 Brent Baude (ranger)
2012-01-05 10:14 Samuli Suominen (ssuominen)

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