Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/libccp4/
Date: Thu, 30 May 2013 13:55:34
Message-Id: 1369914904.6961c0f139f70078b9cbb58ccee55cf67d2b647a.jlec@gentoo
1 commit: 6961c0f139f70078b9cbb58ccee55cf67d2b647a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 11:55:04 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 11:55:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6961c0f1
7
8 sci-libs/libccp4: New package
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 sci-libs/libccp4/ChangeLog | 10 ++++++++++
14 sci-libs/libccp4/libccp4-6.3.1.ebuild | 30 ++++++++++++++++++++++++++++++
15 sci-libs/libccp4/metadata.xml | 8 ++++++++
16 3 files changed, 48 insertions(+)
17
18 diff --git a/sci-libs/libccp4/ChangeLog b/sci-libs/libccp4/ChangeLog
19 new file mode 100644
20 index 0000000..f5c1420
21 --- /dev/null
22 +++ b/sci-libs/libccp4/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for sci-libs/libccp4
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*libccp4-6.3.1 (30 May 2013)
29 +
30 + 30 May 2013; Justin Lecher <jlec@g.o> +libccp4-6.3.1.ebuild,
31 + +metadata.xml:
32 + New package
33 +
34
35 diff --git a/sci-libs/libccp4/libccp4-6.3.1.ebuild b/sci-libs/libccp4/libccp4-6.3.1.ebuild
36 new file mode 100644
37 index 0000000..9035739
38 --- /dev/null
39 +++ b/sci-libs/libccp4/libccp4-6.3.1.ebuild
40 @@ -0,0 +1,30 @@
41 +# Copyright 1999-2013 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=5
46 +
47 +inherit autotools-utils fortran-2
48 +
49 +DESCRIPTION="CCP4 lib"
50 +HOMEPAGE="http://www.ccp4.ac.uk/"
51 +SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
52 +
53 +SLOT="0"
54 +LICENSE="GPL-3 LGPL-3"
55 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
56 +IUSE="+fortran static-libs"
57 +
58 +RDEPEND="sci-libs/mmdb"
59 +DEPEND="${RDEPEND}"
60 +
61 +AUTOTOOLS_IN_SOURCE_BUILD=1
62 +
63 +pkg_setup() {
64 + use fortran && fortran-2_pkg_setup
65 +}
66 +
67 +src_configure() {
68 + local myeconfargs=( $(use_enable fortran) )
69 + autotools-utils_src_configure
70 +}
71
72 diff --git a/sci-libs/libccp4/metadata.xml b/sci-libs/libccp4/metadata.xml
73 new file mode 100644
74 index 0000000..ae9ec7c
75 --- /dev/null
76 +++ b/sci-libs/libccp4/metadata.xml
77 @@ -0,0 +1,8 @@
78 +<?xml version="1.0" encoding="UTF-8"?>
79 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 +<pkgmetadata>
81 + <herd>sci-chemistry</herd>
82 + <maintainer>
83 + <email>jlec@g.o</email>
84 + </maintainer>
85 +</pkgmetadata>