public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view: libxdl_view-4.2-r2.ebuild ChangeLog
@ 2012-05-30  8:46 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2012-05-30  8:46 UTC (permalink / raw
  To: gentoo-commits

jlec        12/05/30 08:46:03

  Modified:             ChangeLog
  Added:                libxdl_view-4.2-r2.ebuild
  Log:
  x11-libs/libxdl_view: Fix underlinking
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-libs/libxdl_view/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	30 Apr 2012 17:14:08 -0000	1.10
+++ ChangeLog	30 May 2012 08:46:03 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libxdl_view
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.10 2012/04/30 17:14:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.11 2012/05/30 08:46:03 jlec Exp $
+
+*libxdl_view-4.2-r2 (30 May 2012)
+
+  30 May 2012; Justin Lecher <jlec@gentoo.org> files/4.2-as-needed.patch,
+  +libxdl_view-4.2-r2.ebuild:
+  Fix underlinking
 
   30 Apr 2012; Justin Lecher <jlec@gentoo.org> libxdl_view-4.2-r1.ebuild,
   metadata.xml:



1.1                  x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild

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

Index: libxdl_view-4.2-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.1 2012/05/30 08:46:03 jlec Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils

DESCRIPTION="An X-Windows Based Toolkit"
HOMEPAGE="http://www.ccp4.ac.uk/dist/x-windows/xdl_view/doc/xdl_view_top.html"
SRC_URI="ftp://ftp.ccp4.ac.uk/jwc/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="static-libs"

RDEPEND="
	dev-libs/libjwc_c
	x11-libs/libXt"
DEPEND="${RDEPEND}"

PATCHES=(
		"${FILESDIR}"/${PV}-impl-dec.patch
		"${FILESDIR}"/${PV}-as-needed.patch	)

src_prepare() {
	rm missing || die
	autotools-utils_src_prepare
}







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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view: libxdl_view-4.2-r2.ebuild ChangeLog
@ 2012-08-03 15:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 15:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 15:59:20

  Modified:             libxdl_view-4.2-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #429232
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild

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

Index: libxdl_view-4.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxdl_view-4.2-r2.ebuild	30 May 2012 14:26:15 -0000	1.2
+++ libxdl_view-4.2-r2.ebuild	3 Aug 2012 15:59:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.2 2012/05/30 14:26:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.3 2012/08/03 15:59:20 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="



1.12                 x11-libs/libxdl_view/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	30 May 2012 08:46:03 -0000	1.11
+++ ChangeLog	3 Aug 2012 15:59:20 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxdl_view
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.11 2012/05/30 08:46:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.12 2012/08/03 15:59:20 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libxdl_view-4.2-r2.ebuild:
+  Stable for amd64, wrt bug #429232
 
 *libxdl_view-4.2-r2 (30 May 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view: libxdl_view-4.2-r2.ebuild ChangeLog
@ 2012-08-04 23:44 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-04 23:44 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/04 23:44:55

  Modified:             libxdl_view-4.2-r2.ebuild ChangeLog
  Log:
  Stable ppc, bug #429232
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild

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

Index: libxdl_view-4.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxdl_view-4.2-r2.ebuild	3 Aug 2012 15:59:20 -0000	1.3
+++ libxdl_view-4.2-r2.ebuild	4 Aug 2012 23:44:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.3 2012/08/03 15:59:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.4 2012/08/04 23:44:55 blueness Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="



1.13                 x11-libs/libxdl_view/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 Aug 2012 15:59:20 -0000	1.12
+++ ChangeLog	4 Aug 2012 23:44:55 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libxdl_view
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.12 2012/08/03 15:59:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.13 2012/08/04 23:44:55 blueness Exp $
+
+  04 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+  libxdl_view-4.2-r2.ebuild:
+  Stable ppc, bug #429232
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libxdl_view-4.2-r2.ebuild:
   Stable for amd64, wrt bug #429232





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view: libxdl_view-4.2-r2.ebuild ChangeLog
@ 2012-08-21 16:12 Johannes Huber (johu)
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 16:12 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 16:12:38

  Modified:             libxdl_view-4.2-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #429232
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild

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

Index: libxdl_view-4.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxdl_view-4.2-r2.ebuild	4 Aug 2012 23:44:55 -0000	1.4
+++ libxdl_view-4.2-r2.ebuild	21 Aug 2012 16:12:38 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.4 2012/08/04 23:44:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.5 2012/08/21 16:12:38 johu Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="



1.14                 x11-libs/libxdl_view/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Aug 2012 23:44:55 -0000	1.13
+++ ChangeLog	21 Aug 2012 16:12:38 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxdl_view
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.13 2012/08/04 23:44:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/ChangeLog,v 1.14 2012/08/21 16:12:38 johu Exp $
+
+  21 Aug 2012; Johannes Huber <johu@gentoo.org> libxdl_view-4.2-r2.ebuild:
+  Stable for x86, wrt bug #429232
 
   04 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
   libxdl_view-4.2-r2.ebuild:





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

end of thread, other threads:[~2012-08-21 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 16:12 [gentoo-commits] gentoo-x86 commit in x11-libs/libxdl_view: libxdl_view-4.2-r2.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-04 23:44 Anthony G. Basile (blueness)
2012-08-03 15:59 Agostino Sarubbo (ago)
2012-05-30  8:46 Justin Lecher (jlec)

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