public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
@ 2008-01-12 13:57 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-12 13:57 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/12 13:57:08

  Modified:             wmxres-1.2.ebuild ChangeLog
  Log:
  clean up
  (Portage version: 2.1.4)

Revision  Changes    Path
1.6                  x11-plugins/wmxres/wmxres-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?r1=1.5&r2=1.6

Index: wmxres-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmxres-1.2.ebuild	22 Jul 2007 04:15:24 -0000	1.5
+++ wmxres-1.2.ebuild	12 Jan 2008 13:57:08 -0000	1.6
@@ -1,14 +1,17 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.5 2007/07/22 04:15:24 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.6 2008/01/12 13:57:08 drac Exp $
 
-inherit eutils
-
-IUSE=""
+inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="Dock application to select your display mode among those possible"
+HOMEPAGE="http://yalla.free.fr/wn"
 SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz"
-HOMEPAGE="http://yalla.free.fr/wn/"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 x86 ~ppc"
+IUSE=""
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXext
@@ -19,34 +22,22 @@
 	x11-proto/xf86vidmodeproto
 	x11-proto/xf86dgaproto"
 
-SLOT="0"
-LICENSE="GPL-1"
-KEYWORDS="x86 ~ppc"
-
-S="${WORKDIR}/${PN}.app"
+S=${WORKDIR}/${PN}.app
 
 src_unpack() {
-
 	unpack ${A}
-
-	cd ${S}
-	epatch ${FILESDIR}/${PN}-makefile.patch
+	cd "${S}"
 	epatch ${FILESDIR}/${PN}-debian-1.1-1.2.patch
-
+	sed -e "s:-g -c -O2:${CFLAGS} -c:" \
+		-e "s:cc:$(tc-getCC):g" -i Makefile
 }
 
 src_compile() {
-
-	emake GCFLAGS="${CFLAGS}" || die "make failed"
-
+	emake INCDIR="-I/usr/include" \
+		LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
 }
 
 src_install() {
-
 	dobin ${PN}/${PN}
 	doman ${PN}.1
-
-	insinto /usr/share/applications
-	doins ${FILESDIR}/${PN}.desktop
-
 }



1.7                  x11-plugins/wmxres/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmxres/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Jul 2007 04:15:24 -0000	1.6
+++ ChangeLog	12 Jan 2008 13:57:08 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmxres
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.6 2007/07/22 04:15:24 dberkholz Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.7 2008/01/12 13:57:08 drac Exp $
+
+  12 Jan 2008; Samuli Suominen <drac@gentoo.org> -files/wmxres.desktop,
+  -files/wmxres-makefile.patch, wmxres-1.2.ebuild:
+  Clean up.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmxres-1.2.ebuild:
   Drop virtual/x11 references.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
@ 2010-08-23 17:52 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-08-23 17:52 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/08/23 17:52:51

  Modified:             wmxres-1.2.ebuild ChangeLog
  Log:
  Respect LDFLAGS, bug #331821 by flameeyes
  
  (Portage version: 2.2_rc68/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-plugins/wmxres/wmxres-1.2.ebuild

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

Index: wmxres-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmxres-1.2.ebuild	12 Jan 2008 13:58:15 -0000	1.7
+++ wmxres-1.2.ebuild	23 Aug 2010 17:52:51 -0000	1.8
@@ -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/wmxres/wmxres-1.2.ebuild,v 1.7 2008/01/12 13:58:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.8 2010/08/23 17:52:51 voyageur Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -29,7 +29,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
 	sed -e "s:-g -c -O2:${CFLAGS} -c:" \
-		-e "s:cc:$(tc-getCC):g" -i Makefile
+		-e "s:cc:$(tc-getCC) \$(LDFLAGS):g" -i Makefile
 }
 
 src_compile() {



1.8                  x11-plugins/wmxres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	12 Jan 2008 13:57:08 -0000	1.7
+++ ChangeLog	23 Aug 2010 17:52:51 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmxres
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.7 2008/01/12 13:57:08 drac Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+
+  23 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+  Respect LDFLAGS, bug #331821 by flameeyes
 
   12 Jan 2008; Samuli Suominen <drac@gentoo.org> -files/wmxres.desktop,
   -files/wmxres-makefile.patch, wmxres-1.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
@ 2010-10-05 20:29 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-10-05 20:29 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/10/05 20:29:16

  Modified:             wmxres-1.2.ebuild ChangeLog
  Log:
  Newer dga headers require libXxf86dga, thanks Agostino Sarubbo <ago@autistici.org> in bug #338805
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-plugins/wmxres/wmxres-1.2.ebuild

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

Index: wmxres-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmxres-1.2.ebuild	23 Aug 2010 17:52:51 -0000	1.8
+++ wmxres-1.2.ebuild	5 Oct 2010 20:29:16 -0000	1.9
@@ -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-plugins/wmxres/wmxres-1.2.ebuild,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.9 2010/10/05 20:29:16 voyageur Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -18,9 +18,9 @@
 	x11-libs/libXpm
 	x11-libs/libXxf86vm"
 DEPEND="${RDEPEND}
+	x11-libs/libXxf86dga
 	x11-proto/xextproto
-	x11-proto/xf86vidmodeproto
-	x11-proto/xf86dgaproto"
+	x11-proto/xf86vidmodeproto"
 
 S=${WORKDIR}/${PN}.app
 



1.9                  x11-plugins/wmxres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 Aug 2010 17:52:51 -0000	1.8
+++ ChangeLog	5 Oct 2010 20:29:16 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmxres
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+
+  05 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+  Newer dga headers require libXxf86dga, thanks Agostino Sarubbo
+  <ago@autistici.org> in bug #338805
 
   23 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
   Respect LDFLAGS, bug #331821 by flameeyes






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
@ 2012-07-03 14:15 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2012-07-03 14:15 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/07/03 14:15:54

  Modified:             wmxres-1.2.ebuild ChangeLog
  Log:
  Clean over-enthusiastic sed call, bug #424141. Ebuild cleanup and EAPI bump
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 x11-plugins/wmxres/wmxres-1.2.ebuild

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

Index: wmxres-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wmxres-1.2.ebuild	5 Oct 2010 20:29:16 -0000	1.9
+++ wmxres-1.2.ebuild	3 Jul 2012 14:15:54 -0000	1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.10 2012/07/03 14:15:54 voyageur Exp $
 
+EAPI=4
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="Dock application to select your display mode among those possible"
@@ -24,17 +25,15 @@
 
 S=${WORKDIR}/${PN}.app
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
 	sed -e "s:-g -c -O2:${CFLAGS} -c:" \
-		-e "s:cc:$(tc-getCC) \$(LDFLAGS):g" -i Makefile
+		-e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \
+		-i Makefile || die "sed failed"
 }
 
 src_compile() {
-	emake INCDIR="-I/usr/include" \
-		LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
+	emake INCDIR="-I/usr/include" LIBDIR="-L/usr/$(get_libdir)"
 }
 
 src_install() {



1.10                 x11-plugins/wmxres/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Oct 2010 20:29:16 -0000	1.9
+++ ChangeLog	3 Jul 2012 14:15:54 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmxres
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.10 2012/07/03 14:15:54 voyageur Exp $
+
+  03 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+  Clean over-enthusiastic sed call, bug #424141. Ebuild cleanup and EAPI bump
 
   05 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
   Newer dga headers require libXxf86dga, thanks Agostino Sarubbo






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

end of thread, other threads:[~2012-07-03 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 14:15 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-05 20:29 Bernard Cafarelli (voyageur)
2010-08-23 17:52 Bernard Cafarelli (voyageur)
2008-01-12 13:57 Samuli Suominen (drac)

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