From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwZA4-0004wQ-M7 for garchives@archives.gentoo.org; Mon, 07 Mar 2011 12:03:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA8CE07C3; Mon, 7 Mar 2011 12:01:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D2A6E07C3 for ; Mon, 7 Mar 2011 12:01:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D35BE1B41E4 for ; Mon, 7 Mar 2011 12:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3B6AB80073 for ; Mon, 7 Mar 2011 12:01:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1b69819f76376d794d9908ceafb10f65a8fa9290.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/Macaulay2/ChangeLog sci-mathematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild sci-mathematics/Macaulay2/Macaulay2-9999.ebuild X-VCS-Directories: sci-mathematics/Macaulay2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1b69819f76376d794d9908ceafb10f65a8fa9290 Date: Mon, 7 Mar 2011 12:01:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ae95ff5dcd25de099fa4b33cd0039f09 commit: 1b69819f76376d794d9908ceafb10f65a8fa9290 Author: Justin Lecher gentoo org> AuthorDate: Mon Mar 7 11:30:10 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Mar 7 11:30:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D1b69819f Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-mathematics/Macaulay2/ChangeLog | 4 +++ .../Macaulay2/Macaulay2-1.3.1-r4.ebuild | 21 ++++++++++----= ----- sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 10 ++++---- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaul= ay2/ChangeLog index 1e0b146..1b3395e 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 07 Mar 2011; Justin Lecher Macaulay2-1.3.1-r4.ebuild= , + Macaulay2-9999.ebuild: + Correct Slots for gtk 3 introduction to tree + 26 Feb 2011; Thomas Kahle Macaulay2-9999.ebuild: Live ebuild updated =20 diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild b/sci-ma= thematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild index e8fe720..6df19f4 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -6,27 +6,28 @@ EAPI=3D"2" =20 inherit autotools elisp-common eutils =20 -IUSE=3D"emacs optimization" - MY_REV=3D"r10737" -DESCRIPTION=3D"research tool for commutative algebra and algebraic geome= try" -SRC_BASE=3D"http://www.math.uiuc.edu/${PN}/Downloads/" -SRC_URI=3D"${SRC_BASE}/SourceCode/Macaulay2-${PV}-${MY_REV}.bz2 -> ${P}.= tar.bz2 - ${SRC_BASE}/OtherSourceCode/1.3/factory-3-1-0.tar.gz - ${SRC_BASE}/OtherSourceCode/1.3/libfac-3-1-0.tar.gz" =20 +DESCRIPTION=3D"Research tool for commutative algebra and algebraic geome= try" HOMEPAGE=3D"http://www.math.uiuc.edu/Macaulay2/" +SRC_BASE=3D"http://www.math.uiuc.edu/${PN}/Downloads/" +SRC_URI=3D" + ${SRC_BASE}/SourceCode/Macaulay2-${PV}-${MY_REV}.bz2 -> ${P}.tar.bz2 + ${SRC_BASE}/OtherSourceCode/1.3/factory-3-1-0.tar.gz + ${SRC_BASE}/OtherSourceCode/1.3/libfac-3-1-0.tar.gz" =20 SLOT=3D"0" LICENSE=3D"GPL-2" KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"emacs optimization" =20 -DEPEND=3D"sys-libs/gdbm +DEPEND=3D" + sys-libs/gdbm >=3Ddev-libs/ntl-5.5.2 >=3Ddev-libs/boehm-gc-7.1 >=3Dsci-mathematics/pari-2.3.4[gmp] >=3Dsys-libs/readline-6.0 - dev-libs/libxml2 + dev-libs/libxml2:2 sci-mathematics/frobby sci-mathematics/4ti2 =3Ddev-libs/ntl-5.5.2 >=3Dsci-mathematics/pari-2.3.4[gmp] >=3Dsys-libs/readline-6.1 - dev-libs/libxml2 + dev-libs/libxml2:2 sci-mathematics/frobby sci-mathematics/4ti2 sci-mathematics/nauty