public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-10-28 11:38 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-10-28 11:38 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/10/28 11:38:46

  Modified:             ChangeLog
  Added:                libXaw-1.0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc98/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	25 Feb 2010 07:28:52 -0000	1.78
+++ ChangeLog	28 Oct 2010 11:38:46 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.78 2010/02/25 07:28:52 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.79 2010/10/28 11:38:46 scarabeus Exp $
+
+*libXaw-1.0.8 (28 Oct 2010)
+
+  28 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> +libXaw-1.0.8.ebuild:
+  Version bump.
 
   25 Feb 2010; Jonathan Callen <abcd@gentoo.org> libXaw-1.0.7.ebuild:
   Transfer prefix keywords (no other changes)



1.1                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.1 2010/10/28 11:38:46 scarabeus Exp $

EAPI=3
inherit xorg-2

DESCRIPTION="X.Org Xaw library"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXt
	x11-libs/libXmu
	x11-libs/libXpm"
DEPEND="${RDEPEND}
	x11-proto/xproto
	x11-proto/xextproto
	doc? ( app-text/xmlto )"

pkg_setup() {
	CONFIGURE_OPTIONS="$(use_enable doc specs)
		$(use_with doc xmlto)
		--without-fop"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-12-19 12:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-19 12:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/19 12:55:19

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  ppc64 stable wrt #344827
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libXaw-1.0.8.ebuild	1 Nov 2010 14:28:00 -0000	1.2
+++ libXaw-1.0.8.ebuild	19 Dec 2010 12:55:19 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.2 2010/11/01 14:28:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.3 2010/12/19 12:55:19 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.80                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	28 Oct 2010 11:38:46 -0000	1.79
+++ ChangeLog	19 Dec 2010 12:55:19 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.79 2010/10/28 11:38:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.80 2010/12/19 12:55:19 ssuominen Exp $
+
+  19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.8.ebuild:
+  ppc64 stable wrt #344827
 
 *libXaw-1.0.8 (28 Oct 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-12-23 11:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23 11:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/23 11:55:50

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  amd64 stable wrt #344827
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.4                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libXaw-1.0.8.ebuild	19 Dec 2010 12:55:19 -0000	1.3
+++ libXaw-1.0.8.ebuild	23 Dec 2010 11:55:50 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.3 2010/12/19 12:55:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.4 2010/12/23 11:55:50 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.81                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	19 Dec 2010 12:55:19 -0000	1.80
+++ ChangeLog	23 Dec 2010 11:55:50 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.80 2010/12/19 12:55:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.81 2010/12/23 11:55:50 ssuominen Exp $
+
+  23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.8.ebuild:
+  amd64 stable wrt #344827
 
   19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.8.ebuild:
   ppc64 stable wrt #344827






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-12-25 20:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-25 20:26 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/25 20:26:32

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  x86 stable, bug 344827
  
  (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.5                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libXaw-1.0.8.ebuild	23 Dec 2010 11:55:50 -0000	1.4
+++ libXaw-1.0.8.ebuild	25 Dec 2010 20:26:32 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.4 2010/12/23 11:55:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.5 2010/12/25 20:26:32 fauli Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.82                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	23 Dec 2010 11:55:50 -0000	1.81
+++ ChangeLog	25 Dec 2010 20:26:32 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.81 2010/12/23 11:55:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.82 2010/12/25 20:26:32 fauli Exp $
+
+  25 Dec 2010; Christian Faulhammer <fauli@gentoo.org> libXaw-1.0.8.ebuild:
+  x86 stable, bug 344827
 
   23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.8.ebuild:
   amd64 stable wrt #344827






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-12-29 22:06 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2010-12-29 22:06 UTC (permalink / raw
  To: gentoo-commits

maekke      10/12/29 22:06:26

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  arm stable, bug #344827
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libXaw-1.0.8.ebuild	25 Dec 2010 20:26:32 -0000	1.5
+++ libXaw-1.0.8.ebuild	29 Dec 2010 22:06:25 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.5 2010/12/25 20:26:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.6 2010/12/29 22:06:25 maekke Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.83                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	25 Dec 2010 20:26:32 -0000	1.82
+++ ChangeLog	29 Dec 2010 22:06:25 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.82 2010/12/25 20:26:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.83 2010/12/29 22:06:25 maekke Exp $
+
+  29 Dec 2010; Markus Meier <maekke@gentoo.org> libXaw-1.0.8.ebuild:
+  arm stable, bug #344827
 
   25 Dec 2010; Christian Faulhammer <fauli@gentoo.org> libXaw-1.0.8.ebuild:
   x86 stable, bug 344827






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2010-12-31 20:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-31 20:00 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/31 20:00:51

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #344827).
  
  (Portage version: 2.2.0_alpha11/cvs/Linux i686)

Revision  Changes    Path
1.7                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libXaw-1.0.8.ebuild	29 Dec 2010 22:06:25 -0000	1.6
+++ libXaw-1.0.8.ebuild	31 Dec 2010 20:00:50 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.6 2010/12/29 22:06:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.7 2010/12/31 20:00:50 jer Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.84                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	29 Dec 2010 22:06:25 -0000	1.83
+++ ChangeLog	31 Dec 2010 20:00:50 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.83 2010/12/29 22:06:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.84 2010/12/31 20:00:50 jer Exp $
+
+  31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libXaw-1.0.8.ebuild:
+  Stable for HPPA (bug #344827).
 
   29 Dec 2010; Markus Meier <maekke@gentoo.org> libXaw-1.0.8.ebuild:
   arm stable, bug #344827






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog
@ 2011-02-12 20:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 20:01 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/12 20:01:27

  Modified:             libXaw-1.0.8.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #344827
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.8                  x11-libs/libXaw/libXaw-1.0.8.ebuild

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

Index: libXaw-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libXaw-1.0.8.ebuild	31 Dec 2010 20:00:50 -0000	1.7
+++ libXaw-1.0.8.ebuild	12 Feb 2011 20:01:27 -0000	1.8
@@ -1,13 +1,13 @@
-# 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-libs/libXaw/libXaw-1.0.8.ebuild,v 1.7 2010/12/31 20:00:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.8.ebuild,v 1.8 2011/02/12 20:01:27 armin76 Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org Xaw library"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="x11-libs/libX11



1.88                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	12 Feb 2011 16:43:31 -0000	1.87
+++ ChangeLog	12 Feb 2011 20:01:27 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.87 2011/02/12 16:43:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.88 2011/02/12 20:01:27 armin76 Exp $
+
+  12 Feb 2011; Raúl Porcel <armin76@gentoo.org> libXaw-1.0.8.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #344827
 
   12 Feb 2011; Christian Faulhammer <fauli@gentoo.org> libXaw-1.0.9.ebuild:
   stable x86, bug 354237






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

end of thread, other threads:[~2011-02-12 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 20:01 [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.8.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-31 20:00 Jeroen Roovers (jer)
2010-12-29 22:06 Markus Meier (maekke)
2010-12-25 20:26 Christian Faulhammer (fauli)
2010-12-23 11:55 Samuli Suominen (ssuominen)
2010-12-19 12:55 Samuli Suominen (ssuominen)
2010-10-28 11:38 Tomas Chvatal (scarabeus)

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