diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 02:22:38 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 02:22:38 +0000 |
commit | 2d865a9e1419d75d18d20a5a32e5c7ad4cafca93 (patch) | |
tree | 4a24892288038e85fa53a6791457ace936a832a6 /sci-mathematics | |
parent | Added to x86. Removed old versions. (diff) | |
download | gentoo-2-2d865a9e1419d75d18d20a5a32e5c7ad4cafca93.tar.gz gentoo-2-2d865a9e1419d75d18d20a5a32e5c7ad4cafca93.tar.bz2 gentoo-2-2d865a9e1419d75d18d20a5a32e5c7ad4cafca93.zip |
Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/files/digest-pari-2.1.5-r1 | 1 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.5-r1.ebuild | 32 |
3 files changed, 4 insertions, 34 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index f62cf2ace252..35b4fa4909ad 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.12 2005/05/31 09:48:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.13 2005/06/26 02:22:38 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -pari-2.1.5-r1.ebuild: + Removed obsolete version. 31 May 2005; Guy Martin <gmsoft@gentoo.org> pari-2.1.6.ebuild: Stable and fixed on hppa. diff --git a/sci-mathematics/pari/files/digest-pari-2.1.5-r1 b/sci-mathematics/pari/files/digest-pari-2.1.5-r1 deleted file mode 100644 index 2e0d53a28384..000000000000 --- a/sci-mathematics/pari/files/digest-pari-2.1.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 194e9d1cc11926e457028c6a7cba15f0 pari-2.1.5.tar.gz 1540679 diff --git a/sci-mathematics/pari/pari-2.1.5-r1.ebuild b/sci-mathematics/pari/pari-2.1.5-r1.ebuild deleted file mode 100644 index 9f0390df42a9..000000000000 --- a/sci-mathematics/pari/pari-2.1.5-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.5-r1.ebuild,v 1.2 2005/01/06 10:34:52 phosphan Exp $ - -DESCRIPTION="pari (or pari-gp) : a software package for computer-aided number theory" -HOMEPAGE="http://www.parigp-home.de/" -SRC_URI="http://www.gn-50uma.de/ftp/pari-2.1/${P}.tar.gz" - -LICENSE="GPL-2" -IUSE="" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips hppa ~amd64" - -DEPEND="virtual/tetex" - -src_compile() { - ./Configure \ - --host="$(echo ${CHOST} | cut -f "1 3" -d '-')" \ - --prefix=/usr \ - --miscdir=/usr/share/doc/${P} \ - --datadir=/usr/share/${P} \ - --mandir=/usr/share/man/man1 || die "./configure failed" - addwrite "/var/lib/texmf" - addwrite "/usr/share/texmf" - addwrite "/var/cache/fonts" - emake doc gp || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS Announce.2.1 CHANGES README TODO -} |