summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-21 09:48:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-21 09:48:42 +0000
commit72e10c635391f5269eb84fc72c7018b04c612f4d (patch)
tree04740782e97097aae670df612c186f577eef7d2a /dev-perl/math-pari
parentinitial ebuild #36836 (diff)
downloadgentoo-2-72e10c635391f5269eb84fc72c7018b04c612f4d.tar.gz
gentoo-2-72e10c635391f5269eb84fc72c7018b04c612f4d.tar.bz2
gentoo-2-72e10c635391f5269eb84fc72c7018b04c612f4d.zip
hppa repoman
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r--dev-perl/math-pari/math-pari-2.010500-r1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild
index 633b1570c437..40a8c0ab94e3 100644
--- a/dev-perl/math-pari/math-pari-2.010500-r1.ebuild
+++ b/dev-perl/math-pari/math-pari-2.010500-r1.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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-r1.ebuild,v 1.3 2003/10/28 01:16:43 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010500-r1.ebuild,v 1.4 2004/02/21 09:44:44 vapier Exp $
inherit perl-module
MY_P="Math-Pari-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl interface to PARI"
+HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme"
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-2.1.5.tar.gz"
-HOMEPAGE="http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/${MY_P}.readme"
-SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64"
# Math::Pari requires that a copy of the pari source in a parallel
# directory to where you build it. It does not need to compile it, but
# it does need to be the same version as is installed, hence the hard
# DEPEND below
-
DEPEND="=app-sci/pari-2.1.5"
-