* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-2.20100818.3004.ebuild
@ 2010-09-12 11:12 Christian Birchinger (joker)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Birchinger (joker) @ 2010-09-12 11:12 UTC (permalink / raw
To: gentoo-commits
joker 10/09/12 11:12:04
Modified: ChangeLog
Added: xdotool-2.20100818.3004.ebuild
Log:
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.12 x11-misc/xdotool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 23 May 2010 20:01:35 -0000 1.11
+++ ChangeLog 12 Sep 2010 11:12:04 -0000 1.12
@@ -1,6 +1,12 @@
# 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.11 2010/05/23 20:01:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.12 2010/09/12 11:12:04 joker Exp $
+
+*xdotool-2.20100818.3004 (12 Sep 2010)
+
+ 12 Sep 2010; Christian Birchinger <joker@gentoo.org>
+ +xdotool-2.20100818.3004.ebuild:
+ Version bump
23 May 2010; Pacho Ramos <pacho@gentoo.org> xdotool-20091231.02.ebuild:
stable amd64, bug 312729
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20100818.3004.ebuild?rev=1.1&content-type=text/plain
Index: xdotool-2.20100818.3004.ebuild
===================================================================
# 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.1 2010/09/12 11:12:04 joker Exp $
EAPI=2
inherit eutils toolchain-funcs flag-o-matic multilib
DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="examples"
DEPEND="x11-libs/libXtst
x11-libs/libX11"
RDEPEND="${DEPEND}"
# The test wants to manualy start Xvfb, wont use VirtualX and it tries
# to run a full gnome-session. For such a tiny application i consider
# it overkill to rewrite the test scripts to not use it's own X server
# and add a full blown gnome just to run the tests.
RESTRICT="test"
src_compile() {
tc-export CC LD
export LDFLAGS="$(raw-ldflags)"
default
}
src_install() {
emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install || die
dodoc CHANGELIST README
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-2.20100818.3004.ebuild
@ 2010-10-29 21:52 Christian Birchinger (joker)
0 siblings, 0 replies; 2+ messages in thread
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 [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-29 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29 21:52 [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-2.20100818.3004.ebuild Christian Birchinger (joker)
-- strict thread matches above, loose matches on Subject: below --
2010-09-12 11:12 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