public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2010-11-26  9:56 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2010-11-26  9:56 UTC (permalink / raw
  To: gentoo-commits

tomka       10/11/26 09:56:22

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  Fix typo in emacs-check
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.37                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	26 Nov 2010 09:47:24 -0000	1.36
+++ ChangeLog	26 Nov 2010 09:56:22 -0000	1.37
@@ -1,6 +1,6 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.36 2010/11/26 09:47:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.37 2010/11/26 09:56:22 tomka Exp $
 
 *singular-3.1.2-r2 (26 Nov 2010)
 
@@ -8,7 +8,7 @@
   -files/singular-3.1.0-glibc-2.10.patch, -singular-3.1.1-r1.ebuild,
   -singular-3.1.2-r1.ebuild, +singular-3.1.2-r2.ebuild:
   Upstream updated share-tarball.
-  Use latest emacs.eclass gadgets
+  Use latest elisp-common.eclass gadgets
   Removed old.
 
 *singular-3.1.2-r1 (08 Nov 2010)



1.2                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.1&r2=1.2

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singular-3.1.2-r2.ebuild	26 Nov 2010 09:47:24 -0000	1.1
+++ singular-3.1.2-r2.ebuild	26 Nov 2010 09:56:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.1 2010/11/26 09:47:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.2 2010/11/26 09:56:22 tomka Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -47,7 +47,7 @@
 
 	# Ensure that >=emacs-22 is selected 
 	if use emacs; then
-		lisp-need-emacs 22 || die "Emacs version too low"
+		elisp-need-emacs 22 || die "Emacs version too low"
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2010-12-07 17:16 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2010-12-07 17:16 UTC (permalink / raw
  To: gentoo-commits

tomka       10/12/07 17:16:49

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  restricting tests, upstream does not care about them
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.38                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	26 Nov 2010 09:56:22 -0000	1.37
+++ ChangeLog	7 Dec 2010 17:16:48 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.37 2010/11/26 09:56:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.38 2010/12/07 17:16:48 tomka Exp $
+
+  07 Dec 2010; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild:
+  restricting tests, upstream does not care about them
 
 *singular-3.1.2-r2 (26 Nov 2010)
 



1.4                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.3&r2=1.4

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- singular-3.1.2-r2.ebuild	28 Nov 2010 02:12:24 -0000	1.3
+++ singular-3.1.2-r2.ebuild	7 Dec 2010 17:16:48 -0000	1.4
@@ -1,10 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.3 2010/11/28 02:12:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.4 2010/12/07 17:16:48 tomka Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
 
+# Upstream does not care about tests.
+RESTRICT="test"
+
 inherit autotools eutils elisp-common flag-o-matic multilib prefix versionator
 
 MY_PN=Singular






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-01-10 20:34 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-01-10 20:34 UTC (permalink / raw
  To: gentoo-commits

tomka       11/01/10 20:34:50

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  macos prefix support added, contributed by François Bissey
  
  (Portage version: 2.1.9.26/cvs/Linux i686)

Revision  Changes    Path
1.39                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	7 Dec 2010 17:16:48 -0000	1.38
+++ ChangeLog	10 Jan 2011 20:34:49 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.38 2010/12/07 17:16:48 tomka Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.39 2011/01/10 20:34:49 tomka Exp $
+
+  10 Jan 2011; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild:
+  macos prefix support added, contributed by François Bissey
 
   07 Dec 2010; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild:
   restricting tests, upstream does not care about them



1.5                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.4&r2=1.5

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- singular-3.1.2-r2.ebuild	7 Dec 2010 17:16:48 -0000	1.4
+++ singular-3.1.2-r2.ebuild	10 Jan 2011 20:34:49 -0000	1.5
@@ -1,6 +1,6 @@
-# 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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.4 2010/12/07 17:16:48 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.5 2011/01/10 20:34:49 tomka Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -26,7 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
 IUSE="boost doc emacs examples +readline test"
 
 RDEPEND="dev-libs/gmp
@@ -70,11 +70,6 @@
 		-e "s/SLDFLAGS=-shared/SLDFLAGS=\"$(raw-ldflags) -shared\"/" \
 		"${S}"/Singular/configure.in || die
 
-	SOSUFFIX=$(get_version_component_range 1-3)
-	sed -i \
-		-e "s:SO_SUFFIX = so:SO_SUFFIX = so.${SOSUFFIX}:" \
-		"${S}"/Singular/Makefile.in || die
-
 	cd "${S}"/Singular || die "failed to cd into Singular/"
 	eautoconf
 }
@@ -124,6 +119,12 @@
 	dobin ${MY_PN}* gen_test change_cost solve_IP toric_ideal LLL \
 		|| die "failed to install binaries"
 	insinto /usr/$(get_libdir)/${PN}
+	# fix install_name on macos, the build system is buggy enough not to add extra for OS X.
+	if [[ ${CHOST} == *-darwin* ]] ; then
+		for d in *.so ; do
+			install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${PN}/${d}" "${d}"
+		done
+	fi
 	doins *.so || die "failed to install libraries"
 
 	dosym ${MY_PN}-${MY_DIR} /usr/bin/${MY_PN} \






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-01-20 13:07 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-20 13:07 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/20 13:07:11

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  Stable on amd64 wrt bug #352177
  
  (Portage version: 2.1.9.33/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	19 Jan 2011 08:19:10 -0000	1.40
+++ ChangeLog	20 Jan 2011 13:07:11 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.40 2011/01/19 08:19:10 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.41 2011/01/20 13:07:11 hwoarang Exp $
+
+  20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> singular-3.1.2-r2.ebuild:
+  Stable on amd64 wrt bug #352177
 
   19 Jan 2011; Thomas Kahle <tomka@gentoo.org>
   files/singular-3.1.0-gentoo.patch:



1.6                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.5&r2=1.6

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- singular-3.1.2-r2.ebuild	10 Jan 2011 20:34:49 -0000	1.5
+++ singular-3.1.2-r2.ebuild	20 Jan 2011 13:07:11 -0000	1.6
@@ -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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.5 2011/01/10 20:34:49 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.6 2011/01/20 13:07:11 hwoarang Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -26,7 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
 IUSE="boost doc emacs examples +readline test"
 
 RDEPEND="dev-libs/gmp






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-01-26 10:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-26 10:41 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/26 10:41:23

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  stable x86, bug 352177
  
  (Portage version: 2.1.9.34/cvs/Linux i686)

Revision  Changes    Path
1.42                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	20 Jan 2011 13:07:11 -0000	1.41
+++ ChangeLog	26 Jan 2011 10:41:23 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.41 2011/01/20 13:07:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.42 2011/01/26 10:41:23 fauli Exp $
+
+  26 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+  singular-3.1.2-r2.ebuild:
+  stable x86, bug 352177
 
   20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> singular-3.1.2-r2.ebuild:
   Stable on amd64 wrt bug #352177



1.7                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.6&r2=1.7

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- singular-3.1.2-r2.ebuild	20 Jan 2011 13:07:11 -0000	1.6
+++ singular-3.1.2-r2.ebuild	26 Jan 2011 10:41:23 -0000	1.7
@@ -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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.6 2011/01/20 13:07:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.7 2011/01/26 10:41:23 fauli Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -26,7 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~x86-macos"
 IUSE="boost doc emacs examples +readline test"
 
 RDEPEND="dev-libs/gmp






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-03-27 19:52 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-03-27 19:52 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/27 19:52:37

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  stable ppc, bug 352177
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.43                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	26 Jan 2011 10:41:23 -0000	1.42
+++ ChangeLog	27 Mar 2011 19:52:37 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.42 2011/01/26 10:41:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.43 2011/03/27 19:52:37 ranger Exp $
+
+  27 Mar 2011; Brent Baude <ranger@gentoo.org> singular-3.1.2-r2.ebuild:
+  stable ppc, bug 352177
 
   26 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
   singular-3.1.2-r2.ebuild:



1.8                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.7&r2=1.8

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- singular-3.1.2-r2.ebuild	26 Jan 2011 10:41:23 -0000	1.7
+++ singular-3.1.2-r2.ebuild	27 Mar 2011 19:52:37 -0000	1.8
@@ -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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.7 2011/01/26 10:41:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.8 2011/03/27 19:52:37 ranger Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -26,7 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-linux ~x86-macos"
 IUSE="boost doc emacs examples +readline test"
 
 RDEPEND="dev-libs/gmp






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-04-09 16:41 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-04-09 16:41 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/04/09 16:41:13

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  Don't use raw LDFLAGS (thankfully GCC 4.6 now chokes on this).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	27 Mar 2011 19:52:37 -0000	1.43
+++ ChangeLog	9 Apr 2011 16:41:12 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.43 2011/03/27 19:52:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.44 2011/04/09 16:41:12 flameeyes Exp $
+
+  09 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  singular-3.1.2-r2.ebuild:
+  Don't use raw LDFLAGS (thankfully GCC 4.6 now chokes on this).
 
   27 Mar 2011; Brent Baude <ranger@gentoo.org> singular-3.1.2-r2.ebuild:
   stable ppc, bug 352177



1.9                  sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.8&r2=1.9

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- singular-3.1.2-r2.ebuild	27 Mar 2011 19:52:37 -0000	1.8
+++ singular-3.1.2-r2.ebuild	9 Apr 2011 16:41:12 -0000	1.9
@@ -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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.8 2011/03/27 19:52:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.9 2011/04/09 16:41:12 flameeyes Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -67,7 +67,7 @@
 
 	sed -i \
 		-e "/CXXFLAGS/ s/--no-exceptions//g" \
-		-e "s/SLDFLAGS=-shared/SLDFLAGS=\"$(raw-ldflags) -shared\"/" \
+		-e "s/SLDFLAGS=-shared/SLDFLAGS=\"${LDFLAGS} -shared\"/" \
 		"${S}"/Singular/configure.in || die
 
 	cd "${S}"/Singular || die "failed to cd into Singular/"






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
@ 2011-04-17 11:45 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-17 11:45 UTC (permalink / raw
  To: gentoo-commits

tomka       11/04/17 11:45:14

  Modified:             ChangeLog singular-3.1.2-r2.ebuild
  Log:
  Reverting latest changes to unbreak stable tree. See bug 362739.
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.45                 sci-mathematics/singular/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	9 Apr 2011 16:41:12 -0000	1.44
+++ ChangeLog	17 Apr 2011 11:45:14 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.44 2011/04/09 16:41:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.45 2011/04/17 11:45:14 tomka Exp $
+
+  17 Apr 2011; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild:
+  Reverting latest changes to unbreak stable tree. See bug 362739.
 
   09 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org>
   singular-3.1.2-r2.ebuild:



1.10                 sci-mathematics/singular/singular-3.1.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.9&r2=1.10

Index: singular-3.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- singular-3.1.2-r2.ebuild	9 Apr 2011 16:41:12 -0000	1.9
+++ singular-3.1.2-r2.ebuild	17 Apr 2011 11:45:14 -0000	1.10
@@ -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/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.9 2011/04/09 16:41:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.10 2011/04/17 11:45:14 tomka Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -67,7 +67,7 @@
 
 	sed -i \
 		-e "/CXXFLAGS/ s/--no-exceptions//g" \
-		-e "s/SLDFLAGS=-shared/SLDFLAGS=\"${LDFLAGS} -shared\"/" \
+		-e "s/SLDFLAGS=-shared/SLDFLAGS=\"$(raw-ldflags) -shared\"/" \
 		"${S}"/Singular/configure.in || die
 
 	cd "${S}"/Singular || die "failed to cd into Singular/"






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

end of thread, other threads:[~2011-04-17 11:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 20:34 [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild Thomas Kahle (tomka)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-17 11:45 Thomas Kahle (tomka)
2011-04-09 16:41 Diego Petteno (flameeyes)
2011-03-27 19:52 Brent Baude (ranger)
2011-01-26 10:41 Christian Faulhammer (fauli)
2011-01-20 13:07 Markos Chandras (hwoarang)
2010-12-07 17:16 Thomas Kahle (tomka)
2010-11-26  9:56 Thomas Kahle (tomka)

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