public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-08-13 13:06 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-08-13 13:06 UTC (permalink / raw
  To: gentoo-commits

remi        09/08/13 13:06:50

  Modified:             ChangeLog
  Added:                libSM-1.1.1.ebuild
  Log:
  x11-libs/libSM: bump to 1.1.1, fix bugs 270003 and 280518
  (Portage version: 2.2_rc36/cvs/Linux i686)

Revision  Changes    Path
1.67                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	11 Aug 2009 18:35:42 -0000	1.66
+++ ChangeLog	13 Aug 2009 13:06:50 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.66 2009/08/11 18:35:42 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.67 2009/08/13 13:06:50 remi Exp $
+
+*libSM-1.1.1 (13 Aug 2009)
+
+  13 Aug 2009; Rémi Cardona <remi@gentoo.org> +libSM-1.1.1.ebuild:
+  bump to 1.1.1, fix bugs 270003 and 280518
 
   11 Aug 2009; Rémi Cardona <remi@gentoo.org> -libSM-1.0.2.ebuild,
   -libSM-1.0.3.ebuild:



1.1                  x11-libs/libSM/libSM-1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libSM-1.1.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.1 2009/08/13 13:06:50 remi Exp $

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

inherit x-modular

DESCRIPTION="X.Org SM library"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6"

RDEPEND="x11-libs/libICE
	x11-libs/xtrans
	x11-proto/xproto
	!x86-fbsd? (
		|| ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
	)"
DEPEND="${RDEPEND}"

pkg_setup() {
	CONFIGURE_OPTIONS="$(use_enable ipv6)"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-08-13 13:50 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-08-13 13:50 UTC (permalink / raw
  To: gentoo-commits

remi        09/08/13 13:50:45

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  x11-libs/libSM: look for FreeBSD's libc instead of x86-fbsd, thanks aballier
  (Portage version: 2.2_rc36/cvs/Linux i686)

Revision  Changes    Path
1.2                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libSM-1.1.1.ebuild	13 Aug 2009 13:06:50 -0000	1.1
+++ libSM-1.1.1.ebuild	13 Aug 2009 13:50:45 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.1 2009/08/13 13:06:50 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.2 2009/08/13 13:50:45 remi Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -10,12 +10,12 @@
 DESCRIPTION="X.Org SM library"
 
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6"
+IUSE="ipv6 elibc_FreeBSD"
 
 RDEPEND="x11-libs/libICE
 	x11-libs/xtrans
 	x11-proto/xproto
-	!x86-fbsd? (
+	!elibc_FreeBSD? (
 		|| ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
 	)"
 DEPEND="${RDEPEND}"



1.68                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	13 Aug 2009 13:06:50 -0000	1.67
+++ ChangeLog	13 Aug 2009 13:50:45 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.67 2009/08/13 13:06:50 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.68 2009/08/13 13:50:45 remi Exp $
+
+  13 Aug 2009; Rémi Cardona <remi@gentoo.org> libSM-1.1.1.ebuild:
+  look for FreeBSD's libc instead of x86-fbsd, thanks aballier
 
 *libSM-1.1.1 (13 Aug 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-08-14  9:14 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-08-14  9:14 UTC (permalink / raw
  To: gentoo-commits

remi        09/08/14 09:14:57

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  x11-libs/libSM: up libICE dep to 1.0.5 (fixes bug #281360)
  (Portage version: 2.2_rc36/cvs/Linux i686)

Revision  Changes    Path
1.3                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libSM-1.1.1.ebuild	13 Aug 2009 13:50:45 -0000	1.2
+++ libSM-1.1.1.ebuild	14 Aug 2009 09:14:57 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.2 2009/08/13 13:50:45 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.3 2009/08/14 09:14:57 remi Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -12,7 +12,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="ipv6 elibc_FreeBSD"
 
-RDEPEND="x11-libs/libICE
+RDEPEND=">=x11-libs/libICE-1.0.5
 	x11-libs/xtrans
 	x11-proto/xproto
 	!elibc_FreeBSD? (



1.69                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	13 Aug 2009 13:50:45 -0000	1.68
+++ ChangeLog	14 Aug 2009 09:14:57 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.68 2009/08/13 13:50:45 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.69 2009/08/14 09:14:57 remi Exp $
+
+  14 Aug 2009; Rémi Cardona <remi@gentoo.org> libSM-1.1.1.ebuild:
+  up libICE dep to 1.0.5 (fixes bug #281360)
 
   13 Aug 2009; Rémi Cardona <remi@gentoo.org> libSM-1.1.1.ebuild:
   look for FreeBSD's libc instead of x86-fbsd, thanks aballier






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-09-30 19:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-09-30 19:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/09/30 19:55:38

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  amd64 stable wrt #282290
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libSM-1.1.1.ebuild	30 Sep 2009 09:58:54 -0000	1.4
+++ libSM-1.1.1.ebuild	30 Sep 2009 19:55:38 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.4 2009/09/30 09:58:54 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.5 2009/09/30 19:55:38 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.71                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	30 Sep 2009 09:58:54 -0000	1.70
+++ ChangeLog	30 Sep 2009 19:55:38 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.70 2009/09/30 09:58:54 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.71 2009/09/30 19:55:38 ssuominen Exp $
+
+  30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> libSM-1.1.1.ebuild:
+  amd64 stable wrt #282290
 
   30 Sep 2009; Michael Haubenwallner <haubi@gentoo.org> libSM-1.1.1.ebuild,
   metadata.xml:






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-10-05 14:52 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-10-05 14:52 UTC (permalink / raw
  To: gentoo-commits

fauli       09/10/05 14:52:36

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  x86 stable, bug 282290
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.6                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libSM-1.1.1.ebuild	30 Sep 2009 19:55:38 -0000	1.5
+++ libSM-1.1.1.ebuild	5 Oct 2009 14:52:36 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.5 2009/09/30 19:55:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.6 2009/10/05 14:52:36 fauli Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.72                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	30 Sep 2009 19:55:38 -0000	1.71
+++ ChangeLog	5 Oct 2009 14:52:36 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.71 2009/09/30 19:55:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.72 2009/10/05 14:52:36 fauli Exp $
+
+  05 Oct 2009; Christian Faulhammer <fauli@gentoo.org> libSM-1.1.1.ebuild:
+  x86 stable, bug 282290
 
   30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> libSM-1.1.1.ebuild:
   amd64 stable wrt #282290






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-10-09 21:41 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-10-09 21:41 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/09 21:41:14

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  arm stable, bug #282290
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libSM-1.1.1.ebuild	5 Oct 2009 14:52:36 -0000	1.6
+++ libSM-1.1.1.ebuild	9 Oct 2009 21:41:13 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.6 2009/10/05 14:52:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.7 2009/10/09 21:41:13 maekke Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.73                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	5 Oct 2009 14:52:36 -0000	1.72
+++ ChangeLog	9 Oct 2009 21:41:13 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.72 2009/10/05 14:52:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.73 2009/10/09 21:41:13 maekke Exp $
+
+  09 Oct 2009; Markus Meier <maekke@gentoo.org> libSM-1.1.1.ebuild:
+  arm stable, bug #282290
 
   05 Oct 2009; Christian Faulhammer <fauli@gentoo.org> libSM-1.1.1.ebuild:
   x86 stable, bug 282290






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-10-11 10:57 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-11 10:57 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/11 10:57:52

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  ppc stable #282290
  (Portage version: 2.1.6.13/cvs/Linux ppc, RepoMan options: --force)

Revision  Changes    Path
1.8                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libSM-1.1.1.ebuild	9 Oct 2009 21:41:13 -0000	1.7
+++ libSM-1.1.1.ebuild	11 Oct 2009 10:57:52 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.7 2009/10/09 21:41:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.8 2009/10/11 10:57:52 nixnut Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.74                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	9 Oct 2009 21:41:13 -0000	1.73
+++ ChangeLog	11 Oct 2009 10:57:52 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.73 2009/10/09 21:41:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.74 2009/10/11 10:57:52 nixnut Exp $
+
+  11 Oct 2009; nixnut <nixnut@gentoo.org> libSM-1.1.1.ebuild:
+  ppc stable #282290
 
   09 Oct 2009; Markus Meier <maekke@gentoo.org> libSM-1.1.1.ebuild:
   arm stable, bug #282290






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-10-26 20:52 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-26 20:52 UTC (permalink / raw
  To: gentoo-commits

jer         09/10/26 20:52:15

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #282290).
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.9                  x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libSM-1.1.1.ebuild	11 Oct 2009 10:57:52 -0000	1.8
+++ libSM-1.1.1.ebuild	26 Oct 2009 20:52:15 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.8 2009/10/11 10:57:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.9 2009/10/26 20:52:15 jer Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.75                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	11 Oct 2009 10:57:52 -0000	1.74
+++ ChangeLog	26 Oct 2009 20:52:15 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.74 2009/10/11 10:57:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.75 2009/10/26 20:52:15 jer Exp $
+
+  26 Oct 2009; Jeroen Roovers <jer@gentoo.org> libSM-1.1.1.ebuild:
+  Stable for HPPA (bug #282290).
 
   11 Oct 2009; nixnut <nixnut@gentoo.org> libSM-1.1.1.ebuild:
   ppc stable #282290






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-12-15 15:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-15 15:58 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/15 15:58:07

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #282290
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.10                 x11-libs/libSM/libSM-1.1.1.ebuild

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

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libSM-1.1.1.ebuild	26 Oct 2009 20:52:15 -0000	1.9
+++ libSM-1.1.1.ebuild	15 Dec 2009 15:58:07 -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-libs/libSM/libSM-1.1.1.ebuild,v 1.9 2009/10/26 20:52:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.10 2009/12/15 15:58:07 armin76 Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.76                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	26 Oct 2009 20:52:15 -0000	1.75
+++ ChangeLog	15 Dec 2009 15:58:07 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.75 2009/10/26 20:52:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.76 2009/12/15 15:58:07 armin76 Exp $
+
+  15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libSM-1.1.1.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #282290
 
   26 Oct 2009; Jeroen Roovers <jer@gentoo.org> libSM-1.1.1.ebuild:
   Stable for HPPA (bug #282290).






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog
@ 2009-12-15 19:32 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:32 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/15 19:32:55

  Modified:             libSM-1.1.1.ebuild ChangeLog
  Log:
  Marking libSM-1.1.1 ppc64 for bug 294958
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 x11-libs/libSM/libSM-1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild?r1=1.10&r2=1.11

Index: libSM-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libSM-1.1.1.ebuild	15 Dec 2009 15:58:07 -0000	1.10
+++ libSM-1.1.1.ebuild	15 Dec 2009 19:32:55 -0000	1.11
@@ -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-libs/libSM/libSM-1.1.1.ebuild,v 1.10 2009/12/15 15:58:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.11 2009/12/15 19:32:55 ranger Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="ipv6 +uuid elibc_FreeBSD"
 
 RDEPEND=">=x11-libs/libICE-1.0.5



1.77                 x11-libs/libSM/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	15 Dec 2009 15:58:07 -0000	1.76
+++ ChangeLog	15 Dec 2009 19:32:55 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.76 2009/12/15 15:58:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.77 2009/12/15 19:32:55 ranger Exp $
+
+  15 Dec 2009; Brent Baude <ranger@gentoo.org> libSM-1.1.1.ebuild:
+  Marking libSM-1.1.1 ppc64 stable for bug 294958
 
   15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libSM-1.1.1.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #282290






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

end of thread, other threads:[~2009-12-15 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 10:57 [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.1.1.ebuild ChangeLog Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-15 19:32 Brent Baude (ranger)
2009-12-15 15:58 Raul Porcel (armin76)
2009-10-26 20:52 Jeroen Roovers (jer)
2009-10-09 21:41 Markus Meier (maekke)
2009-10-05 14:52 Christian Faulhammer (fauli)
2009-09-30 19:55 Samuli Suominen (ssuominen)
2009-08-14  9:14 Remi Cardona (remi)
2009-08-13 13:50 Remi Cardona (remi)
2009-08-13 13:06 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