diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-12 10:33:45 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-12 10:33:45 +0000 |
commit | 9310c02399dd76c11dc4351c672577dabf027750 (patch) | |
tree | 6a6a762295cacd6b9d542fe24978c9aa4bcebe05 /sci-mathematics | |
parent | Stable on ppc wrt bug 217156 (diff) | |
download | historical-9310c02399dd76c11dc4351c672577dabf027750.tar.gz historical-9310c02399dd76c11dc4351c672577dabf027750.tar.bz2 historical-9310c02399dd76c11dc4351c672577dabf027750.zip |
Stable on ppc wrt bug 215787
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.14.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index eaec3fa4d753..1acf31af4de7 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.50 2008/04/08 16:13:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.51 2008/04/12 10:32:20 nixnut Exp $ + + 12 Apr 2008; nixnut <nixnut@gentoo.org> maxima-5.14.0.ebuild: + Stable on ppc wrt bug 215787 08 Apr 2008; Raúl Porcel <armin76@gentoo.org> maxima-5.14.0.ebuild: sparc stable wrt #215787 diff --git a/sci-mathematics/maxima/maxima-5.14.0.ebuild b/sci-mathematics/maxima/maxima-5.14.0.ebuild index 9d934f64aebc..013e83866c58 100644 --- a/sci-mathematics/maxima/maxima-5.14.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.5 2008/04/08 16:13:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.6 2008/04/12 10:32:20 nixnut Exp $ inherit eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 AECA" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ppc sparc ~x86" # Supported lisps with readline SUPP_RL="gcl clisp" diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog index a815f4808859..898582afa86d 100644 --- a/sci-mathematics/wxmaxima/ChangeLog +++ b/sci-mathematics/wxmaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/wxmaxima # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.13 2008/03/01 12:40:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.14 2008/04/12 10:33:45 nixnut Exp $ + + 12 Apr 2008; nixnut <nixnut@gentoo.org> wxmaxima-0.7.4.ebuild: + Stable on ppc wrt bug 215787 01 Mar 2008; nixnut <nixnut@gentoo.org> wxmaxima-0.7.4.ebuild: Added ~ppc wrt bug 211796 diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild index b27eb6bd315d..70d23caea6ee 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.3 2008/03/01 12:40:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.4 2008/04/12 10:33:44 nixnut Exp $ WX_GTK_VER="2.8" inherit eutils autotools wxwidgets fdo-mime @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="unicode" DEPEND=">=dev-libs/libxml2-2.5.0 |