* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2010-09-11 15:49 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2010-09-11 15:49 UTC (permalink / raw
To: gentoo-commits
vapier 10/09/11 15:49:19
Modified: ChangeLog
Added: unifdef-2.3.ebuild
Log:
Version bump to fix building with make 3.82 #336824 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 15 Jan 2010 03:15:06 -0000 1.8
+++ ChangeLog 11 Sep 2010 15:49:19 -0000 1.9
@@ -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.8 2010/01/15 03:15:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.9 2010/09/11 15:49:19 vapier Exp $
+
+*unifdef-2.3 (11 Sep 2010)
+
+ 11 Sep 2010; Mike Frysinger <vapier@gentoo.org> +unifdef-2.3.ebuild:
+ Version bump to fix building with make 3.82 #336824 by Diego E. Pettenò.
15 Jan 2010; Mike Frysinger <vapier@gentoo.org> unifdef-1.23.ebuild:
Pull in xz-utils for $A #299988 by Matt Turner.
1.1 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.1&content-type=text/plain
Index: unifdef-2.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.1 2010/09/11 15:49:19 vapier Exp $
EAPI="2"
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=""
src_prepare() {
sed -i 's:[.] version.sh:. ./version.sh:' reversion.sh || die
sed -i '/^prefix/s:=.*:=/usr:' Makefile || die
tc-export CC
}
src_install() {
emake install DESTDIR="${D}" || die
dodoc README
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-05-15 8:06 Christoph Mende (angelos)
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-15 8:06 UTC (permalink / raw
To: gentoo-commits
angelos 11/05/15 08:06:47
Modified: ChangeLog unifdef-2.3.ebuild
Log:
Stable on amd64 wrt bug #367271
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 14 May 2011 18:04:24 -0000 1.11
+++ ChangeLog 15 May 2011 08:06:47 -0000 1.12
@@ -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.11 2011/05/14 18:04:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.12 2011/05/15 08:06:47 angelos Exp $
+
+ 15 May 2011; Christoph Mende <angelos@gentoo.org> unifdef-2.3.ebuild:
+ Stable on amd64 wrt bug #367271
*unifdef-2.6 (14 May 2011)
1.2 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.1&r2=1.2
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unifdef-2.3.ebuild 11 Sep 2010 15:49:19 -0000 1.1
+++ unifdef-2.3.ebuild 15 May 2011 08:06:47 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.3.ebuild,v 1.1 2010/09/11 15:49:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.2 2011/05/15 08:06:47 angelos Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-05-17 20:22 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-17 20:22 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/05/17 20:22:22
Modified: ChangeLog unifdef-2.3.ebuild
Log:
x86 stable wrt bug #367271
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.13 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 15 May 2011 08:06:47 -0000 1.12
+++ ChangeLog 17 May 2011 20:22:22 -0000 1.13
@@ -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.12 2011/05/15 08:06:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.13 2011/05/17 20:22:22 phajdan.jr Exp $
+
+ 17 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unifdef-2.3.ebuild:
+ x86 stable wrt bug #367271
15 May 2011; Christoph Mende <angelos@gentoo.org> unifdef-2.3.ebuild:
Stable on amd64 wrt bug #367271
1.3 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.2&r2=1.3
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unifdef-2.3.ebuild 15 May 2011 08:06:47 -0000 1.2
+++ unifdef-2.3.ebuild 17 May 2011 20:22:22 -0000 1.3
@@ -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.3.ebuild,v 1.2 2011/05/15 08:06:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.3 2011/05/17 20:22:22 phajdan.jr Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-05-18 15:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-05-18 15:16 UTC (permalink / raw
To: gentoo-commits
jer 11/05/18 15:16:16
Modified: ChangeLog unifdef-2.3.ebuild
Log:
Stable for HPPA (bug #367271).
(Portage version: 2.2.0_alpha33/cvs/Linux i686)
Revision Changes Path
1.14 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 17 May 2011 20:22:22 -0000 1.13
+++ ChangeLog 18 May 2011 15:16:16 -0000 1.14
@@ -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.13 2011/05/17 20:22:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.14 2011/05/18 15:16:16 jer Exp $
+
+ 18 May 2011; Jeroen Roovers <jer@gentoo.org> unifdef-2.3.ebuild:
+ Stable for HPPA (bug #367271).
17 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unifdef-2.3.ebuild:
x86 stable wrt bug #367271
1.4 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.3&r2=1.4
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unifdef-2.3.ebuild 17 May 2011 20:22:22 -0000 1.3
+++ unifdef-2.3.ebuild 18 May 2011 15:16:16 -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.3.ebuild,v 1.3 2011/05/17 20:22:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.4 2011/05/18 15:16:16 jer Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-05-22 20:56 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-05-22 20:56 UTC (permalink / raw
To: gentoo-commits
maekke 11/05/22 20:56:32
Modified: ChangeLog unifdef-2.3.ebuild
Log:
arm stable, bug #367271
(Portage version: 2.1.9.49/cvs/Linux i686)
Revision Changes Path
1.15 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 18 May 2011 15:16:16 -0000 1.14
+++ ChangeLog 22 May 2011 20:56:31 -0000 1.15
@@ -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.14 2011/05/18 15:16:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.15 2011/05/22 20:56:31 maekke Exp $
+
+ 22 May 2011; Markus Meier <maekke@gentoo.org> unifdef-2.3.ebuild:
+ arm stable, bug #367271
18 May 2011; Jeroen Roovers <jer@gentoo.org> unifdef-2.3.ebuild:
Stable for HPPA (bug #367271).
1.5 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.4&r2=1.5
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unifdef-2.3.ebuild 18 May 2011 15:16:16 -0000 1.4
+++ unifdef-2.3.ebuild 22 May 2011 20:56:31 -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.3.ebuild,v 1.4 2011/05/18 15:16:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.5 2011/05/22 20:56:31 maekke Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-05-24 14:55 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-05-24 14:55 UTC (permalink / raw
To: gentoo-commits
ranger 11/05/24 14:55:06
Modified: ChangeLog unifdef-2.3.ebuild
Log:
Marking unifdef-2.3 ppc for bug 367271
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.16 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 22 May 2011 20:56:31 -0000 1.15
+++ ChangeLog 24 May 2011 14:55:06 -0000 1.16
@@ -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.15 2011/05/22 20:56:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.16 2011/05/24 14:55:06 ranger Exp $
+
+ 24 May 2011; Brent Baude <ranger@gentoo.org> unifdef-2.3.ebuild:
+ Marking unifdef-2.3 ppc for bug 367271
22 May 2011; Markus Meier <maekke@gentoo.org> unifdef-2.3.ebuild:
arm stable, bug #367271
1.6 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.5&r2=1.6
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unifdef-2.3.ebuild 22 May 2011 20:56:31 -0000 1.5
+++ unifdef-2.3.ebuild 24 May 2011 14:55:06 -0000 1.6
@@ -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.3.ebuild,v 1.5 2011/05/22 20:56:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.6 2011/05/24 14:55:06 ranger Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-06-05 11:43 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-05 11:43 UTC (permalink / raw
To: gentoo-commits
armin76 11/06/05 11:43:26
Modified: ChangeLog unifdef-2.3.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #367271
(Portage version: 2.1.9.49/cvs/Linux ia64)
Revision Changes Path
1.17 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 24 May 2011 14:55:06 -0000 1.16
+++ ChangeLog 5 Jun 2011 11:43:26 -0000 1.17
@@ -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.16 2011/05/24 14:55:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.17 2011/06/05 11:43:26 armin76 Exp $
+
+ 05 Jun 2011; Raúl Porcel <armin76@gentoo.org> unifdef-2.3.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #367271
24 May 2011; Brent Baude <ranger@gentoo.org> unifdef-2.3.ebuild:
Marking unifdef-2.3 ppc for bug 367271
1.7 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.6&r2=1.7
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unifdef-2.3.ebuild 24 May 2011 14:55:06 -0000 1.6
+++ unifdef-2.3.ebuild 5 Jun 2011 11:43:26 -0000 1.7
@@ -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.3.ebuild,v 1.6 2011/05/24 14:55:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.7 2011/06/05 11:43:26 armin76 Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild
@ 2011-07-09 9:14 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-09 9:14 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/07/09 09:14:31
Modified: ChangeLog unifdef-2.3.ebuild
Log:
ppc64 stable wrt #367271
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-util/unifdef/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 5 Jun 2011 11:43:26 -0000 1.17
+++ ChangeLog 9 Jul 2011 09:14:31 -0000 1.18
@@ -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.17 2011/06/05 11:43:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.18 2011/07/09 09:14:31 xarthisius Exp $
+
+ 09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> unifdef-2.3.ebuild:
+ ppc64 stable wrt #367271
05 Jun 2011; Raúl Porcel <armin76@gentoo.org> unifdef-2.3.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #367271
1.8 dev-util/unifdef/unifdef-2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild?r1=1.7&r2=1.8
Index: unifdef-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unifdef-2.3.ebuild 5 Jun 2011 11:43:26 -0000 1.7
+++ unifdef-2.3.ebuild 9 Jul 2011 09:14:31 -0000 1.8
@@ -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.3.ebuild,v 1.7 2011/06/05 11:43:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.8 2011/07/09 09:14:31 xarthisius Exp $
EAPI="2"
@@ -12,7 +12,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=""
src_prepare() {
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-07-09 9:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 20:56 [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-2.3.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-07-09 9:14 Kacper Kowalik (xarthisius)
2011-06-05 11:43 Raul Porcel (armin76)
2011-05-24 14:55 Brent Baude (ranger)
2011-05-18 15:16 Jeroen Roovers (jer)
2011-05-17 20:22 PaweA Hajdan (phajdan.jr)
2011-05-15 8:06 Christoph Mende (angelos)
2010-09-11 15:49 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