public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/
Date: Mon,  7 Mar 2011 12:01:36 +0000 (UTC)	[thread overview]
Message-ID: <1b69819f76376d794d9908ceafb10f65a8fa9290.jlec@gentoo> (raw)

commit:     1b69819f76376d794d9908ceafb10f65a8fa9290
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:30:10 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:30:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1b69819f

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/Macaulay2/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: $
 
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> Macaulay2-1.3.1-r4.ebuild,
+  Macaulay2-9999.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
   26 Feb 2011; Thomas Kahle <tomka@gentoo.org> Macaulay2-9999.ebuild:
   Live ebuild updated
 

diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.3.1-r4.ebuild b/sci-mathematics/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: $
 
@@ -6,27 +6,28 @@ EAPI="2"
 
 inherit autotools elisp-common eutils
 
-IUSE="emacs optimization"
-
 MY_REV="r10737"
-DESCRIPTION="research tool for commutative algebra and algebraic geometry"
-SRC_BASE="http://www.math.uiuc.edu/${PN}/Downloads/"
-SRC_URI="${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"
 
+DESCRIPTION="Research tool for commutative algebra and algebraic geometry"
 HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
+SRC_BASE="http://www.math.uiuc.edu/${PN}/Downloads/"
+SRC_URI="
+	${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"
 
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
+IUSE="emacs optimization"
 
-DEPEND="sys-libs/gdbm
+DEPEND="
+	sys-libs/gdbm
 	>=dev-libs/ntl-5.5.2
 	>=dev-libs/boehm-gc-7.1
 	>=sci-mathematics/pari-2.3.4[gmp]
 	>=sys-libs/readline-6.0
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	sci-mathematics/frobby
 	sci-mathematics/4ti2
 	<sci-mathematics/normaliz-2.5

diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
index 3798d86..fd77a71 100644
--- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
+++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild
@@ -10,23 +10,23 @@ IUSE="emacs optimization"
 
 ESVN_REPO_URI="svn://svn.macaulay2.com/Macaulay2/trunk/M2"
 
-DESCRIPTION="research tool for commutative algebra and algebraic geometry"
+DESCRIPTION="Research tool for commutative algebra and algebraic geometry"
+HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
 SRC_BASE="http://www.math.uiuc.edu/${PN}/Downloads/"
 SRC_URI="${SRC_BASE}/OtherSourceCode/1.3/factory-3-1-1.tar.gz
 		 ${SRC_BASE}/OtherSourceCode/1.3/libfac-3-1-1.tar.gz
 		 http://www.math.uiuc.edu/Macaulay2/Extra/gc-7.2alpha5-2010-09-03.tar.gz"
 
-HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
-
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS=""
 
-DEPEND="sys-libs/gdbm
+DEPEND="
+	sys-libs/gdbm
 	>=dev-libs/ntl-5.5.2
 	>=sci-mathematics/pari-2.3.4[gmp]
 	>=sys-libs/readline-6.1
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	sci-mathematics/frobby
 	sci-mathematics/4ti2
 	sci-mathematics/nauty



             reply	other threads:[~2011-03-07 12:03 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 12:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-30 15:22 [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ Andrew Ammerlaan
2021-01-19 16:56 Andrew Ammerlaan
2021-01-16 21:29 Andrew Ammerlaan
2014-06-26 11:36 Thomas Kahle
2014-06-11 13:18 Thomas Kahle
2014-06-10 21:08 Thomas Kahle
2014-06-10 21:04 Thomas Kahle
2014-04-29  6:17 Thomas Kahle
2013-12-04 16:22 Justin Lecher
2013-04-18  6:56 Thomas Kahle
2013-02-22 10:15 Justin Lecher
2013-02-18 15:57 Thomas Kahle
2013-02-18 15:57 Thomas Kahle
2013-01-10  9:18 Thomas Kahle
2012-11-13  2:24 Thomas Kahle
2012-10-24 19:23 Thomas Kahle
2012-10-12 22:08 Thomas Kahle
2012-10-12 21:36 Thomas Kahle
2012-10-12  0:16 Thomas Kahle
2012-08-19  9:17 Thomas Kahle
2012-08-06  7:23 Thomas Kahle
2012-07-30 12:39 Thomas Kahle
2012-05-02 16:15 Thomas Kahle
2012-03-01 16:33 Thomas Kahle
2011-09-25  7:27 Thomas Kahle
2011-08-09 11:46 Thomas Kahle
2011-02-26  6:51 Thomas Kahle

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=1b69819f76376d794d9908ceafb10f65a8fa9290.jlec@gentoo \
    --to=jlec@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