public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/math-pari: ChangeLog math-pari-2.010801-r1.ebuild
@ 2009-04-19  9:26 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-04-19  9:26 UTC (permalink / raw
  To: gentoo-commits

tove        09/04/19 09:26:18

  Modified:             ChangeLog
  Added:                math-pari-2.010801-r1.ebuild
  Log:
  Update sci-mathematics/pari dependency to 2.3.4
  (Portage version: 2.2_rc30/cvs/Linux i686)

Revision  Changes    Path
1.43                 dev-perl/math-pari/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	23 Feb 2009 10:05:58 -0000	1.42
+++ ChangeLog	19 Apr 2009 09:26:18 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/math-pari
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.42 2009/02/23 10:05:58 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.43 2009/04/19 09:26:18 tove Exp $
+
+*math-pari-2.010801-r1 (19 Apr 2009)
+
+  19 Apr 2009; Torsten Veller <tove@gentoo.org>
+  +math-pari-2.010801-r1.ebuild:
+  Update sci-mathematics/pari dependency to 2.3.4
 
 *math-pari-2.010801 (23 Feb 2009)
 



1.1                  dev-perl/math-pari/math-pari-2.010801-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/math-pari-2.010801-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/math-pari-2.010801-r1.ebuild?rev=1.1&content-type=text/plain

Index: math-pari-2.010801-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010801-r1.ebuild,v 1.1 2009/04/19 09:26:18 tove Exp $

EAPI=2

MODULE_AUTHOR=ILYAZ
MODULE_SECTION=modules
MY_PN=Math-Pari
MY_P=${MY_PN}-${PV}
inherit perl-module

PARI_VER=2.3.4

DESCRIPTION="Perl interface to PARI"
SRC_URI="${SRC_URI}
	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE=""

# Math::Pari requires that a copy of the pari source in a parallel
# directory to where you build it. It does not need to compile it, but
# it does need to be the same version as is installed, hence the hard
# DEPEND below
RDEPEND="~sci-mathematics/pari-${PARI_VER}"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}
SRC_TEST=do

src_configure() {
	# Unfortunately the assembly routines math-pari has for SPARC do not appear
	# to be working at current.  Perl cannot test math-pari or anything that
	# pulls in the math-pari module as DynaLoader cannot load the resulting
	# .so files math-pari generates.  As such, we have to use the generic
	# non-machine specific assembly methods here.
	use sparc && myconf="${myconf} machine=none"

	perl-module_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/math-pari: ChangeLog math-pari-2.010801-r1.ebuild
@ 2009-11-11  9:47 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-11-11  9:47 UTC (permalink / raw
  To: gentoo-commits

tove        09/11/11 09:47:05

  Modified:             ChangeLog
  Removed:              math-pari-2.010801-r1.ebuild
  Log:
  Remove outdated masked version.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-perl/math-pari/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/math-pari/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	11 Nov 2009 07:43:32 -0000	1.45
+++ ChangeLog	11 Nov 2009 09:47:05 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/math-pari
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.45 2009/11/11 07:43:32 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.46 2009/11/11 09:47:05 tove Exp $
+
+  11 Nov 2009; Torsten Veller <tove@gentoo.org>
+  -math-pari-2.010801-r1.ebuild:
+  Remove outdated masked version.
 
 *math-pari-2.01080601 (11 Nov 2009)
 






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

end of thread, other threads:[~2009-11-11  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11  9:47 [gentoo-commits] gentoo-x86 commit in dev-perl/math-pari: ChangeLog math-pari-2.010801-r1.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-19  9:26 Torsten Veller (tove)

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