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

scarabeus    10/10/28 11:28:08

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

Revision  Changes    Path
1.79                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	23 Jan 2010 20:40:18 -0000	1.78
+++ ChangeLog	28 Oct 2010 11:28:08 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.78 2010/01/23 20:40:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.79 2010/10/28 11:28:08 scarabeus Exp $
+
+*libSM-1.2.0 (28 Oct 2010)
+
+  28 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> +libSM-1.2.0.ebuild:
+  Version bump.
 
   23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libSM-1.1.0.ebuild:
   rm



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

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

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

EAPI=3
inherit xorg-2

DESCRIPTION="X.Org SM library"

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

RDEPEND="x11-libs/libICE
	x11-libs/xtrans
	!elibc_FreeBSD? (
		uuid? ( >=sys-apps/util-linux-2.16 )
	)"
DEPEND="${RDEPEND}
	x11-proto/xproto
	doc? ( app-text/xmlto )"

pkg_setup() {
	CONFIGURE_OPTIONS="$(use_enable ipv6)
		$(use_enable doc docs)
		$(use_with doc xmlto)
		$(use_with uuid libuuid)
		--without-fop"
	# do not use uuid even if available in libc (like on FreeBSD)
	use uuid || export ac_cv_func_uuid_create=no
}






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

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

ssuominen    10/12/19 12:51:41

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

Revision  Changes    Path
1.80                 x11-libs/libSM/ChangeLog

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

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



1.3                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libSM-1.2.0.ebuild	1 Nov 2010 14:28:01 -0000	1.2
+++ libSM-1.2.0.ebuild	19 Dec 2010 12:51:41 -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/libSM/libSM-1.2.0.ebuild,v 1.2 2010/11/01 14:28:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.3 2010/12/19 12:51:41 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
 
 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="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

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

ssuominen    10/12/23 11:54:56

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

Revision  Changes    Path
1.81                 x11-libs/libSM/ChangeLog

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

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



1.4                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libSM-1.2.0.ebuild	19 Dec 2010 12:51:41 -0000	1.3
+++ libSM-1.2.0.ebuild	23 Dec 2010 11:54:55 -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/libSM/libSM-1.2.0.ebuild,v 1.3 2010/12/19 12:51:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.4 2010/12/23 11:54:55 ssuominen Exp $
 
 EAPI=3
 inherit xorg-2
 
 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="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

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

fauli       10/12/25 20:25:04

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

Revision  Changes    Path
1.82                 x11-libs/libSM/ChangeLog

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

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



1.5                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libSM-1.2.0.ebuild	23 Dec 2010 11:54:55 -0000	1.4
+++ libSM-1.2.0.ebuild	25 Dec 2010 20:25:04 -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/libSM/libSM-1.2.0.ebuild,v 1.4 2010/12/23 11:54:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.5 2010/12/25 20:25:04 fauli Exp $
 
 EAPI=3
 inherit xorg-2
 
 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="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

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

maekke      10/12/29 21:13:42

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

Revision  Changes    Path
1.83                 x11-libs/libSM/ChangeLog

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

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



1.6                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libSM-1.2.0.ebuild	25 Dec 2010 20:25:04 -0000	1.5
+++ libSM-1.2.0.ebuild	29 Dec 2010 21:13:41 -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/libSM/libSM-1.2.0.ebuild,v 1.5 2010/12/25 20:25:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.6 2010/12/29 21:13:41 maekke Exp $
 
 EAPI=3
 inherit xorg-2
 
 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="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

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

jer         10/12/31 19:59:19

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  Stable for HPPA (bug #344827).
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)

Revision  Changes    Path
1.84                 x11-libs/libSM/ChangeLog

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

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



1.7                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libSM-1.2.0.ebuild	29 Dec 2010 21:13:41 -0000	1.6
+++ libSM-1.2.0.ebuild	31 Dec 2010 19:59:19 -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/libSM/libSM-1.2.0.ebuild,v 1.6 2010/12/29 21:13:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.7 2010/12/31 19:59:19 jer Exp $
 
 EAPI=3
 inherit xorg-2
 
 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="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild
@ 2011-01-27 16:48 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-01-27 16:48 UTC (permalink / raw
  To: gentoo-commits

darkside    11/01/27 16:48:02

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  Push Gentoo Prefix changes from x11 overlay, as approved
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.85                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	31 Dec 2010 19:59:19 -0000	1.84
+++ ChangeLog	27 Jan 2011 16:48:02 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.84 2010/12/31 19:59:19 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.85 2011/01/27 16:48:02 darkside Exp $
+
+  27 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libSM-1.2.0.ebuild:
+  Push Gentoo Prefix changes from x11 overlay, as approved
 
   31 Dec 2010; Jeroen Roovers <jer@gentoo.org> libSM-1.2.0.ebuild:
   Stable for HPPA (bug #344827).



1.8                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libSM-1.2.0.ebuild	31 Dec 2010 19:59:19 -0000	1.7
+++ libSM-1.2.0.ebuild	27 Jan 2011 16:48:02 -0000	1.8
@@ -1,21 +1,21 @@
-# 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/libSM/libSM-1.2.0.ebuild,v 1.7 2010/12/31 19:59:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.8 2011/01/27 16:48:02 darkside Exp $
 
 EAPI=3
 inherit xorg-2
 
 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 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE
 	x11-libs/xtrans
 	x11-proto/xproto
-	!elibc_FreeBSD? (
+	!elibc_FreeBSD? ( !elibc_IRIX? ( !elibc_SunOS? (
 		uuid? ( >=sys-apps/util-linux-2.16 )
-	)"
+	) ) )"
 DEPEND="${RDEPEND}
 	doc? ( app-text/xmlto )"
 
@@ -29,4 +29,14 @@
 		--without-fop"
 	# do not use uuid even if available in libc (like on FreeBSD)
 	use uuid || export ac_cv_func_uuid_create=no
+	# solaris hack
+	if use uuid &&
+		[[ ${CHOST} == *-solaris* ]] &&
+		[[ ! -d ${EROOT}/usr/include/uuid ]] &&
+		[[ -d ${ROOT}/usr/include/uuid ]]
+	then
+		# ${ROOT} is proper here
+		export LIBUUID_CFLAGS="-I${ROOT}/usr/include/uuid"
+		export LIBUUID_LIBS="-luuid"
+	fi
 }






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

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

armin76     11/02/12 19:41:56

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

Revision  Changes    Path
1.86                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	27 Jan 2011 16:48:02 -0000	1.85
+++ ChangeLog	12 Feb 2011 19:41:56 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.85 2011/01/27 16:48:02 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.86 2011/02/12 19:41:56 armin76 Exp $
+
+  12 Feb 2011; Raúl Porcel <armin76@gentoo.org> libSM-1.2.0.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #344827
 
   27 Jan 2011; Jeremy Olexa <darkside@gentoo.org> libSM-1.2.0.ebuild:
   Push Gentoo Prefix changes from x11 overlay, as approved



1.9                  x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libSM-1.2.0.ebuild	27 Jan 2011 16:48:02 -0000	1.8
+++ libSM-1.2.0.ebuild	12 Feb 2011 19:41:56 -0000	1.9
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.8 2011/01/27 16:48:02 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.9 2011/02/12 19:41:56 armin76 Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild
@ 2011-02-14 14:48 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-14 14:48 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/14 14:48:29

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  ppc stable wrt #344827, #354237
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.87                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	12 Feb 2011 19:41:56 -0000	1.86
+++ ChangeLog	14 Feb 2011 14:48:29 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.86 2011/02/12 19:41:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.87 2011/02/14 14:48:29 xarthisius Exp $
+
+  14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libSM-1.2.0.ebuild:
+  ppc stable wrt #344827, #354237
 
   12 Feb 2011; Raúl Porcel <armin76@gentoo.org> libSM-1.2.0.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #344827



1.10                 x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libSM-1.2.0.ebuild	12 Feb 2011 19:41:56 -0000	1.9
+++ libSM-1.2.0.ebuild	14 Feb 2011 14:48:29 -0000	1.10
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.9 2011/02/12 19:41:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.10 2011/02/14 14:48:29 xarthisius Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc ipv6 +uuid"
 
 RDEPEND="x11-libs/libICE






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild
@ 2011-02-20 12:17 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 12+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-02-20 12:17 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/02/20 12:17:00

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  Depend on new enough libICE. Per bug #355483.
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	14 Feb 2011 14:48:29 -0000	1.87
+++ ChangeLog	20 Feb 2011 12:17:00 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.87 2011/02/14 14:48:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.88 2011/02/20 12:17:00 scarabeus Exp $
+
+  20 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> libSM-1.2.0.ebuild:
+  Depend on new enough libICE. Per bug #355483.
 
   14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libSM-1.2.0.ebuild:
   ppc stable wrt #344827, #354237



1.11                 x11-libs/libSM/libSM-1.2.0.ebuild

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

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libSM-1.2.0.ebuild	14 Feb 2011 14:48:29 -0000	1.10
+++ libSM-1.2.0.ebuild	20 Feb 2011 12:17:00 -0000	1.11
@@ -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-libs/libSM/libSM-1.2.0.ebuild,v 1.10 2011/02/14 14:48:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.11 2011/02/20 12:17:00 scarabeus Exp $
 
 EAPI=3
 inherit xorg-2
@@ -10,7 +10,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc ipv6 +uuid"
 
-RDEPEND="x11-libs/libICE
+RDEPEND=">=x11-libs/libICE-1.0.5
 	x11-libs/xtrans
 	x11-proto/xproto
 	!elibc_FreeBSD? ( !elibc_IRIX? ( !elibc_SunOS? (






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild
@ 2011-06-22 18:29 Fabian Groffen (grobian)
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-22 18:29 UTC (permalink / raw
  To: gentoo-commits

grobian     11/06/22 18:29:20

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  Marked ~x64-macos, bug #371861
  
  (Portage version: 2.2.01.18826-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.89                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	20 Feb 2011 12:17:00 -0000	1.88
+++ ChangeLog	22 Jun 2011 18:29:20 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.88 2011/02/20 12:17:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.89 2011/06/22 18:29:20 grobian Exp $
+
+  22 Jun 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
+  Marked ~x64-macos, bug #371861
 
   20 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> libSM-1.2.0.ebuild:
   Depend on new enough libICE. Per bug #355483.



1.12                 x11-libs/libSM/libSM-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?r1=1.11&r2=1.12

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libSM-1.2.0.ebuild	20 Feb 2011 12:17:00 -0000	1.11
+++ libSM-1.2.0.ebuild	22 Jun 2011 18:29:20 -0000	1.12
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.11 2011/02/20 12:17:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.12 2011/06/22 18:29:20 grobian Exp $
 
 EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org SM library"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc ipv6 +uuid"
 
 RDEPEND=">=x11-libs/libICE-1.0.5






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild
@ 2011-08-28 12:05 Fabian Groffen (grobian)
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2011-08-28 12:05 UTC (permalink / raw
  To: gentoo-commits

grobian     11/08/28 12:05:01

  Modified:             ChangeLog libSM-1.2.0.ebuild
  Log:
  Fix compilation with USE=uuid on Solaris and Darwin, bug #353787
  
  (Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.90                 x11-libs/libSM/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	22 Jun 2011 18:29:20 -0000	1.89
+++ ChangeLog	28 Aug 2011 12:05:00 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.89 2011/06/22 18:29:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.90 2011/08/28 12:05:00 grobian Exp $
+
+  28 Aug 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
+  Fix compilation with USE=uuid on Solaris and Darwin, bug #353787
 
   22 Jun 2011; Fabian Groffen <grobian@gentoo.org> libSM-1.2.0.ebuild:
   Marked ~x64-macos, bug #371861



1.13                 x11-libs/libSM/libSM-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild?r1=1.12&r2=1.13

Index: libSM-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libSM-1.2.0.ebuild	22 Jun 2011 18:29:20 -0000	1.12
+++ libSM-1.2.0.ebuild	28 Aug 2011 12:05:00 -0000	1.13
@@ -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-libs/libSM/libSM-1.2.0.ebuild,v 1.12 2011/06/22 18:29:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.0.ebuild,v 1.13 2011/08/28 12:05:00 grobian Exp $
 
 EAPI=3
 inherit xorg-2
@@ -20,23 +20,35 @@
 	doc? ( app-text/xmlto )"
 
 pkg_setup() {
+	local withuuid=$(use_with uuid libuuid)
 	xorg-2_pkg_setup
 
+	# do not use uuid even if available in libc (like on FreeBSD)
+	use uuid || export ac_cv_func_uuid_create=no
+
+	if use uuid ; then
+		case ${CHOST} in
+			*-solaris*|*-darwin*)
+				if [[ ! -d ${EROOT}usr/include/uuid ]] &&
+					[[ -d ${ROOT}usr/include/uuid ]]
+				then
+					# Solaris and Darwin have uuid provided by the host
+					# system.  Since util-linux's version is based on this
+					# version, and on Darwin actually breaks host headers when
+					# installed, we can "pretend" for libSM we have libuuid
+					# installed, while in fact we don't
+					withuuid="--without-libuuid"
+					export HAVE_LIBUUID=yes
+					export LIBUUID_CFLAGS="-I${ROOT}usr/include/uuid"
+					# Darwin has uuid in libSystem
+					[[ ${CHOST} == *-solaris* ]] &&	export LIBUUID_LIBS="-luuid"
+				fi
+				;;
+		esac
+	fi
 	CONFIGURE_OPTIONS="$(use_enable ipv6)
 		$(use_enable doc docs)
 		$(use_with doc xmlto)
-		$(use_with uuid libuuid)
+		${withuuid}
 		--without-fop"
-	# do not use uuid even if available in libc (like on FreeBSD)
-	use uuid || export ac_cv_func_uuid_create=no
-	# solaris hack
-	if use uuid &&
-		[[ ${CHOST} == *-solaris* ]] &&
-		[[ ! -d ${EROOT}/usr/include/uuid ]] &&
-		[[ -d ${ROOT}/usr/include/uuid ]]
-	then
-		# ${ROOT} is proper here
-		export LIBUUID_CFLAGS="-I${ROOT}/usr/include/uuid"
-		export LIBUUID_LIBS="-luuid"
-	fi
 }






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

end of thread, other threads:[~2011-08-28 12:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 18:29 [gentoo-commits] gentoo-x86 commit in x11-libs/libSM: ChangeLog libSM-1.2.0.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-28 12:05 Fabian Groffen (grobian)
2011-02-20 12:17 Tomas Chvatal (scarabeus)
2011-02-14 14:48 Kacper Kowalik (xarthisius)
2011-02-12 19:41 Raul Porcel (armin76)
2011-01-27 16:48 Jeremy Olexa (darkside)
2010-12-31 19:59 Jeroen Roovers (jer)
2010-12-29 21:13 Markus Meier (maekke)
2010-12-25 20:25 Christian Faulhammer (fauli)
2010-12-23 11:54 Samuli Suominen (ssuominen)
2010-12-19 12:51 Samuli Suominen (ssuominen)
2010-10-28 11:28 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