public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-01-14 13:22 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-01-14 13:22 UTC (permalink / raw
  To: gentoo-commits

remi        09/01/14 13:22:42

  Modified:             ChangeLog
  Added:                xman-1.0.2-r1.ebuild
  Log:
  x11-apps/xman: remove xprint support (see bug #254874)
  (Portage version: 2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.21                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	11 Oct 2008 22:27:05 -0000	1.20
+++ ChangeLog	14 Jan 2009 13:22:42 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xman
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.20 2008/10/11 22:27:05 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.21 2009/01/14 13:22:42 remi Exp $
+
+*xman-1.0.2-r1 (14 Jan 2009)
+
+  14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xman-1.0.2-r1.ebuild:
+  remove xprint support (see bug #254874)
 
   11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> xman-1.0.2.ebuild:
   Fix dependencies.



1.1                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: xman-1.0.2-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.1 2009/01/14 13:22:42 remi Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="Manual page display program for the X Window System"

KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="xprint"

RDEPEND="x11-libs/libXaw"
DEPEND="${RDEPEND}"

CONFIGURE_OPTIONS="--disable-xprint"






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-02-27 22:53 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-02-27 22:53 UTC (permalink / raw
  To: gentoo-commits

remi        09/02/27 22:53:29

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  x11-apps/xman: really remove xprint support (see bug #254874)
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.1&r2=1.2

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xman-1.0.2-r1.ebuild	14 Jan 2009 13:22:42 -0000	1.1
+++ xman-1.0.2-r1.ebuild	27 Feb 2009 22:53:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.1 2009/01/14 13:22:42 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.2 2009/02/27 22:53:29 remi Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -10,7 +10,7 @@
 DESCRIPTION="Manual page display program for the X Window System"
 
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="xprint"
+IUSE=""
 
 RDEPEND="x11-libs/libXaw"
 DEPEND="${RDEPEND}"



1.22                 x11-apps/xman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Jan 2009 13:22:42 -0000	1.21
+++ ChangeLog	27 Feb 2009 22:53:29 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.21 2009/01/14 13:22:42 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.22 2009/02/27 22:53:29 remi Exp $
+
+  27 Feb 2009; Rémi Cardona <remi@gentoo.org> xman-1.0.2-r1.ebuild:
+  really remove xprint support (see bug #254874)
 
 *xman-1.0.2-r1 (14 Jan 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-05 17:04 Olivier Crete (tester)
  0 siblings, 0 replies; 10+ messages in thread
From: Olivier Crete (tester) @ 2009-04-05 17:04 UTC (permalink / raw
  To: gentoo-commits

tester      09/04/05 17:04:44

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  Stable on amd64, bug #264982
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.2&r2=1.3

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xman-1.0.2-r1.ebuild	27 Feb 2009 22:53:29 -0000	1.2
+++ xman-1.0.2-r1.ebuild	5 Apr 2009 17:04:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.2 2009/02/27 22:53:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.3 2009/04/05 17:04:44 tester Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.23                 x11-apps/xman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Feb 2009 22:53:29 -0000	1.22
+++ ChangeLog	5 Apr 2009 17:04:44 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.22 2009/02/27 22:53:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.23 2009/04/05 17:04:44 tester Exp $
+
+  05 Apr 2009; Olivier Crête <tester@gentoo.org> xman-1.0.2-r1.ebuild:
+  Stable on amd64, bug #264982
 
   27 Feb 2009; Rémi Cardona <remi@gentoo.org> xman-1.0.2-r1.ebuild:
   really remove xprint support (see bug #254874)






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-05 20:43 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-04-05 20:43 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/05 20:43:50

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #264982
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-apps/xman/xman-1.0.2-r1.ebuild

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

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xman-1.0.2-r1.ebuild	5 Apr 2009 17:04:44 -0000	1.3
+++ xman-1.0.2-r1.ebuild	5 Apr 2009 20:43:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.3 2009/04/05 17:04:44 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.4 2009/04/05 20:43:50 maekke Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.24                 x11-apps/xman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 Apr 2009 17:04:44 -0000	1.23
+++ ChangeLog	5 Apr 2009 20:43:50 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.23 2009/04/05 17:04:44 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.24 2009/04/05 20:43:50 maekke Exp $
+
+  05 Apr 2009; Markus Meier <maekke@gentoo.org> xman-1.0.2-r1.ebuild:
+  x86 stable, bug #264982
 
   05 Apr 2009; Olivier Crête <tester@gentoo.org> xman-1.0.2-r1.ebuild:
   Stable on amd64, bug #264982






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-06 16:36 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-06 16:36 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/04/06 16:36:39

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  Stable on sparc, bug #264982
  (Portage version: 2.2_rc28/cvs/Linux sparc64)

Revision  Changes    Path
1.5                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.4&r2=1.5

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xman-1.0.2-r1.ebuild	5 Apr 2009 20:43:50 -0000	1.4
+++ xman-1.0.2-r1.ebuild	6 Apr 2009 16:36:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.4 2009/04/05 20:43:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.5 2009/04/06 16:36:39 bluebird Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.25                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Apr 2009 20:43:50 -0000	1.24
+++ ChangeLog	6 Apr 2009 16:36:39 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.24 2009/04/05 20:43:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.25 2009/04/06 16:36:39 bluebird Exp $
+
+  06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> xman-1.0.2-r1.ebuild:
+  Stable on sparc, bug #264982
 
   05 Apr 2009; Markus Meier <maekke@gentoo.org> xman-1.0.2-r1.ebuild:
   x86 stable, bug #264982






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-09 15:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-09 15:01 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/09 15:01:49

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  arm/s390/sh stable wrt #264892
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.6                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.5&r2=1.6

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xman-1.0.2-r1.ebuild	6 Apr 2009 16:36:39 -0000	1.5
+++ xman-1.0.2-r1.ebuild	9 Apr 2009 15:01:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.5 2009/04/06 16:36:39 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.6 2009/04/09 15:01:49 armin76 Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.26                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Apr 2009 16:36:39 -0000	1.25
+++ ChangeLog	9 Apr 2009 15:01:49 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.25 2009/04/06 16:36:39 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.26 2009/04/09 15:01:49 armin76 Exp $
+
+  09 Apr 2009; Raúl Porcel <armin76@gentoo.org> xman-1.0.2-r1.ebuild:
+  arm/s390/sh stable wrt #264892
 
   06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> xman-1.0.2-r1.ebuild:
   Stable on sparc, bug #264982






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-11 18:25 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-04-11 18:25 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/04/11 18:25:11

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  ppc stable #264982
  (Portage version: 2.1.6.11/cvs/Linux ppc)

Revision  Changes    Path
1.7                  x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.6&r2=1.7

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xman-1.0.2-r1.ebuild	9 Apr 2009 15:01:49 -0000	1.6
+++ xman-1.0.2-r1.ebuild	11 Apr 2009 18:25:11 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.6 2009/04/09 15:01:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.7 2009/04/11 18:25:11 nixnut Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ~ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.27                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Apr 2009 15:01:49 -0000	1.26
+++ ChangeLog	11 Apr 2009 18:25:11 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.26 2009/04/09 15:01:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.27 2009/04/11 18:25:11 nixnut Exp $
+
+  11 Apr 2009; nixnut <nixnut@gentoo.org> xman-1.0.2-r1.ebuild:
+  ppc stable #264982
 
   09 Apr 2009; Raúl Porcel <armin76@gentoo.org> xman-1.0.2-r1.ebuild:
   arm/s390/sh stable wrt #264892






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-17 18:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-17 18:42 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/17 18:42:10

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  Marked ~hppa too.
  (Portage version: 2.2_rc30/cvs/Linux i686)

Revision  Changes    Path
1.8                  x11-apps/xman/xman-1.0.2-r1.ebuild

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

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xman-1.0.2-r1.ebuild	11 Apr 2009 18:25:11 -0000	1.7
+++ xman-1.0.2-r1.ebuild	17 Apr 2009 18:42:10 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.7 2009/04/11 18:25:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.8 2009/04/17 18:42:10 jer Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 arm ~mips ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="amd64 arm ~hppa ~mips ppc ~ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.28                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	11 Apr 2009 18:25:11 -0000	1.27
+++ ChangeLog	17 Apr 2009 18:42:10 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.27 2009/04/11 18:25:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.28 2009/04/17 18:42:10 jer Exp $
+
+  17 Apr 2009; Jeroen Roovers <jer@gentoo.org> xman-1.0.2-r1.ebuild:
+  Marked ~hppa too.
 
   11 Apr 2009; nixnut <nixnut@gentoo.org> xman-1.0.2-r1.ebuild:
   ppc stable #264982






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-04-22  0:45 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-04-22  0:45 UTC (permalink / raw
  To: gentoo-commits

ranger      09/04/22 00:45:49

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  Marking xman-1.0.2-r1 ppc for bug 264982
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  x11-apps/xman/xman-1.0.2-r1.ebuild

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

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xman-1.0.2-r1.ebuild	17 Apr 2009 18:42:10 -0000	1.8
+++ xman-1.0.2-r1.ebuild	22 Apr 2009 00:45:48 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.8 2009/04/17 18:42:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.9 2009/04/22 00:45:48 ranger Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 arm ~hppa ~mips ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.29                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	17 Apr 2009 18:42:10 -0000	1.28
+++ ChangeLog	22 Apr 2009 00:45:48 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.28 2009/04/17 18:42:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.29 2009/04/22 00:45:48 ranger Exp $
+
+  22 Apr 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
+  Marking xman-1.0.2-r1 ppc64 stable for bug 264982
 
   17 Apr 2009; Jeroen Roovers <jer@gentoo.org> xman-1.0.2-r1.ebuild:
   Marked ~hppa too.






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog
@ 2009-07-07  1:46 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-07  1:46 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/07 01:46:04

  Modified:             xman-1.0.2-r1.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.10                 x11-apps/xman/xman-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild?r1=1.9&r2=1.10

Index: xman-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xman-1.0.2-r1.ebuild	22 Apr 2009 00:45:48 -0000	1.9
+++ xman-1.0.2-r1.ebuild	7 Jul 2009 01:46:04 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.9 2009/04/22 00:45:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.0.2-r1.ebuild,v 1.10 2009/07/07 01:46:04 jer Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Manual page display program for the X Window System"
 
-KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXaw"



1.30                 x11-apps/xman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xman/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	22 Apr 2009 00:45:48 -0000	1.29
+++ ChangeLog	7 Jul 2009 01:46:04 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.29 2009/04/22 00:45:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/ChangeLog,v 1.30 2009/07/07 01:46:04 jer Exp $
+
+  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xman-1.0.2-r1.ebuild:
+  Stable for HPPA too.
 
   22 Apr 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
   Marking xman-1.0.2-r1 ppc64 stable for bug 264982






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

end of thread, other threads:[~2009-07-07  1:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07  1:46 [gentoo-commits] gentoo-x86 commit in x11-apps/xman: xman-1.0.2-r1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-22  0:45 Brent Baude (ranger)
2009-04-17 18:42 Jeroen Roovers (jer)
2009-04-11 18:25 Gysbert Wassenaar (nixnut)
2009-04-09 15:01 Raul Porcel (armin76)
2009-04-06 16:36 Friedrich Oslage (bluebird)
2009-04-05 20:43 Markus Meier (maekke)
2009-04-05 17:04 Olivier Crete (tester)
2009-02-27 22:53 Remi Cardona (remi)
2009-01-14 13:22 Remi Cardona (remi)

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