chithanh 14/05/23 16:48:33 Modified: ChangeLog Added: imake-1.0.7.ebuild Removed: imake-1.0.4.ebuild Log: Version bump. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.69 x11-misc/imake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 8 Oct 2013 05:09:00 -0000 1.68 +++ ChangeLog 23 May 2014 16:48:33 -0000 1.69 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/imake -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.68 2013/10/08 05:09:00 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.69 2014/05/23 16:48:33 chithanh Exp $ + +*imake-1.0.7 (23 May 2014) + + 23 May 2014; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> + +imake-1.0.7.ebuild, -imake-1.0.4.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <a...@gentoo.org> imake-1.0.6.ebuild: Stable for x86, wrt bug #475480 1.1 x11-misc/imake/imake-1.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild?rev=1.1&content-type=text/plain Index: imake-1.0.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.1 2014/05/23 16:48:33 chithanh Exp $ EAPI=5 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 ~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" 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 }