public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xrootconsole: ChangeLog xrootconsole-0.6.ebuild
@ 2010-02-08 11:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-08 11:10 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/08 11:10:28

  Modified:             ChangeLog xrootconsole-0.6.ebuild
  Log:
  Respect CFLAGS (bug #241552), LDFLAGS, CC. Do not strip (bug #241488). Install man pages properly (bug #248591).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.23                 x11-misc/xrootconsole/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Jul 2007 03:18:33 -0000	1.22
+++ ChangeLog	8 Feb 2010 11:10:28 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xrootconsole
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.22 2007/07/22 03:18:33 dberkholz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.23 2010/02/08 11:10:28 jer Exp $
+
+  08 Feb 2010; Jeroen Roovers <jer@gentoo.org> xrootconsole-0.6.ebuild,
+  files/xrootconsole-0.6.makefile.patch:
+  Respect CFLAGS (bug #241552), LDFLAGS, CC. Do not strip (bug #241488).
+  Install man pages properly (bug #248591).
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
   xrootconsole-0.4-r1.ebuild:



1.4                  x11-misc/xrootconsole/xrootconsole-0.6.ebuild

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

Index: xrootconsole-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xrootconsole-0.6.ebuild	21 Oct 2006 21:25:52 -0000	1.3
+++ xrootconsole-0.6.ebuild	8 Feb 2010 11:10:28 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.3 2006/10/21 21:25:52 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.4 2010/02/08 11:10:28 jer Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="A utility that displays its input in a text box on your root window"
 HOMEPAGE="http://de-fac.to/book/view/17"
@@ -27,6 +27,7 @@
 }
 
 src_compile() {
+	tc-export CC
 	emake || die "emake failed"
 }
 
@@ -34,7 +35,9 @@
 	dodir /usr/bin
 
 	make \
-		MANDIR="${D}usr/man/man1" \
+		MANDIR="${D}usr/share/man/man1" \
 		BINDIR="${D}usr/bin/" \
 		install || die "make install failed"
+	
+	dodoc TODO NEWS CREDITS
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xrootconsole: ChangeLog xrootconsole-0.6.ebuild
@ 2011-06-18 11:17 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-18 11:17 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/18 11:17:46

  Modified:             ChangeLog xrootconsole-0.6.ebuild
  Log:
  Stable on amd64 wrt bug #371797
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 x11-misc/xrootconsole/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	15 Jun 2011 15:53:43 -0000	1.24
+++ ChangeLog	18 Jun 2011 11:17:46 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xrootconsole
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.24 2011/06/15 15:53:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.25 2011/06/18 11:17:46 hwoarang Exp $
+
+  18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> xrootconsole-0.6.ebuild:
+  Stable on amd64 wrt bug #371797
 
   15 Jun 2011; Jeroen Roovers <jer@gentoo.org> xrootconsole-0.4-r1.ebuild,
   xrootconsole-0.6.ebuild:



1.7                  x11-misc/xrootconsole/xrootconsole-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?r1=1.6&r2=1.7

Index: xrootconsole-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xrootconsole-0.6.ebuild	15 Jun 2011 15:53:43 -0000	1.6
+++ xrootconsole-0.6.ebuild	18 Jun 2011 11:17:46 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.6 2011/06/15 15:53:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.7 2011/06/18 11:17:46 hwoarang Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xrootconsole: ChangeLog xrootconsole-0.6.ebuild
@ 2011-06-29 19:24 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2011-06-29 19:24 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/29 19:24:40

  Modified:             ChangeLog xrootconsole-0.6.ebuild
  Log:
  x86 stable, bug #371797
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 x11-misc/xrootconsole/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrootconsole/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	25 Jun 2011 18:18:53 -0000	1.26
+++ ChangeLog	29 Jun 2011 19:24:40 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xrootconsole
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.26 2011/06/25 18:18:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.27 2011/06/29 19:24:40 maekke Exp $
+
+  29 Jun 2011; Markus Meier <maekke@gentoo.org> xrootconsole-0.6.ebuild:
+  x86 stable, bug #371797
 
   25 Jun 2011; Raúl Porcel <armin76@gentoo.org> xrootconsole-0.4-r1.ebuild,
   xrootconsole-0.6.ebuild:



1.9                  x11-misc/xrootconsole/xrootconsole-0.6.ebuild

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

Index: xrootconsole-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xrootconsole-0.6.ebuild	25 Jun 2011 18:18:53 -0000	1.8
+++ xrootconsole-0.6.ebuild	29 Jun 2011 19:24:40 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.8 2011/06/25 18:18:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.9 2011/06/29 19:24:40 maekke Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"






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

end of thread, other threads:[~2011-06-29 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 11:10 [gentoo-commits] gentoo-x86 commit in x11-misc/xrootconsole: ChangeLog xrootconsole-0.6.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-18 11:17 Markos Chandras (hwoarang)
2011-06-29 19:24 Markus Meier (maekke)

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