diff options
author | George Shapovalov <george@gentoo.org> | 2003-01-08 08:17:12 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-01-08 08:17:12 +0000 |
commit | b63d1d30b54a8e5b382c3cb728d985e1a60b1376 (patch) | |
tree | bab9468e57ff296a29977dd26689f3455cb572c4 | |
parent | committed missing diff file. (diff) | |
download | gentoo-2-b63d1d30b54a8e5b382c3cb728d985e1a60b1376.tar.gz gentoo-2-b63d1d30b54a8e5b382c3cb728d985e1a60b1376.tar.bz2 gentoo-2-b63d1d30b54a8e5b382c3cb728d985e1a60b1376.zip |
few cosmetic clean-ups, unmasked on x86
-rw-r--r-- | app-sci/pari/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/pari/pari-2.1.4.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-sci/pari/ChangeLog b/app-sci/pari/ChangeLog index a947f2a57c58..b31c96a08200 100644 --- a/app-sci/pari/ChangeLog +++ b/app-sci/pari/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/pari # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.5 2002/12/20 06:38:48 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/ChangeLog,v 1.6 2003/01/08 08:17:12 george Exp $ + + 07 Jan 2003; George Shapovalov <george@gentoo.org> pari-2.1.4.ebuild : + added IUSE, replaced header with the correct one. + tested and unmasked (I am processing pariguide wnd as testing pari as well, so it seems to have collected + "critical mass" of testing) 20 Dec 2002; Matthew Turk <satai@gentoo.org> : fixed 11568, man page installation. diff --git a/app-sci/pari/pari-2.1.4.ebuild b/app-sci/pari/pari-2.1.4.ebuild index 1fd528f72c88..1ea41c8528f1 100644 --- a/app-sci/pari/pari-2.1.4.ebuild +++ b/app-sci/pari/pari-2.1.4.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp +# $Header: /var/cvsroot/gentoo-x86/app-sci/pari/pari-2.1.4.ebuild,v 1.5 2003/01/08 08:17:12 george Exp $ + +IUSE="" DESCRIPTION="pari (or pari-gp) : a software package for computer-aided number theory" HOMEPAGE="http://www.parigp-home.de/" LICENSE="GPL-2" + DEPEND="app-text/tetex" -RDEPEND="" + SRC_URI="http://www.gn-50uma.de/ftp/pari-2.1/${P}.tar.gz" + KEYWORDS="~x86 ~ppc ~sparc " SLOT="0" -S=${WORKDIR}/${P} src_compile() { ./Configure \ |