From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-834415-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91446139BC7 for <garchives@archives.gentoo.org>; Tue, 15 Sep 2015 14:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5466021C009; Tue, 15 Sep 2015 14:04:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A03BE089C for <gentoo-commits@lists.gentoo.org>; Tue, 15 Sep 2015 14:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37992340A61 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Sep 2015 14:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED1618B for <gentoo-commits@lists.gentoo.org>; Tue, 15 Sep 2015 14:03:55 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1442325827.30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libccp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libccp4/Manifest sci-libs/libccp4/libccp4-6.4.6.ebuild sci-libs/libccp4/metadata.xml X-VCS-Directories: sci-libs/libccp4/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 30f91e1a69768c4c2a5e8bbb4bf1cc7446cc185c X-VCS-Branch: master Date: Tue, 15 Sep 2015 14:03:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9818b9e0-34c9-4cbe-b7d9-5d4e7bfa26d7 X-Archives-Hash: 59a3d68cf3ccbdbc03e80c79835e3174 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>jlec@gentoo.org</email> + <name>Justin Lecher</name> + </maintainer> +</pkgmetadata>