public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/motif: ChangeLog motif-2.3.4-r1.ebuild motif-2.2.3-r12.ebuild
Date: Tue,  8 Oct 2013 06:22:34 +0000 (UTC)	[thread overview]
Message-ID: <20131008062234.BBC772004C@flycatcher.gentoo.org> (raw)

ulm         13/10/08 06:22:34

  Modified:             ChangeLog motif-2.3.4-r1.ebuild
                        motif-2.2.3-r12.ebuild
  Log:
  Update dependency on X libraries.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.41                 x11-libs/motif/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Aug 2013 05:25:59 -0000	1.40
+++ ChangeLog	8 Oct 2013 06:22:34 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/motif
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.40 2013/08/23 05:25:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.41 2013/10/08 06:22:34 ulm Exp $
+
+  08 Oct 2013; Ulrich Müller <ulm@gentoo.org> motif-2.2.3-r12.ebuild,
+  motif-2.3.4-r1.ebuild:
+  Update dependency on X libraries.
 
   23 Aug 2013; Ulrich Müller <ulm@gentoo.org> -motif-2.2.3-r11.ebuild,
   -motif-2.3.4.ebuild, -files/motif-2.3.2-sanitise-paths.patch,



1.28                 x11-libs/motif/motif-2.3.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild?r1=1.27&r2=1.28

Index: motif-2.3.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- motif-2.3.4-r1.ebuild	6 Aug 2013 11:09:57 -0000	1.27
+++ motif-2.3.4-r1.ebuild	8 Oct 2013 06:22:34 -0000	1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild,v 1.27 2013/08/06 11:09:57 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild,v 1.28 2013/10/08 06:22:34 ulm Exp $
 
 EAPI=5
 
@@ -18,28 +18,15 @@
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] )
-	|| ( (
-		x11-libs/libX11[${MULTILIB_USEDEP}]
-		x11-libs/libXext[${MULTILIB_USEDEP}]
-		x11-libs/libXmu[${MULTILIB_USEDEP}]
-		x11-libs/libXp[${MULTILIB_USEDEP}]
-		x11-libs/libXt[${MULTILIB_USEDEP}]
-		xft? (
-			media-libs/fontconfig[${MULTILIB_USEDEP}]
-			x11-libs/libXft[${MULTILIB_USEDEP}]
-		)
+	x11-libs/libX11[${MULTILIB_USEDEP}]
+	x11-libs/libXext[${MULTILIB_USEDEP}]
+	x11-libs/libXmu[${MULTILIB_USEDEP}]
+	x11-libs/libXp[${MULTILIB_USEDEP}]
+	x11-libs/libXt[${MULTILIB_USEDEP}]
+	xft? (
+		media-libs/fontconfig[${MULTILIB_USEDEP}]
+		x11-libs/libXft[${MULTILIB_USEDEP}]
 	)
-	(
-		x11-libs/libX11
-		x11-libs/libXext
-		x11-libs/libXmu
-		x11-libs/libXp
-		x11-libs/libXt
-		xft? ( media-libs/fontconfig x11-libs/libXft )
-		abi_x86_32? ( amd64? (
-			app-emulation/emul-linux-x86-xlibs[development]
-		) )
-	) )
 	|| ( (
 		unicode? ( virtual/libiconv[${MULTILIB_USEDEP}] )
 		jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )



1.11                 x11-libs/motif/motif-2.2.3-r12.ebuild

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

Index: motif-2.2.3-r12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- motif-2.2.3-r12.ebuild	6 Aug 2013 11:09:57 -0000	1.10
+++ motif-2.2.3-r12.ebuild	8 Oct 2013 06:22:34 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.10 2013/08/06 11:09:57 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.11 2013/10/08 06:22:34 ulm Exp $
 
 EAPI=5
 
@@ -17,21 +17,11 @@
 KEYWORDS="amd64 x86"
 
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] )
-	|| ( (
-		x11-libs/libX11[${MULTILIB_USEDEP}]
-		x11-libs/libXext[${MULTILIB_USEDEP}]
-		x11-libs/libXmu[${MULTILIB_USEDEP}]
-		x11-libs/libXp[${MULTILIB_USEDEP}]
-		x11-libs/libXt[${MULTILIB_USEDEP}]
-	)
-	(
-		x11-libs/libX11
-		x11-libs/libXext
-		x11-libs/libXmu
-		x11-libs/libXp
-		x11-libs/libXt
-		abi_x86_32? ( amd64? ( app-emulation/emul-linux-x86-xlibs ) )
-	) )"
+	x11-libs/libX11[${MULTILIB_USEDEP}]
+	x11-libs/libXext[${MULTILIB_USEDEP}]
+	x11-libs/libXmu[${MULTILIB_USEDEP}]
+	x11-libs/libXp[${MULTILIB_USEDEP}]
+	x11-libs/libXt[${MULTILIB_USEDEP}]"
 
 DEPEND="${RDEPEND}
 	x11-libs/libXaw





             reply	other threads:[~2013-10-08  6:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-08  6:22 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-06 11:09 [gentoo-commits] gentoo-x86 commit in x11-libs/motif: ChangeLog motif-2.3.4-r1.ebuild motif-2.2.3-r12.ebuild Ulrich Mueller (ulm)
2013-08-01 19:47 Ulrich Mueller (ulm)
2013-07-31 22:24 Ulrich Mueller (ulm)
2013-05-04 16:53 Ulrich Mueller (ulm)
2013-05-01 15:32 Ulrich Mueller (ulm)
2013-04-25 17:39 Ulrich Mueller (ulm)
2013-03-23 15:07 Ulrich Mueller (ulm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131008062234.BBC772004C@flycatcher.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox