public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2009-01-14 16:04 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-01-14 16:04 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/01/14 16:04:46

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Prevent automatic stripping of binaries. Closes bug #252107.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.8                  x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

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

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmgrabimage-0.72-r1.ebuild	29 Jun 2008 14:11:34 -0000	1.7
+++ wmgrabimage-0.72-r1.ebuild	14 Jan 2009 16:04:46 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.7 2008/06/29 14:11:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.8 2009/01/14 16:04:46 s4t4n Exp $
 
 inherit eutils
 
@@ -22,7 +22,8 @@
 	x11-libs/libXpm"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
-	x11-proto/xextproto"
+	x11-proto/xextproto
+	>=sys-apps/sed-4.1.5-r1"
 
 S=${WORKDIR}/${MY_P}-${PV}/${MY_P}
 
@@ -31,6 +32,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${PN}-noman.patch
 	sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed."
+	sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed."
 }
 
 src_compile() {



1.12                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	22 Jul 2007 05:06:09 -0000	1.11
+++ ChangeLog	14 Jan 2009 16:04:46 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmgrabimage
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.11 2007/07/22 05:06:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.12 2009/01/14 16:04:46 s4t4n Exp $
+
+  14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+  Prevent automatic stripping of binaries. Closes bug #252107.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
   wmgrabimage-0.72-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2009-03-16 16:34 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-03-16 16:34 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/03/16 16:34:19

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Updated SRC_URI and HOMEPAGE. Closes bug #259614.
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.9                  x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.8&r2=1.9

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmgrabimage-0.72-r1.ebuild	14 Jan 2009 16:04:46 -0000	1.8
+++ wmgrabimage-0.72-r1.ebuild	16 Mar 2009 16:34:19 -0000	1.9
@@ -1,14 +1,14 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.8 2009/01/14 16:04:46 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.9 2009/03/16 16:34:19 s4t4n Exp $
 
 inherit eutils
 
 MY_P=${PN/grabi/GrabI}
 
 DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-SRC_URI="http://www.dockapps.com/download.php/id/19/${MY_P}-${PV}.tgz"
-HOMEPAGE="http://www.dockapps.com/file.php/id/12"
+SRC_URI="http://dockapps.org/files/12/19/${MY_P}-${PV}.tgz"
+HOMEPAGE="http://dockapps.org/file.php/id/12"
 
 LICENSE="GPL-2"
 SLOT="0"



1.13                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Jan 2009 16:04:46 -0000	1.12
+++ ChangeLog	16 Mar 2009 16:34:19 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmgrabimage
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.12 2009/01/14 16:04:46 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.13 2009/03/16 16:34:19 s4t4n Exp $
+
+  16 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+  Updated SRC_URI and HOMEPAGE. Closes bug #259614.
 
   14 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
   Prevent automatic stripping of binaries. Closes bug #252107.






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2010-09-01  7:50 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-09-01  7:50 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/09/01 07:50:49

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Honour Gentoo LDFLAGS. Closes bug #331869.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.10                 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

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

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wmgrabimage-0.72-r1.ebuild	16 Mar 2009 16:34:19 -0000	1.9
+++ wmgrabimage-0.72-r1.ebuild	1 Sep 2010 07:50:49 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.9 2009/03/16 16:34:19 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.10 2010/09/01 07:50:49 s4t4n Exp $
 
 inherit eutils
 
@@ -37,7 +37,7 @@
 
 src_compile() {
 	emake clean || die "emake clean failed."
-	emake CFLAGS="${CFLAGS} -Wall" || die "emake failed."
+	emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}" || die "emake failed."
 }
 
 src_install() {



1.14                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	16 Mar 2009 16:34:19 -0000	1.13
+++ ChangeLog	1 Sep 2010 07:50:49 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmgrabimage
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.13 2009/03/16 16:34:19 s4t4n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.14 2010/09/01 07:50:49 s4t4n Exp $
+
+  02 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+  Honour Gentoo LDFLAGS. Closes bug #331869.
 
   16 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
   Updated SRC_URI and HOMEPAGE. Closes bug #259614.






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2012-02-15  9:48 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2012-02-15  9:48 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/02/15 09:48:47

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

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

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wmgrabimage-0.72-r1.ebuild	1 Sep 2010 07:50:49 -0000	1.10
+++ wmgrabimage-0.72-r1.ebuild	15 Feb 2012 09:48:47 -0000	1.11
@@ -1,14 +1,14 @@
-# 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/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.10 2010/09/01 07:50:49 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.11 2012/02/15 09:48:47 voyageur Exp $
 
 inherit eutils
 
 MY_P=${PN/grabi/GrabI}
 
 DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-SRC_URI="http://dockapps.org/files/12/19/${MY_P}-${PV}.tgz"
-HOMEPAGE="http://dockapps.org/file.php/id/12"
+SRC_URI="http://dockapps.windowmaker.org/files/12/19/${MY_P}-${PV}.tgz"
+HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/12"
 
 LICENSE="GPL-2"
 SLOT="0"



1.15                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Sep 2010 07:50:49 -0000	1.14
+++ ChangeLog	15 Feb 2012 09:48:47 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmgrabimage
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.14 2010/09/01 07:50:49 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.15 2012/02/15 09:48:47 voyageur Exp $
+
+  15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org>
+  wmgrabimage-0.72-r1.ebuild:
+  Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
 
   02 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
   Honour Gentoo LDFLAGS. Closes bug #331869.






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2012-09-05  8:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2012-09-05  8:16 UTC (permalink / raw
  To: gentoo-commits

jlec        12/09/05 08:16:38

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Use domenu instead insinto + doins to install .desktop files
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.11&r2=1.12

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wmgrabimage-0.72-r1.ebuild	15 Feb 2012 09:48:47 -0000	1.11
+++ wmgrabimage-0.72-r1.ebuild	5 Sep 2012 08:16:38 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.11 2012/02/15 09:48:47 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $
 
 inherit eutils
 
@@ -48,6 +48,5 @@
 
 	dodoc ../{BUGS,CHANGES,HINTS,TODO}
 
-	insinto /usr/share/applications
-	doins "${FILESDIR}"/${PN}.desktop
+	domenu "${FILESDIR}"/${PN}.desktop
 }



1.16                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	15 Feb 2012 09:48:47 -0000	1.15
+++ ChangeLog	5 Sep 2012 08:16:38 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmgrabimage
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.15 2012/02/15 09:48:47 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $
+
+  05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+  Use domenu instead insinto + doins to install .desktop files
 
   15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org>
   wmgrabimage-0.72-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
@ 2014-09-01 15:35 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2014-09-01 15:35 UTC (permalink / raw
  To: gentoo-commits

voyageur    14/09/01 15:35:56

  Modified:             wmgrabimage-0.72-r1.ebuild ChangeLog
  Log:
  Replace einstall with emake install, bug #521682
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)

Revision  Changes    Path
1.13                 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.12&r2=1.13

Index: wmgrabimage-0.72-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wmgrabimage-0.72-r1.ebuild	5 Sep 2012 08:16:38 -0000	1.12
+++ wmgrabimage-0.72-r1.ebuild	1 Sep 2014 15:35:56 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.13 2014/09/01 15:35:56 voyageur Exp $
 
 inherit eutils
 
@@ -42,7 +42,7 @@
 
 src_install() {
 	dodir /usr/bin
-	einstall DESTDIR="${D}/usr" || die "einstall failed."
+	emake DESTDIR="${D}/usr" install || die "einstall failed."
 
 	doman wmGrabImage.1
 



1.17                 x11-plugins/wmgrabimage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Sep 2012 08:16:38 -0000	1.16
+++ ChangeLog	1 Sep 2014 15:35:56 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmgrabimage
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.17 2014/09/01 15:35:56 voyageur Exp $
+
+  01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org>
+  wmgrabimage-0.72-r1.ebuild:
+  Replace einstall with emake install, bug #521682
 
   05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmgrabimage-0.72-r1.ebuild:
   Use domenu instead insinto + doins to install .desktop files





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

end of thread, other threads:[~2014-09-01 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01  7:50 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog Michele Noberasco (s4t4n)
  -- strict thread matches above, loose matches on Subject: below --
2014-09-01 15:35 Bernard Cafarelli (voyageur)
2012-09-05  8:16 Justin Lecher (jlec)
2012-02-15  9:48 Bernard Cafarelli (voyageur)
2009-03-16 16:34 Michele Noberasco (s4t4n)
2009-01-14 16:04 Michele Noberasco (s4t4n)

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