summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:04:47 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-09 00:04:47 +0000
commit6b27952c59869cba14931b60ec8b5d8f2b68be71 (patch)
tree23b884cef1816358cfba4c1b15beb0bcc4d1ac5c /x11-misc/imake
parentVersion bump. (diff)
downloadgentoo-2-6b27952c59869cba14931b60ec8b5d8f2b68be71.tar.gz
gentoo-2-6b27952c59869cba14931b60ec8b5d8f2b68be71.tar.bz2
gentoo-2-6b27952c59869cba14931b60ec8b5d8f2b68be71.zip
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/imake')
-rw-r--r--x11-misc/imake/ChangeLog10
-rw-r--r--x11-misc/imake/imake-1.0.5.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog
index 5ecb06e85207..f3153a01141d 100644
--- a/x11-misc/imake/ChangeLog
+++ b/x11-misc/imake/ChangeLog
@@ -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
diff --git a/x11-misc/imake/imake-1.0.5.ebuild b/x11-misc/imake/imake-1.0.5.ebuild
new file mode 100644
index 000000000000..941dbfbd79fc
--- /dev/null
+++ b/x11-misc/imake/imake-1.0.5.ebuild
@@ -0,0 +1,24 @@
+# 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
+}