From 9bb59290a0c30c0779e2c6794edc3cf32d9fe86c Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Fri, 24 Jun 2011 22:05:53 +0000 Subject: Version bump (Portage version: 2.2.0_alpha41/cvs/Linux i686) --- sci-mathematics/fricas/ChangeLog | 8 ++- sci-mathematics/fricas/fricas-1.1.1.ebuild | 98 ------------------------------ sci-mathematics/fricas/fricas-1.1.3.ebuild | 98 ++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 99 deletions(-) delete mode 100644 sci-mathematics/fricas/fricas-1.1.1.ebuild create mode 100644 sci-mathematics/fricas/fricas-1.1.3.ebuild (limited to 'sci-mathematics/fricas') diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog index c841d89663ca..1c3e0c2c6153 100644 --- a/sci-mathematics/fricas/ChangeLog +++ b/sci-mathematics/fricas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/fricas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.9 2011/04/28 20:56:34 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.10 2011/06/24 22:05:53 grozin Exp $ + +*fricas-1.1.3 (24 Jun 2011) + + 24 Jun 2011; Andrey Grozin -fricas-1.1.1.ebuild, + +fricas-1.1.3.ebuild: + Version bump 29 Apr 2011; Andrey Grozin fricas-1.1.1.ebuild, fricas-1.1.2.ebuild: diff --git a/sci-mathematics/fricas/fricas-1.1.1.ebuild b/sci-mathematics/fricas/fricas-1.1.1.ebuild deleted file mode 100644 index f72a19979ada..000000000000 --- a/sci-mathematics/fricas/fricas-1.1.1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.2 2011/04/28 20:56:34 grozin Exp $ -EAPI=2 -inherit multilib elisp-common - -DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" -HOMEPAGE="http://${PN}.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.bz2" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# Supported lisps, number 0 is the default -LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) -# . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z -DEPS=( . cmucl-20b . ecls-9 . . ) -# command name: . means just ${LISP} -COMS=( . lisp . . . ccl ) - -IUSE="${LISPS[*]} X emacs gmp" -RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) - emacs? ( virtual/emacs ) - gmp? ( dev-libs/gmp )" - -# Generating lisp deps -n=${#LISPS[*]} -for ((n--; n > 0; n--)); do - LISP=${LISPS[$n]} - DEP=${DEPS[$n]} - if [ "${DEP}" = "." ]; then - DEP="dev-lisp/${LISP}" - else - DEP=">=dev-lisp/${DEP}" - fi - RDEPEND="${RDEPEND} ${LISP}? ( ${DEP} ) !${LISP}? (" -done -RDEPEND="${RDEPEND} dev-lisp/${LISPS[0]}" -n=${#LISPS[*]} -for ((n--; n > 0; n--)); do - RDEPEND="${RDEPEND} )" -done - -DEPEND="${RDEPEND}" - -# necessary for clisp and gcl -RESTRICT="strip" - -src_configure() { - local LISP n - LISP=sbcl - n=${#LISPS[*]} - for ((n--; n > 0; n--)); do - if use ${LISPS[$n]}; then - LISP=${COMS[$n]} - if [ "${LISP}" = "." ]; then - LISP=${LISPS[$n]} - fi - fi - done - einfo "Using lisp: ${LISP}" - - # aldor is not yet in portage - econf --disable-aldor --with-lisp=${LISP} $(use_with X x) $(use_with gmp) -} - -src_compile() { - # bug #300132 - emake -j1 || die "emake failed" -} - -src_test() { - emake -j1 all-input -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die 'emake install failed' - dodoc README FAQ || die "dodoc failed" - - if use emacs; then - sed -e "s|(setq load-path (cons (quote \"/usr/$(get_libdir)/fricas/emacs\") load-path)) ||" \ - -i "${D}"/usr/bin/efricas \ - || die "sed efricas failed" - elisp-install ${PN} "${D}"/usr/$(get_libdir)/${PN}/emacs/*.el - elisp-site-file-install "${FILESDIR}"/64${PN}-gentoo.el - else - rm "${D}"/usr/bin/efricas || die "rm efricas failed" - fi - rm -r "${D}"/usr/$(get_libdir)/${PN}/emacs || die "rm -r emacs failed" -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-mathematics/fricas/fricas-1.1.3.ebuild b/sci-mathematics/fricas/fricas-1.1.3.ebuild new file mode 100644 index 000000000000..933e69babe3e --- /dev/null +++ b/sci-mathematics/fricas/fricas-1.1.3.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.3.ebuild,v 1.1 2011/06/24 22:05:53 grozin Exp $ +EAPI=2 +inherit multilib elisp-common + +DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" +HOMEPAGE="http://${PN}.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.bz2" +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Supported lisps, number 0 is the default +LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) +# . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z +DEPS=( . cmucl-20b . ecls-9 . . ) +# command name: . means just ${LISP} +COMS=( . lisp . . . ccl ) + +IUSE="${LISPS[*]} X emacs gmp" +RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) + emacs? ( virtual/emacs ) + gmp? ( dev-libs/gmp )" + +# Generating lisp deps +n=${#LISPS[*]} +for ((n--; n > 0; n--)); do + LISP=${LISPS[$n]} + DEP=${DEPS[$n]} + if [ "${DEP}" = "." ]; then + DEP="dev-lisp/${LISP}" + else + DEP=">=dev-lisp/${DEP}" + fi + RDEPEND="${RDEPEND} ${LISP}? ( ${DEP} ) !${LISP}? (" +done +RDEPEND="${RDEPEND} dev-lisp/${LISPS[0]}" +n=${#LISPS[*]} +for ((n--; n > 0; n--)); do + RDEPEND="${RDEPEND} )" +done + +DEPEND="${RDEPEND}" + +# necessary for clisp and gcl +RESTRICT="strip" + +src_configure() { + local LISP n + LISP=sbcl + n=${#LISPS[*]} + for ((n--; n > 0; n--)); do + if use ${LISPS[$n]}; then + LISP=${COMS[$n]} + if [ "${LISP}" = "." ]; then + LISP=${LISPS[$n]} + fi + fi + done + einfo "Using lisp: ${LISP}" + + # aldor is not yet in portage + econf --disable-aldor --with-lisp=${LISP} $(use_with X x) $(use_with gmp) +} + +src_compile() { + # bug #300132 + emake -j1 || die "emake failed" +} + +src_test() { + emake -j1 all-input +} + +src_install() { + emake -j1 DESTDIR="${D}" install || die 'emake install failed' + dodoc README FAQ || die "dodoc failed" + + if use emacs; then + sed -e "s|(setq load-path (cons (quote \"/usr/$(get_libdir)/fricas/emacs\") load-path)) ||" \ + -i "${D}"/usr/bin/efricas \ + || die "sed efricas failed" + elisp-install ${PN} "${D}"/usr/$(get_libdir)/${PN}/emacs/*.el + elisp-site-file-install "${FILESDIR}"/64${PN}-gentoo.el + else + rm "${D}"/usr/bin/efricas || die "rm efricas failed" + fi + rm -r "${D}"/usr/$(get_libdir)/${PN}/emacs || die "rm -r emacs failed" +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} -- cgit v1.2.3-65-gdbad