1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/Attic/cbflib-0.9.2.3.ebuild,v 1.2 2012/02/17 19:37:14 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/Attic/cbflib-0.9.2.3.ebuild,v 1.3 2012/05/21 19:17:42 ranger Exp $ |
4 | |
4 | |
5 | EAPI=4 |
5 | EAPI=4 |
6 | |
6 | |
7 | inherit eutils flag-o-matic fortran-2 toolchain-funcs |
7 | inherit eutils flag-o-matic fortran-2 toolchain-funcs |
8 | |
8 | |
… | |
… | |
19 | mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Output.tar.gz |
19 | mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Output.tar.gz |
20 | )" |
20 | )" |
21 | |
21 | |
22 | LICENSE="GPL-2" |
22 | LICENSE="GPL-2" |
23 | SLOT="0" |
23 | SLOT="0" |
24 | KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" |
24 | KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux" |
25 | IUSE="doc test" |
25 | IUSE="doc test" |
26 | |
26 | |
27 | DEPEND="virtual/fortran" |
27 | DEPEND="virtual/fortran" |
28 | RDEPEND="${DEPEND}" |
28 | RDEPEND="${DEPEND}" |
29 | #test? ( sys-process/time )" |
29 | #test? ( sys-process/time )" |