commit: 30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 15 08:41:26 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 14:03:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f91e1a
sci-libs/libccp4: New package, ebuild written by me Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-libs/libccp4/Manifest | 1 + sci-libs/libccp4/libccp4-6.4.6.ebuild | 30 ++++++++++++++++++++++++++++++ sci-libs/libccp4/metadata.xml | 9 +++++++++ 3 files changed, 40 insertions(+) diff --git a/sci-libs/libccp4/Manifest b/sci-libs/libccp4/Manifest new file mode 100644 index 0000000..423b5f8 --- /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 0000000..0011f0f --- /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 0000000..95180e1 --- /dev/null +++ b/sci-libs/libccp4/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> + <maintainer> + <email>j...@gentoo.org</email> + <name>Justin Lecher</name> + </maintainer> +</pkgmetadata>