public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Birchinger (joker)" <joker@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-20090609.ebuild
Date: Mon, 03 Aug 2009 05:57:59 +0000	[thread overview]
Message-ID: <E1MXqYZ-0000VI-Of@stork.gentoo.org> (raw)

joker       09/08/03 05:57:59

  Modified:             ChangeLog xdotool-20090609.ebuild
  Log:
  Change the linker argument order to LDFLAGS, objects, libraries.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Jul 2009 15:02:46 -0000	1.2
+++ ChangeLog	3 Aug 2009 05:57:59 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.2 2009/07/15 15:02:46 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.3 2009/08/03 05:57:59 joker Exp $
+
+  03 Aug 2009; Christian Birchinger <joker@gentoo.org>
+  xdotool-20090609.ebuild:
+  Change the linker argument order to LDFLAGS, objects, libraries.
 
   15 Jul 2009; Christian Birchinger <joker@gentoo.org>
   xdotool-20090609.ebuild:



1.3                  x11-misc/xdotool/xdotool-20090609.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild?r1=1.2&r2=1.3

Index: xdotool-20090609.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdotool-20090609.ebuild	15 Jul 2009 15:02:46 -0000	1.2
+++ xdotool-20090609.ebuild	3 Aug 2009 05:57:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild,v 1.2 2009/07/15 15:02:46 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild,v 1.3 2009/08/03 05:57:59 joker Exp $
 
 EAPI=2
 
@@ -26,8 +26,8 @@
 		-e "s:^LIBS=.*:LIBS=$(pkg-config --libs x11 xtst):" \
 		-e "s:^INC=.*:INC=$(pkg-config --cflags x11 xtst):" \
 		-e "s:\$(CC):$(tc-getCC):" \
-		-e "s:\$(LDFLAGS): \$(LIBS) \$(LDFLAGS):" \
 		-e 's:LDFLAGS+=$(LIBS)::' \
+		-e 's:-o $@:$(LIBS) -o $@:' \
 		-e "s:\$(CFLAGS):\$(INC) \$(CFLAGS):" \
 		Makefile \
 		|| die "sed Makefile failed."






             reply	other threads:[~2009-08-03  5:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03  5:57 Christian Birchinger (joker) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-30 11:05 [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: ChangeLog xdotool-20090609.ebuild Markus Meier (maekke)
2009-07-15 15:02 Christian Birchinger (joker)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MXqYZ-0000VI-Of@stork.gentoo.org \
    --to=joker@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox