* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-06-15 14:33 Justin Lecher (jlec)
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 14:33 UTC (permalink / raw
To: gentoo-commits
jlec 10/06/15 14:33:40
Modified: imake-1.0.3.ebuild ChangeLog
Log:
Imported prefix changes, tested by me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.1&r2=1.2
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imake-1.0.3.ebuild 17 Apr 2010 13:30:30 -0000 1.1
+++ imake-1.0.3.ebuild 15 Jun 2010 14:33:40 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.1 2010/04/17 13:30:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.2 2010/06/15 14:33:40 jlec Exp $
EAPI=3
@@ -8,9 +8,16 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
DEPEND="${RDEPEND}
x11-proto/xproto"
+
+src_prepare() {
+ # don't use Sun compilers on Solaris, we want GCC from prefix
+ sed -i -e "1s/^.*$/#if defined(sun)\n# undef sun\n#endif/" \
+ imake.c imakemdep.h
+ xorg-2_src_prepare
+}
1.28 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 17 Apr 2010 13:30:30 -0000 1.27
+++ ChangeLog 15 Jun 2010 14:33:40 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.27 2010/04/17 13:30:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.28 2010/06/15 14:33:40 jlec Exp $
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> imake-1.0.3.ebuild:
+ Imported prefix changes, tested by me
*imake-1.0.3 (17 Apr 2010)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-07-12 11:17 Markos Chandras (hwoarang)
0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-12 11:17 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/07/12 11:17:09
Modified: imake-1.0.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #327777
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.2&r2=1.3
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imake-1.0.3.ebuild 15 Jun 2010 14:33:40 -0000 1.2
+++ imake-1.0.3.ebuild 12 Jul 2010 11:17:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.2 2010/06/15 14:33:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.3 2010/07/12 11:17:09 hwoarang Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.29 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 15 Jun 2010 14:33:40 -0000 1.28
+++ ChangeLog 12 Jul 2010 11:17:09 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.28 2010/06/15 14:33:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.29 2010/07/12 11:17:09 hwoarang Exp $
+
+ 12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> imake-1.0.3.ebuild:
+ Stable on amd64 wrt bug #327777
15 Jun 2010; Justin Lecher <jlec@gentoo.org> imake-1.0.3.ebuild:
Imported prefix changes, tested by me
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-07-13 13:47 Christian Faulhammer (fauli)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-13 13:47 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/13 13:47:10
Modified: imake-1.0.3.ebuild ChangeLog
Log:
x86 stable, bug 327777
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.4 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.3&r2=1.4
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- imake-1.0.3.ebuild 12 Jul 2010 11:17:09 -0000 1.3
+++ imake-1.0.3.ebuild 13 Jul 2010 13:47:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.3 2010/07/12 11:17:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.4 2010/07/13 13:47:10 fauli Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.30 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 12 Jul 2010 11:17:09 -0000 1.29
+++ ChangeLog 13 Jul 2010 13:47:10 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.29 2010/07/12 11:17:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.30 2010/07/13 13:47:10 fauli Exp $
+
+ 13 Jul 2010; Christian Faulhammer <fauli@gentoo.org> imake-1.0.3.ebuild:
+ x86 stable, bug 327777
12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> imake-1.0.3.ebuild:
Stable on amd64 wrt bug #327777
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-07-14 17:14 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-14 17:14 UTC (permalink / raw
To: gentoo-commits
jer 10/07/14 17:14:59
Modified: imake-1.0.3.ebuild ChangeLog
Log:
Stable for HPPA (bug #327777).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.5 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.4&r2=1.5
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- imake-1.0.3.ebuild 13 Jul 2010 13:47:10 -0000 1.4
+++ imake-1.0.3.ebuild 14 Jul 2010 17:14:59 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.4 2010/07/13 13:47:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.5 2010/07/14 17:14:59 jer Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.31 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 13 Jul 2010 13:47:10 -0000 1.30
+++ ChangeLog 14 Jul 2010 17:14:59 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.30 2010/07/13 13:47:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.31 2010/07/14 17:14:59 jer Exp $
+
+ 14 Jul 2010; Jeroen Roovers <jer@gentoo.org> imake-1.0.3.ebuild:
+ Stable for HPPA (bug #327777).
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org> imake-1.0.3.ebuild:
x86 stable, bug 327777
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-07-22 16:24 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-07-22 16:24 UTC (permalink / raw
To: gentoo-commits
maekke 10/07/22 16:24:21
Modified: imake-1.0.3.ebuild ChangeLog
Log:
arm stable, bug #327777
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.6 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.5&r2=1.6
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- imake-1.0.3.ebuild 14 Jul 2010 17:14:59 -0000 1.5
+++ imake-1.0.3.ebuild 22 Jul 2010 16:24:21 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.5 2010/07/14 17:14:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.6 2010/07/22 16:24:21 maekke Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.32 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 14 Jul 2010 17:14:59 -0000 1.31
+++ ChangeLog 22 Jul 2010 16:24:21 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.31 2010/07/14 17:14:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.32 2010/07/22 16:24:21 maekke Exp $
+
+ 22 Jul 2010; Markus Meier <maekke@gentoo.org> imake-1.0.3.ebuild:
+ arm stable, bug #327777
14 Jul 2010; Jeroen Roovers <jer@gentoo.org> imake-1.0.3.ebuild:
Stable for HPPA (bug #327777).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-09-12 19:11 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-09-12 19:11 UTC (permalink / raw
To: gentoo-commits
klausman 10/09/12 19:11:05
Modified: imake-1.0.3.ebuild ChangeLog
Log:
Stable on alpha, bug #327777
(Portage version: 2.1.9.1/cvs/Linux x86_64)
Revision Changes Path
1.7 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.6&r2=1.7
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- imake-1.0.3.ebuild 22 Jul 2010 16:24:21 -0000 1.6
+++ imake-1.0.3.ebuild 12 Sep 2010 19:11:05 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.6 2010/07/22 16:24:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.7 2010/09/12 19:11:05 klausman Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.33 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 22 Jul 2010 16:24:21 -0000 1.32
+++ ChangeLog 12 Sep 2010 19:11:05 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.32 2010/07/22 16:24:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.33 2010/09/12 19:11:05 klausman Exp $
+
+ 12 Sep 2010; Tobias Klausmann <klausman@gentoo.org> imake-1.0.3.ebuild:
+ Stable on alpha, bug #327777
22 Jul 2010; Markus Meier <maekke@gentoo.org> imake-1.0.3.ebuild:
arm stable, bug #327777
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-09-19 20:53 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-19 20:53 UTC (permalink / raw
To: gentoo-commits
armin76 10/09/19 20:53:30
Modified: imake-1.0.3.ebuild ChangeLog
Log:
ia64/s390/sh/sparc stable wrt #327777
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.8 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.7&r2=1.8
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- imake-1.0.3.ebuild 12 Sep 2010 19:11:05 -0000 1.7
+++ imake-1.0.3.ebuild 19 Sep 2010 20:53:30 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.7 2010/09/12 19:11:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.8 2010/09/19 20:53:30 armin76 Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.34 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 12 Sep 2010 19:11:05 -0000 1.33
+++ ChangeLog 19 Sep 2010 20:53:30 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.33 2010/09/12 19:11:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.34 2010/09/19 20:53:30 armin76 Exp $
+
+ 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> imake-1.0.3.ebuild:
+ ia64/s390/sh/sparc stable wrt #327777
12 Sep 2010; Tobias Klausmann <klausman@gentoo.org> imake-1.0.3.ebuild:
Stable on alpha, bug #327777
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-09-28 13:34 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-28 13:34 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/09/28 13:34:46
Modified: imake-1.0.3.ebuild ChangeLog
Log:
ppc64 stable wrt #327777
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.8&r2=1.9
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- imake-1.0.3.ebuild 19 Sep 2010 20:53:30 -0000 1.8
+++ imake-1.0.3.ebuild 28 Sep 2010 13:34:46 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.8 2010/09/19 20:53:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.9 2010/09/28 13:34:46 ssuominen Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.35 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 19 Sep 2010 20:53:30 -0000 1.34
+++ ChangeLog 28 Sep 2010 13:34:46 -0000 1.35
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.34 2010/09/19 20:53:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.35 2010/09/28 13:34:46 ssuominen Exp $
+
+ 28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> imake-1.0.3.ebuild:
+ ppc64 stable wrt #327777
19 Sep 2010; Raúl Porcel <armin76@gentoo.org> imake-1.0.3.ebuild:
ia64/s390/sh/sparc stable wrt #327777
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog
@ 2010-10-21 1:21 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-10-21 1:21 UTC (permalink / raw
To: gentoo-commits
ranger 10/10/21 01:21:42
Modified: imake-1.0.3.ebuild ChangeLog
Log:
Marking imake-1.0.3 ppc for bug 239063
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.10 x11-misc/imake/imake-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild?r1=1.9&r2=1.10
Index: imake-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- imake-1.0.3.ebuild 28 Sep 2010 13:34:46 -0000 1.9
+++ imake-1.0.3.ebuild 21 Oct 2010 01:21:42 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.9 2010/09/28 13:34:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.3.ebuild,v 1.10 2010/10/21 01:21:42 ranger Exp $
EAPI=3
@@ -8,7 +8,7 @@
inherit xorg-2
DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="x11-misc/xorg-cf-files"
1.37 x11-misc/imake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 17 Oct 2010 03:27:47 -0000 1.36
+++ ChangeLog 21 Oct 2010 01:21:42 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.36 2010/10/17 03:27:47 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.37 2010/10/21 01:21:42 ranger Exp $
+
+ 21 Oct 2010; Brent Baude <ranger@gentoo.org> imake-1.0.3.ebuild:
+ Marking imake-1.0.3 ppc stable for bug 239063
17 Oct 2010; Mart Raudsepp <leio@gentoo.org> imake-1.0.2.ebuild:
Drop to ~mips
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-10-21 1:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 20:53 [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.3.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2010-10-21 1:21 Brent Baude (ranger)
2010-09-28 13:34 Samuli Suominen (ssuominen)
2010-09-12 19:11 Tobias Klausmann (klausman)
2010-07-22 16:24 Markus Meier (maekke)
2010-07-14 17:14 Jeroen Roovers (jer)
2010-07-13 13:47 Christian Faulhammer (fauli)
2010-07-12 11:17 Markos Chandras (hwoarang)
2010-06-15 14:33 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox