public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2010-09-18  0:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-18  0:48 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/18 00:48:29

  Modified:             ChangeLog
  Added:                xearth-1.1-r1.ebuild
  Log:
  Respect LDFLAGS (bug #337773), CC, CFLAGS. Add include.
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.17                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Mar 2010 20:59:40 -0000	1.16
+++ ChangeLog	18 Sep 2010 00:48:28 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.16 2010/03/22 20:59:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.17 2010/09/18 00:48:28 jer Exp $
+
+*xearth-1.1-r1 (18 Sep 2010)
+
+  18 Sep 2010; Jeroen Roovers <jer@gentoo.org> +xearth-1.1-r1.ebuild,
+  +files/xearth-1.1-include.patch:
+  Respect LDFLAGS (bug #337773), CC, CFLAGS. Add include.
 
   22 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> xearth-1.1.ebuild:
   HOMEPAGE corrected, #309659



1.1                  x11-misc/xearth/xearth-1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: xearth-1.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.1 2010/09/18 00:48:28 jer Exp $

EAPI="2"

inherit eutils toolchain-funcs

HOMEPAGE="http://hewgill.com/xearth/original/"
DESCRIPTION="Xearth sets the X root window to an image of the Earth"
SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz
	ftp://ftp.cs.colorado.edu/users/tuna/${P}.tar.gz"

SLOT="0"
LICENSE="xearth"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXt
	x11-libs/libXext"
DEPEND="${RDEPEND}
	x11-misc/imake
	app-text/rman
	x11-proto/xproto"

src_prepare() {
	epatch "${FILESDIR}"/${P}-include.patch
}

src_configure() {
	xmkmf || die
}

src_compile() {
	emake CC=$(tc-getCC) \
		CCOPTIONS="${CFLAGS}" \
		EXTRA_LDOPTIONS="${LDFLAGS}" \
		|| die
}

src_install() {
	newman xearth.man xearth.1
	dobin xearth
	dodoc BUILT-IN GAMMA-TEST HISTORY README
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2010-09-18  0:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-18  0:51 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/18 00:51:58

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  Remove unneeded x11-libs/libXext dependency thanks to Michael Weber (bug #337773 comment #2).
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.18                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Sep 2010 00:48:28 -0000	1.17
+++ ChangeLog	18 Sep 2010 00:51:57 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.17 2010/09/18 00:48:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.18 2010/09/18 00:51:57 jer Exp $
+
+  18 Sep 2010; Jeroen Roovers <jer@gentoo.org> xearth-1.1-r1.ebuild:
+  Remove unneeded x11-libs/libXext dependency thanks to Michael Weber (bug
+  #337773 comment #2).
 
 *xearth-1.1-r1 (18 Sep 2010)
 



1.2                  x11-misc/xearth/xearth-1.1-r1.ebuild

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

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xearth-1.1-r1.ebuild	18 Sep 2010 00:48:28 -0000	1.1
+++ xearth-1.1-r1.ebuild	18 Sep 2010 00:51:57 -0000	1.2
@@ -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-misc/xearth/xearth-1.1-r1.ebuild,v 1.1 2010/09/18 00:48:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.2 2010/09/18 00:51:57 jer Exp $
 
 EAPI="2"
 
@@ -17,8 +17,7 @@
 IUSE=""
 
 RDEPEND="x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXext"
+	x11-libs/libXt"
 DEPEND="${RDEPEND}
 	x11-misc/imake
 	app-text/rman






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2012-02-03 18:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 18:32 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 18:32:49

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  Stable for amd64, wrt bug #397283
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Sep 2010 01:03:25 -0000	1.19
+++ ChangeLog	3 Feb 2012 18:32:49 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xearth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.19 2010/09/18 01:03:25 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.20 2012/02/03 18:32:49 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xearth-1.1-r1.ebuild:
+  Stable for amd64, wrt bug #397283
 
   18 Sep 2010; Jeroen Roovers <jer@gentoo.org>
   files/xearth-1.1-include.patch:



1.3                  x11-misc/xearth/xearth-1.1-r1.ebuild

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

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xearth-1.1-r1.ebuild	18 Sep 2010 00:51:57 -0000	1.2
+++ xearth-1.1-r1.ebuild	3 Feb 2012 18:32:49 -0000	1.3
@@ -1,6 +1,6 @@
-# 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-misc/xearth/xearth-1.1-r1.ebuild,v 1.2 2010/09/18 00:51:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.3 2012/02/03 18:32:49 ago Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="xearth"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2012-02-03 22:18 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-02-03 22:18 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/03 22:18:00

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  Marking xearth-1.1-r1 ppc for bug 397283
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.21                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Feb 2012 18:32:49 -0000	1.20
+++ ChangeLog	3 Feb 2012 22:18:00 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.20 2012/02/03 18:32:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.21 2012/02/03 22:18:00 ranger Exp $
+
+  03 Feb 2012; Brent Baude <ranger@gentoo.org> xearth-1.1-r1.ebuild:
+  Marking xearth-1.1-r1 ppc for bug 397283
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xearth-1.1-r1.ebuild:
   Stable for amd64, wrt bug #397283



1.4                  x11-misc/xearth/xearth-1.1-r1.ebuild

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

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xearth-1.1-r1.ebuild	3 Feb 2012 18:32:49 -0000	1.3
+++ xearth-1.1-r1.ebuild	3 Feb 2012 22:18:00 -0000	1.4
@@ -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-misc/xearth/xearth-1.1-r1.ebuild,v 1.3 2012/02/03 18:32:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.4 2012/02/03 22:18:00 ranger Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="xearth"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2012-02-16 19:01 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 19:01 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 19:01:02

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  x86 stable wrt bug #397283
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.22                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	3 Feb 2012 22:18:00 -0000	1.21
+++ ChangeLog	16 Feb 2012 19:01:02 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.21 2012/02/03 22:18:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.22 2012/02/16 19:01:02 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xearth-1.1-r1.ebuild:
+  x86 stable wrt bug #397283
 
   03 Feb 2012; Brent Baude <ranger@gentoo.org> xearth-1.1-r1.ebuild:
   Marking xearth-1.1-r1 ppc for bug 397283



1.5                  x11-misc/xearth/xearth-1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild?r1=1.4&r2=1.5

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xearth-1.1-r1.ebuild	3 Feb 2012 22:18:00 -0000	1.4
+++ xearth-1.1-r1.ebuild	16 Feb 2012 19:01:02 -0000	1.5
@@ -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-misc/xearth/xearth-1.1-r1.ebuild,v 1.4 2012/02/03 22:18:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.5 2012/02/16 19:01:02 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="xearth"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2012-03-02 23:02 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-03-02 23:02 UTC (permalink / raw
  To: gentoo-commits

klausman    12/03/02 23:02:46

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  Stable on alpha, bug #397283
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Feb 2012 19:01:02 -0000	1.22
+++ ChangeLog	2 Mar 2012 23:02:46 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.22 2012/02/16 19:01:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.23 2012/03/02 23:02:46 klausman Exp $
+
+  02 Mar 2012; Tobias Klausmann <klausman@gentoo.org> xearth-1.1-r1.ebuild:
+  Stable on alpha, bug #397283
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xearth-1.1-r1.ebuild:
   x86 stable wrt bug #397283



1.6                  x11-misc/xearth/xearth-1.1-r1.ebuild

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

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xearth-1.1-r1.ebuild	16 Feb 2012 19:01:02 -0000	1.5
+++ xearth-1.1-r1.ebuild	2 Mar 2012 23:02:46 -0000	1.6
@@ -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-misc/xearth/xearth-1.1-r1.ebuild,v 1.5 2012/02/16 19:01:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.6 2012/03/02 23:02:46 klausman Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="xearth"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild
@ 2012-03-06 21:53 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 21:53 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 21:53:16

  Modified:             ChangeLog xearth-1.1-r1.ebuild
  Log:
  Marking xearth-1.1-r1 ppc64 for bug 397283
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 x11-misc/xearth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	2 Mar 2012 23:02:46 -0000	1.23
+++ ChangeLog	6 Mar 2012 21:53:16 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xearth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.23 2012/03/02 23:02:46 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.24 2012/03/06 21:53:16 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> xearth-1.1-r1.ebuild:
+  Marking xearth-1.1-r1 ppc64 for bug 397283
 
   02 Mar 2012; Tobias Klausmann <klausman@gentoo.org> xearth-1.1-r1.ebuild:
   Stable on alpha, bug #397283



1.7                  x11-misc/xearth/xearth-1.1-r1.ebuild

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

Index: xearth-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xearth-1.1-r1.ebuild	2 Mar 2012 23:02:46 -0000	1.6
+++ xearth-1.1-r1.ebuild	6 Mar 2012 21:53:16 -0000	1.7
@@ -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-misc/xearth/xearth-1.1-r1.ebuild,v 1.6 2012/03/02 23:02:46 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.7 2012/03/06 21:53:16 ranger Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 LICENSE="xearth"
-KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

end of thread, other threads:[~2012-03-06 21:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18  0:51 [gentoo-commits] gentoo-x86 commit in x11-misc/xearth: ChangeLog xearth-1.1-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-06 21:53 Brent Baude (ranger)
2012-03-02 23:02 Tobias Klausmann (klausman)
2012-02-16 19:01 PaweA Hajdan (phajdan.jr)
2012-02-03 22:18 Brent Baude (ranger)
2012-02-03 18:32 Agostino Sarubbo (ago)
2010-09-18  0:48 Jeroen Roovers (jer)

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