media-gfx/jpeg-xl: add
[sgilles-overlay.git] / sci-mathematics / gp2c / gp2c-0.0.10.ebuild
blobace42c2a6da897918aa1fdd0de45f3d34d6090c0
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=6
6 inherit eutils flag-o-matic toolchain-funcs multilib
8 DESCRIPTION="The GP to C compile translates GP scripts to PARI programs"
9 HOMEPAGE="http://pari.math.u-bordeaux.fr/"
10 SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/GP2C/${P}.tar.gz"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
15 IUSE=""
17 RDEPEND="
18 sci-mathematics/pari"
19 DEPEND="${RDEPEND}"