diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-02-14 18:30:54 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-02-14 18:30:54 +0000 |
commit | 1d6d233421da6270894fd33e6d320e4dd9e49f92 (patch) | |
tree | 3f8949ba91b57279ae82fd9de5158337d71132b3 /sci-mathematics | |
parent | Stable on sparc wrt #122752 (diff) | |
download | gentoo-2-1d6d233421da6270894fd33e6d320e4dd9e49f92.tar.gz gentoo-2-1d6d233421da6270894fd33e6d320e4dd9e49f92.tar.bz2 gentoo-2-1d6d233421da6270894fd33e6d320e4dd9e49f92.zip |
Port over to modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-3.9.ebuild | 9 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-9999.ebuild | 11 | ||||
-rw-r--r-- | sci-mathematics/axiom/files/digest-axiom-3.9 | 2 |
4 files changed, 19 insertions, 8 deletions
diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index 71483e1ef9fe..068bd9869279 100644 --- a/sci-mathematics/axiom/ChangeLog +++ b/sci-mathematics/axiom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/axiom # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.6 2006/01/22 14:19:41 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.7 2006/02/14 18:30:54 plasmaroo Exp $ + + 14 Feb 2006; <plasmaroo@gentoo.org> axiom-3.9.ebuild, axiom-9999.ebuild: + Port over to modular X. 22 Jan 2006; <plasmaroo@gentoo.org> axiom-3.9.ebuild, +files/gcl-2.6.7.fix-configure.in-gentoo.Makefile.patch, diff --git a/sci-mathematics/axiom/axiom-3.9.ebuild b/sci-mathematics/axiom/axiom-3.9.ebuild index 125a983498ab..9c3a7ee6dc09 100644 --- a/sci-mathematics/axiom/axiom-3.9.ebuild +++ b/sci-mathematics/axiom/axiom-3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9.ebuild,v 1.3 2006/01/22 14:19:41 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9.ebuild,v 1.4 2006/02/14 18:30:54 plasmaroo Exp $ inherit eutils @@ -13,8 +13,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/x11 - virtual/tetex" +DEPEND="virtual/tetex + || ( + x11-libs/libXaw + virtual/x11 + )" S="${WORKDIR}/axiom" diff --git a/sci-mathematics/axiom/axiom-9999.ebuild b/sci-mathematics/axiom/axiom-9999.ebuild index 56db0e41b0ab..7ec422870946 100644 --- a/sci-mathematics/axiom/axiom-9999.ebuild +++ b/sci-mathematics/axiom/axiom-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-9999.ebuild,v 1.5 2005/12/30 18:43:55 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-9999.ebuild,v 1.6 2006/02/14 18:30:54 plasmaroo Exp $ ECVS_SERVER="cvs.savannah.nongnu.org:/sources/axiom" ECVS_MODULE="axiom" @@ -18,8 +18,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/x11 - virtual/tetex" +DEPEND="virtual/tetex + || ( + x11-libs/libXaw + virtual/x11 + )" S=${WORKDIR}/${ECVS_MODULE} diff --git a/sci-mathematics/axiom/files/digest-axiom-3.9 b/sci-mathematics/axiom/files/digest-axiom-3.9 index 72d51f09c1a5..26f751be5612 100644 --- a/sci-mathematics/axiom/files/digest-axiom-3.9 +++ b/sci-mathematics/axiom/files/digest-axiom-3.9 @@ -1 +1,3 @@ MD5 6b107a03b03595703d5e3e6bdd12f8c1 axiom-Sept2005-src.tgz 41447064 +RMD160 ae0a63e4dc7d772183001e688d5a5561d689f7d4 axiom-Sept2005-src.tgz 41447064 +SHA256 750da2f7960686c7f50fa4c6c859f51300909e4b488fe6395d75fe4405a1d1f3 axiom-Sept2005-src.tgz 41447064 |