public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild wmtimer-2.92.ebuild
@ 2010-08-31 14:27 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-08-31 14:27 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/08/31 14:27:35

  Modified:             ChangeLog wmtimer-2.92-r1.ebuild
                        wmtimer-2.92.ebuild
  Log:
  Reworked magic SEDs to honour Gentoo LDFLAGS.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.24                 x11-plugins/wmtimer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Oct 2008 10:13:29 -0000	1.23
+++ ChangeLog	31 Aug 2010 14:27:34 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmtimer
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.23 2008/10/28 10:13:29 s4t4n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.24 2010/08/31 14:27:34 s4t4n Exp $
+
+  28 Oct 2008; Michele Noberasco <s4t4n@gentoo.org> wmtimer-2.9.2-r1.ebuild,
+  wmtimer-2.9.2.ebuild:
+  Reworked magic SEDs to honour Gentoo LDFLAGS.
 
 *wmtimer-2.92-r1 (28 Oct 2008)
 



1.2                  x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?r1=1.1&r2=1.2

Index: wmtimer-2.92-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmtimer-2.92-r1.ebuild	28 Oct 2008 10:13:29 -0000	1.1
+++ wmtimer-2.92-r1.ebuild	31 Aug 2010 14:27:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.1 2008/10/28 10:13:29 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.2 2010/08/31 14:27:34 s4t4n Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -25,7 +25,10 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
+	sed -e "s:\$(CFLAGS)::" -i Makefile
+	sed -e "s:-g::g" -i Makefile
+	sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
+	sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
 	epatch "${FILESDIR}"/"${PN}"-counter-fix.patch
 }
 



1.3                  x11-plugins/wmtimer/wmtimer-2.92.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?r1=1.2&r2=1.3

Index: wmtimer-2.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmtimer-2.92.ebuild	13 Jan 2008 02:40:01 -0000	1.2
+++ wmtimer-2.92.ebuild	31 Aug 2010 14:27:34 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.2 2008/01/13 02:40:01 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.3 2010/08/31 14:27:34 s4t4n Exp $
 
 inherit multilib toolchain-funcs
 
@@ -25,7 +25,10 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
+	sed -e "s:\$(CFLAGS)::" -i Makefile
+	sed -e "s:-g::g" -i Makefile
+	sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
+	sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild wmtimer-2.92.ebuild
@ 2011-03-28 15:24 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-28 15:24 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/28 15:24:47

  Modified:             ChangeLog wmtimer-2.92-r1.ebuild
                        wmtimer-2.92.ebuild
  Log:
  Fix slot-dep on gtk+
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 x11-plugins/wmtimer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	31 Aug 2010 14:27:34 -0000	1.24
+++ ChangeLog	28 Mar 2011 15:24:47 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmtimer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.24 2010/08/31 14:27:34 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.25 2011/03/28 15:24:47 nirbheek Exp $
+
+  28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmtimer-2.92.ebuild,
+  wmtimer-2.92-r1.ebuild:
+  Fix slot-dep on gtk+
 
   28 Oct 2008; Michele Noberasco <s4t4n@gentoo.org> wmtimer-2.9.2-r1.ebuild,
   wmtimer-2.9.2.ebuild:



1.3                  x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?r1=1.2&r2=1.3

Index: wmtimer-2.92-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmtimer-2.92-r1.ebuild	31 Aug 2010 14:27:34 -0000	1.2
+++ wmtimer-2.92-r1.ebuild	28 Mar 2011 15:24:47 -0000	1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.2 2010/08/31 14:27:34 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.3 2011/03/28 15:24:47 nirbheek Exp $
+
+EAPI="1"
 
 inherit eutils multilib toolchain-funcs
 
@@ -13,7 +15,7 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	x11-libs/libXpm
 	x11-libs/libXext
 	x11-libs/libX11"



1.4                  x11-plugins/wmtimer/wmtimer-2.92.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?r1=1.3&r2=1.4

Index: wmtimer-2.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmtimer-2.92.ebuild	31 Aug 2010 14:27:34 -0000	1.3
+++ wmtimer-2.92.ebuild	28 Mar 2011 15:24:47 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.3 2010/08/31 14:27:34 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.4 2011/03/28 15:24:47 nirbheek Exp $
+
+EAPI="1"
 
 inherit multilib toolchain-funcs
 
@@ -13,7 +15,7 @@
 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	x11-libs/libXpm
 	x11-libs/libXext
 	x11-libs/libX11"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-28 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 14:27 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild wmtimer-2.92.ebuild Michele Noberasco (s4t4n)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28 15:24 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox