public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.5.ebuild ChangeLog
@ 2012-03-09  0:04 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 2+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-09  0:04 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/03/09 00:04:47

  Modified:             ChangeLog
  Added:                imake-1.0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 x11-misc/imake/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	23 Oct 2011 19:24:31 -0000	1.48
+++ ChangeLog	9 Mar 2012 00:04:47 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/imake
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.48 2011/10/23 19:24:31 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.49 2012/03/09 00:04:47 chithanh Exp $
+
+*imake-1.0.5 (09 Mar 2012)
+
+  09 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +imake-1.0.5.ebuild:
+  Version bump.
 
   23 Oct 2011; Fabian Groffen <grobian@gentoo.org> imake-1.0.4.ebuild:
   Marked ~x64-macos



1.1                  x11-misc/imake/imake-1.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild?rev=1.1&content-type=text/plain

Index: imake-1.0.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v 1.1 2012/03/09 00:04:46 chithanh Exp $

EAPI=4

XORG_STATIC=no
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 ~x64-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 || die "sed failed"
	xorg-2_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.5.ebuild ChangeLog
@ 2013-02-22 17:13 Zac Medico (zmedico)
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-22 17:13 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/22 17:13:41

  Modified:             imake-1.0.5.ebuild ChangeLog
  Log:
  Add ~arm-linux keyword.
  
  (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.10                 x11-misc/imake/imake-1.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild?r1=1.9&r2=1.10

Index: imake-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- imake-1.0.5.ebuild	26 Aug 2012 19:25:00 -0000	1.9
+++ imake-1.0.5.ebuild	22 Feb 2013 17:13:41 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v 1.9 2012/08/26 19:25:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v 1.10 2013/02/22 17:13:41 zmedico Exp $
 
 EAPI=4
 
@@ -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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-misc/xorg-cf-files"



1.58                 x11-misc/imake/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	26 Aug 2012 19:25:00 -0000	1.57
+++ ChangeLog	22 Feb 2013 17:13:41 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/imake
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.57 2012/08/26 19:25:00 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.58 2013/02/22 17:13:41 zmedico Exp $
+
+  22 Feb 2013; Zac Medico <zmedico@gentoo.org> imake-1.0.5.ebuild:
+  Add ~arm-linux keyword.
 
   26 Aug 2012; Raúl Porcel <armin76@gentoo.org> imake-1.0.5.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -206,4 +209,3 @@
   20 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> +metadata.xml,
   +imake-0.99.1.ebuild:
   New package for 7.0 RC1.
-





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

end of thread, other threads:[~2013-02-22 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 17:13 [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.5.ebuild ChangeLog Zac Medico (zmedico)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-09  0:04 Chi-Thanh Christopher Nguyen (chithanh)

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