diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 02:16:06 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 02:16:06 +0000 |
commit | 1213a9fe413973c84038dcc0e2f90f72837efadf (patch) | |
tree | 120a0cdd9e4cb69157f876eaa5d1140935d993d1 /sci-mathematics/yacas | |
parent | Marked stable on amd64 and pruned old versions. (diff) | |
download | historical-1213a9fe413973c84038dcc0e2f90f72837efadf.tar.gz historical-1213a9fe413973c84038dcc0e2f90f72837efadf.tar.bz2 historical-1213a9fe413973c84038dcc0e2f90f72837efadf.zip |
Marked stable on amd64, closes bug 167208. Pruned old version.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/digest-yacas-1.0.62 | 3 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.0.62.ebuild | 50 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.0.63.ebuild | 4 |
4 files changed, 7 insertions, 56 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index 61b54b3f24fa..227843cea9c6 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/yacas # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.15 2007/05/04 01:33:03 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.16 2007/07/18 02:16:06 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -yacas-1.0.62.ebuild, + yacas-1.0.63.ebuild: + Marked stable on amd64, closes bug 167208. Pruned old version. 04 May 2007; Markus Dittrich <markusle@gentoo.org> +files/yacas-1.0.63-as-needed.patch, yacas-1.0.63.ebuild: diff --git a/sci-mathematics/yacas/files/digest-yacas-1.0.62 b/sci-mathematics/yacas/files/digest-yacas-1.0.62 deleted file mode 100644 index 3165e3fa0316..000000000000 --- a/sci-mathematics/yacas/files/digest-yacas-1.0.62 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 31c9b83f21460faca32e1df25ebd1440 yacas-1.0.62.tar.gz 2093683 -RMD160 2354212586334eeb9e6aead3ee341b438bbc4e79 yacas-1.0.62.tar.gz 2093683 -SHA256 17b8fad5e508aefc34495ab61d4b3b350cb378e29ebbde0b7d8cd70d9c840df4 yacas-1.0.62.tar.gz 2093683 diff --git a/sci-mathematics/yacas/yacas-1.0.62.ebuild b/sci-mathematics/yacas/yacas-1.0.62.ebuild deleted file mode 100644 index 0d0f9e896b38..000000000000 --- a/sci-mathematics/yacas/yacas-1.0.62.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.62.ebuild,v 1.1 2006/11/14 04:02:06 markusle Exp $ - -inherit eutils flag-o-matic - -IUSE="glut" - -DESCRIPTION="very powerful general purpose computer algebra system" -HOMEPAGE="http://yacas.sourceforge.net/" -SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="virtual/libc - >=sys-apps/sed-4 - dev-lang/perl - glut? ( virtual/glut ) - www-client/lynx" - -src_unpack() { - unpack ${A} - cd "${S}" - if ! use glut; then - sed -e 's:opengl::g' -i plugins/Makefile.in || die "sed (opengl) failed" - sed -e 's/\(^PLUGINDOCSCHAPTERS.*\)opengl.chapt\(.*\)/\1 \2/' -i \ - manmake/Makefile.in || die 'sed (manmake) failed' - fi -} - -src_compile() { - # Filter -Os due to reported issues with it in bug 126779. - replace-flags -Os -O2 - econf --with-numlib=native || die "./configure failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install-strip || die - - dodoc AUTHORS INSTALL NEWS README TODO - mv "${D}"/usr/share/${PN}/documentation "${D}"/usr/share/doc/${PF}/html - rmdir "${D}"/usr/include/ - rm "${D}"/usr/share/${PN}/include/win32* - sed -e "s|\":FindFile(\"documentation/ref.html\"):\"|localhost/usr/share/doc/${PF}/html/ref.html|" \ - -e "s|\":FindFile(\"documentation/books.html\"):\"|localhost/usr/share/doc/${PF}/html/books.html|" \ - -i "${D}"/usr/share/${PN}/yacasinit.ys || die -} diff --git a/sci-mathematics/yacas/yacas-1.0.63.ebuild b/sci-mathematics/yacas/yacas-1.0.63.ebuild index bdd75a128279..5e07eb2dad58 100644 --- a/sci-mathematics/yacas/yacas-1.0.63.ebuild +++ b/sci-mathematics/yacas/yacas-1.0.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.63.ebuild,v 1.3 2007/05/04 01:33:03 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.63.ebuild,v 1.4 2007/07/18 02:16:06 cryos Exp $ inherit autotools eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" DEPEND="virtual/libc >=sys-apps/sed-4 |