| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari-data/pari-data-20110727.ebuild,v 1.2 2011/07/30 13:49:47 bicatali Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="Data sets for pari"
|
| 8 |
HOMEPAGE="http://pari.math.u-bordeaux.fr/"
|
| 9 |
|
| 10 |
for p in elldata galdata galpol seadata nftables; do
|
| 11 |
SRC_URI="${SRC_URI} http://pari.math.u-bordeaux.fr/pub/pari/packages/${p}.tgz -> ${p}-${PV}.tgz"
|
| 12 |
done
|
| 13 |
|
| 14 |
LICENSE="GPL-2"
|
| 15 |
SLOT="0"
|
| 16 |
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
|
| 17 |
IUSE=""
|
| 18 |
|
| 19 |
RDEPEND="!<sci-libs/pari-2.5.0-r1"
|
| 20 |
DEPEND="${RDEPEND}"
|
| 21 |
S="${WORKDIR}"
|
| 22 |
|
| 23 |
src_install() {
|
| 24 |
insinto /usr/share/pari
|
| 25 |
doins -r data/* nftables
|
| 26 |
}
|