From: Justin Lecher Date: Tue, 15 Sep 2015 08:41:26 +0000 (+0200) Subject: sci-libs/libccp4: New package, ebuild written by me X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c;p=gentoo.git sci-libs/libccp4: New package, ebuild written by me Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/sci-libs/libccp4/Manifest b/sci-libs/libccp4/Manifest new file mode 100644 index 000000000000..423b5f8ad862 --- /dev/null +++ b/sci-libs/libccp4/Manifest @@ -0,0 +1 @@ +DIST libccp4-6.4.6.tar.gz 934709 SHA256 a51b59c101bd94385408ffd070ec77fcefe43c519e7d6f7ad88d6b204935b8fa SHA512 38893d7c8bec99b6d1245586695d98900284543dfe7f87e0cab81a7f7f93b3dac0780c3ea576fb910fc3712d7b9226814ebe05530948ace136860f398e11daf6 WHIRLPOOL 55c1c02c5e357940da50021e1adaa7018cdf84df6d53f66893fc175afb3458333a92c9542ac6db44faee33f23c39343b5c1703280cee0825fa4f0c28be110074 diff --git a/sci-libs/libccp4/libccp4-6.4.6.ebuild b/sci-libs/libccp4/libccp4-6.4.6.ebuild new file mode 100644 index 000000000000..0011f0f57e3d --- /dev/null +++ b/sci-libs/libccp4/libccp4-6.4.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +FORTRAN_NEEDED=fortran + +inherit autotools-utils fortran-2 + +DESCRIPTION="The CCP4 C and F77 subroutine library" +HOMEPAGE="http://www.ccp4.ac.uk/" +SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3 LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="fortran static-libs" + +RDEPEND="sci-libs/mmdb:2" +DEPEND="${RDEPEND} +" +AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_configure() { + myeconfargs=( + $(use_enable fortran) + ) + autotools-utils_src_configure +} diff --git a/sci-libs/libccp4/metadata.xml b/sci-libs/libccp4/metadata.xml new file mode 100644 index 000000000000..95180e10e21c --- /dev/null +++ b/sci-libs/libccp4/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-chemistry + + jlec@gentoo.org + Justin Lecher + +