public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild
@ 2010-09-03  7:47 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-09-03  7:47 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/09/03 07:47:38

  Modified:             ChangeLog
  Added:                xfishtank-2.1-r1.ebuild
  Log:
  Respect CC,CFLAGS,LDFLAGS wrt bug 334969. Thanks to Diego for the report. Fix implicit funcions declarations. Fix SIGSEGV on amd64. Keyword ~amd64
  
  (Portage version: 2.2_rc73/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 May 2009 09:16:05 -0000	1.14
+++ ChangeLog	3 Sep 2010 07:47:38 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/xfishtank
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.14 2009/05/04 09:16:05 nelchael Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.15 2010/09/03 07:47:38 xarthisius Exp $
+
+*xfishtank-2.1-r1 (03 Sep 2010)
+
+  03 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  +xfishtank-2.1-r1.ebuild, +files/xfishtank-2.1-implicits.patch:
+  Respect CC,CFLAGS,LDFLAGS wrt bug 334969. Thanks to Diego for the report.
+  Fix implicit funcions declarations. Fix SIGSEGV on amd64. Keyword ~amd64
 
   04 May 2009; Krzysiek Pawlik <nelchael@gentoo.org> xfishtank-2.1.ebuild:
   Do not strip binaries during install.



1.1                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.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/xfishtank/xfishtank-2.1-r1.ebuild,v 1.1 2010/09/03 07:47:38 xarthisius Exp $

EAPI=2

inherit eutils toolchain-funcs

MY_P=${P}tp

DESCRIPTION="Turns your root window into an aquarium."
HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
SRC_URI="http://www.ibiblio.org/pub/Linux/X11/demos/${MY_P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

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

S=${WORKDIR}/${MY_P}

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

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

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README README.Linux README.TrueColor README.Why.2.1tp || die
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild
@ 2011-03-19  0:01 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2011-03-19  0:01 UTC (permalink / raw
  To: gentoo-commits

abcd        11/03/19 00:01:32

  Modified:             ChangeLog xfishtank-2.1-r1.ebuild
  Log:
  Add ~x86-linux keyword
  
  (Portage version: 2.2.0_alpha27_p2/cvs/Linux i686)

Revision  Changes    Path
1.16                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Sep 2010 07:47:38 -0000	1.15
+++ ChangeLog	19 Mar 2011 00:01:32 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfishtank
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.15 2010/09/03 07:47:38 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.16 2011/03/19 00:01:32 abcd Exp $
+
+  19 Mar 2011; Jonathan Callen <abcd@gentoo.org> xfishtank-2.1-r1.ebuild:
+  Add ~x86-linux keyword
 
 *xfishtank-2.1-r1 (03 Sep 2010)
 



1.2                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfishtank-2.1-r1.ebuild	3 Sep 2010 07:47:38 -0000	1.1
+++ xfishtank-2.1-r1.ebuild	19 Mar 2011 00:01:32 -0000	1.2
@@ -1,6 +1,6 @@
-# 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-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.1 2010/09/03 07:47:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.2 2011/03/19 00:01:32 abcd Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild
@ 2011-12-16 15:18 Richard Freeman (rich0)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Freeman (rich0) @ 2011-12-16 15:18 UTC (permalink / raw
  To: gentoo-commits

rich0       11/12/16 15:18:07

  Modified:             ChangeLog xfishtank-2.1-r1.ebuild
  Log:
  amd64 stable - 394045
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Mar 2011 00:01:32 -0000	1.16
+++ ChangeLog	16 Dec 2011 15:18:07 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfishtank
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.16 2011/03/19 00:01:32 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.17 2011/12/16 15:18:07 rich0 Exp $
+
+  16 Dec 2011; Richard Freeman <rich0@gentoo.org> xfishtank-2.1-r1.ebuild:
+  amd64 stable - 394045
 
   19 Mar 2011; Jonathan Callen <abcd@gentoo.org> xfishtank-2.1-r1.ebuild:
   Add ~x86-linux keyword



1.3                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfishtank-2.1-r1.ebuild	19 Mar 2011 00:01:32 -0000	1.2
+++ xfishtank-2.1-r1.ebuild	16 Dec 2011 15:18:07 -0000	1.3
@@ -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/xfishtank/xfishtank-2.1-r1.ebuild,v 1.2 2011/03/19 00:01:32 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.3 2011/12/16 15:18:07 rich0 Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild
@ 2011-12-22 22:16 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-12-22 22:16 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/22 22:16:19

  Modified:             ChangeLog xfishtank-2.1-r1.ebuild
  Log:
  x86 stable, bug #394045
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 Dec 2011 15:18:07 -0000	1.17
+++ ChangeLog	22 Dec 2011 22:16:18 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfishtank
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.17 2011/12/16 15:18:07 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.18 2011/12/22 22:16:18 maekke Exp $
+
+  22 Dec 2011; Markus Meier <maekke@gentoo.org> xfishtank-2.1-r1.ebuild:
+  x86 stable, bug #394045
 
   16 Dec 2011; Richard Freeman <rich0@gentoo.org> xfishtank-2.1-r1.ebuild:
   amd64 stable - 394045



1.4                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfishtank-2.1-r1.ebuild	16 Dec 2011 15:18:07 -0000	1.3
+++ xfishtank-2.1-r1.ebuild	22 Dec 2011 22:16:18 -0000	1.4
@@ -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/xfishtank/xfishtank-2.1-r1.ebuild,v 1.3 2011/12/16 15:18:07 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.4 2011/12/22 22:16:18 maekke Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild
@ 2012-01-04 21:36 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 21:36 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 21:36:49

  Modified:             ChangeLog xfishtank-2.1-r1.ebuild
  Log:
  Marking xfishtank-2.1-r1 ppc for bug 394045
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.19                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Dec 2011 22:16:18 -0000	1.18
+++ ChangeLog	4 Jan 2012 21:36:49 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfishtank
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.18 2011/12/22 22:16:18 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.19 2012/01/04 21:36:49 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> xfishtank-2.1-r1.ebuild:
+  Marking xfishtank-2.1-r1 ppc for bug 394045
 
   22 Dec 2011; Markus Meier <maekke@gentoo.org> xfishtank-2.1-r1.ebuild:
   x86 stable, bug #394045



1.5                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfishtank-2.1-r1.ebuild	22 Dec 2011 22:16:18 -0000	1.4
+++ xfishtank-2.1-r1.ebuild	4 Jan 2012 21:36:49 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/xfishtank/xfishtank-2.1-r1.ebuild,v 1.4 2011/12/22 22:16:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.5 2012/01/04 21:36:49 ranger Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

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

ranger      12/03/06 21:50:44

  Modified:             ChangeLog xfishtank-2.1-r1.ebuild
  Log:
  Marking xfishtank-2.1-r1 ppc64 for bug 394045
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.20                 x11-misc/xfishtank/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	4 Jan 2012 21:36:49 -0000	1.19
+++ ChangeLog	6 Mar 2012 21:50:44 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xfishtank
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.19 2012/01/04 21:36:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.20 2012/03/06 21:50:44 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> xfishtank-2.1-r1.ebuild:
+  Marking xfishtank-2.1-r1 ppc64 for bug 394045
 
   04 Jan 2012; Brent Baude <ranger@gentoo.org> xfishtank-2.1-r1.ebuild:
   Marking xfishtank-2.1-r1 ppc for bug 394045



1.6                  x11-misc/xfishtank/xfishtank-2.1-r1.ebuild

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

Index: xfishtank-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfishtank-2.1-r1.ebuild	4 Jan 2012 21:36:49 -0000	1.5
+++ xfishtank-2.1-r1.ebuild	6 Mar 2012 21:50:44 -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/xfishtank/xfishtank-2.1-r1.ebuild,v 1.5 2012/01/04 21:36:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1-r1.ebuild,v 1.6 2012/03/06 21:50:44 ranger Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19  0:01 [gentoo-commits] gentoo-x86 commit in x11-misc/xfishtank: ChangeLog xfishtank-2.1-r1.ebuild Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-06 21:50 Brent Baude (ranger)
2012-01-04 21:36 Brent Baude (ranger)
2011-12-22 22:16 Markus Meier (maekke)
2011-12-16 15:18 Richard Freeman (rich0)
2010-09-03  7:47 Kacper Kowalik (xarthisius)

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