aboutsummaryrefslogtreecommitdiff
blob: 446d42d4598f200b16d9b1c3c5dd6a4ff3f7ca4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit cmake-utils

DESCRIPTION="Unified framework for finite element assembly"
HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/"
SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"