* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-2.20100818.3004.ebuild
@ 2010-10-29 21:52 99% Christian Birchinger (joker)
0 siblings, 0 replies; 1+ results
From: Christian Birchinger (joker) @ 2010-10-29 21:52 UTC (permalink / raw
To: gentoo-commits
joker 10/10/29 21:52:42
Modified: ChangeLog xdotool-2.20100818.3004.ebuild
Log:
Prevent ldconfig execution by the Makefile
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.17 x11-misc/xdotool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 22 Sep 2010 18:00:54 -0000 1.16
+++ ChangeLog 29 Oct 2010 21:52:42 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdotool
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.16 2010/09/22 18:00:54 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.17 2010/10/29 21:52:42 joker Exp $
+
+ 29 Oct 2010; Christian Birchinger <joker@gentoo.org>
+ xdotool-2.20100818.3004.ebuild:
+ Prevent ldconfig execution by the Makefile
22 Sep 2010; Christian Birchinger <joker@gentoo.org>
-xdotool-20090609.ebuild, -xdotool-20091231.02.ebuild,
1.3 x11-misc/xdotool/xdotool-2.20100818.3004.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild?r1=1.2&r2=1.3
Index: xdotool-2.20100818.3004.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdotool-2.20100818.3004.ebuild 22 Sep 2010 17:25:54 -0000 1.2
+++ xdotool-2.20100818.3004.ebuild 29 Oct 2010 21:52:42 -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/xdotool/xdotool-2.20100818.3004.ebuild,v 1.2 2010/09/22 17:25:54 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild,v 1.3 2010/10/29 21:52:42 joker Exp $
EAPI=2
@@ -26,6 +26,11 @@
# and add a full blown gnome just to run the tests.
RESTRICT="test"
+src_prepare() {
+ sed -e "s/installheader post-install$/installheader/" \
+ -i Makefile || die "sed failed"
+}
+
src_compile() {
tc-export CC LD
default
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-29 21:52 99% [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-2.20100818.3004.ebuild Christian Birchinger (joker)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox