summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-23 15:31:21 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-23 15:31:21 +0000
commit378a3439b8dfe4275b540aa82e9bd281fc92f998 (patch)
treeac024484956b4bb0dbabbb10b692f11b38aa6b30 /dev-perl/math-pari
parentFirst import of math-pari, needed for ssh/crypt function in perl (diff)
downloadgentoo-2-378a3439b8dfe4275b540aa82e9bd281fc92f998.tar.gz
gentoo-2-378a3439b8dfe4275b540aa82e9bd281fc92f998.tar.bz2
gentoo-2-378a3439b8dfe4275b540aa82e9bd281fc92f998.zip
fixed typo
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/math-pari-2.010500.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/math-pari/math-pari-2.010500.ebuild b/dev-perl/math-pari/math-pari-2.010500.ebuild
index a488a14d2937..83a7c6f90369 100644
--- a/dev-perl/math-pari/math-pari-2.010500.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010500.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.1 2003/06/23 15:25:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500.ebuild,v 1.2 2003/06/23 15:31:21 mcummings Exp $
inherit perl-module
MY_P=Math-Pari-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl interface to PARI"
-#PARI_VERSION=`best_version app-sci/pari`
-PARI_VERSION=2.1.5
+PARI_VERSION=`best_version app-sci/pari`
SRC_URI="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz
http://www.gn-50uma.de/ftp/pari-2.1/pari-${PARI_VERSION}.tar.gz"
HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme"