public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sympy: sympy-0.6.7.ebuild ChangeLog
Date: Mon,  7 Mar 2011 13:20:25 +0000 (UTC)	[thread overview]
Message-ID: <20110307132025.6E8D02004F@flycatcher.gentoo.org> (raw)

jlec        11/03/07 13:20:25

  Modified:             sympy-0.6.7.ebuild ChangeLog
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/sympy/sympy-0.6.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild?r1=1.3&r2=1.4

Index: sympy-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sympy-0.6.7.ebuild	13 Dec 2010 16:27:38 -0000	1.3
+++ sympy-0.6.7.ebuild	7 Mar 2011 13:20:25 -0000	1.4
@@ -1,10 +1,12 @@
-# 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/dev-python/sympy/sympy-0.6.7.ebuild,v 1.3 2010/12/13 16:27:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v 1.4 2011/03/07 13:20:25 jlec Exp $
 
 EAPI="3"
+
 PYTHON_DEPEND="2:2.5"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 DISTUTILS_SRC_TEST="setup.py"
 
 inherit distutils eutils
@@ -18,10 +20,13 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png test texmacs"
 
-RDEPEND="mathml? ( dev-libs/libxml2[python]
+RDEPEND="
+	mathml? (
+		dev-libs/libxml2:2[python]
 		dev-libs/libxslt[python]
 		gtk? ( x11-libs/gtkmathview[gtk] ) )
-	latex? ( virtual/latex-base
+	latex? (
+		virtual/latex-base
 		png? ( app-text/dvipng )
 		pdf? ( app-text/ghostscript-gpl ) )
 	texmacs? ( app-office/texmacs )
@@ -31,8 +36,6 @@
 	>=dev-python/pexpect-2.0"
 DEPEND="doc? ( dev-python/sphinx )
 	test? ( dev-python/pytest )"
-# 2.4 restricted due to usage of ctypes module.
-RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 src_prepare() {
 	distutils_src_prepare



1.13                 dev-python/sympy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Dec 2010 16:27:38 -0000	1.12
+++ ChangeLog	7 Mar 2011 13:20:25 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sympy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.12 2010/12/13 16:27:38 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.13 2011/03/07 13:20:25 jlec Exp $
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> sympy-0.6.7.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
   13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   sympy-0.6.7.ebuild:






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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 13:20 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-13 16:27 [gentoo-commits] gentoo-x86 commit in dev-python/sympy: sympy-0.6.7.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-09-24 20:09 Arfrever Frehtes Taifersar Arahesis (arfrever)

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=20110307132025.6E8D02004F@flycatcher.gentoo.org \
    --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