Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/aatm/
Date: Sat, 27 Feb 2016 02:18:29
Message-Id: 1456542868.fbc8944dffa7ce9c0c78c07f2120445afb3704eb.bicatali@gentoo
1 commit: fbc8944dffa7ce9c0c78c07f2120445afb3704eb
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 20:46:21 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 03:14:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc8944d
7
8 sci-astronomy/aatm: Version bump and cleanup
9
10 Package-Manager: portage-2.2.27
11
12 sci-astronomy/aatm/Manifest | 3 +--
13 sci-astronomy/aatm/aatm-0.4.3.1.ebuild | 23 -------------------
14 sci-astronomy/aatm/aatm-0.6.ebuild | 40 ++++++++++++++++++++++++++++++++++
15 3 files changed, 41 insertions(+), 25 deletions(-)
16
17 diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest
18 index 50c9077..33d00e5 100644
19 --- a/sci-astronomy/aatm/Manifest
20 +++ b/sci-astronomy/aatm/Manifest
21 @@ -1,2 +1 @@
22 -DIST aatm-0.4.3.1-ac-boost.patch.gz 4519 SHA256 7bf274010fb6df06faf06d287c2faf2b3b8ef4aa5f5b8f2624393cdc0cb13746 SHA512 b27e4859e475ea5411a8c1a17f20d19baacc456a436977589f65b9897c56e946bfc09e5532bbfd5bf7d63bbbcdddeccb4e5ea2800959e9cd39d791feb668e579 WHIRLPOOL a35450c8dba7b801352f4c81c8e52149167e5cb5a2a3d7b627949a9af98f15795409278ee59776a6ca9db96e838c093988f60cd0731aad08c2695cfb29bdf883
23 -DIST aatm-0.4.3.1.tar.gz 611919 SHA256 b41c5b524bc66559357a20ef032b407385aa919e07fd5742afffd33847fa42c9 SHA512 dce1b52ea2396d40f3f413b9ea40987b5eaa0d9902e4713d8a242d2c04e7fb93078f94f08a30af42195083919289d3fc8a449dd891ce1c8cb40d7358203d43ff WHIRLPOOL 9c76381c0b937f9bdea82df274dc85aa4136a1993247899b351754d88765340a2c597d6eed04ad766ec023977b8850ba4c464bad4bf33fe8d1c54e1e6654e038
24 +DIST aatm-0.6.tar.gz 613800 SHA256 9fdfb7d0bba71ad32c091baf6242a5bd17041277016473959c5e90d6dcac1b68 SHA512 aef2d0fccc83a8a5817bd414b60c5167f7e378b434f9a3e9ce2bc2eeceec1cc1fb1b141cec07d78cb325dbfceac2804c07866291b2863f6839dfb6143ed9188a WHIRLPOOL 1d8fff78f72810b53f86452a930701d7910314dbd06d0060a7e677260bd29526de44e2b8658c584fd9692727af02a5ee918b319e8932be1cfe428fc579e520d0
25
26 diff --git a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
27 deleted file mode 100644
28 index afb448a..0000000
29 --- a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=4
37 -
38 -AUTOTOOLS_AUTORECONF=1
39 -inherit autotools-utils
40 -
41 -DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
42 -HOMEPAGE="http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html"
43 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
44 - https://dev.gentoo.org/~bicatali/distfiles/${P}-ac-boost.patch.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="static-libs"
50 -
51 -RDEPEND="dev-libs/boost"
52 -DEPEND="${RDEPEND}"
53 -
54 -PATCHES=( "${WORKDIR}"/${P}-ac-boost.patch )
55
56 diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild
57 new file mode 100644
58 index 0000000..4e3de12
59 --- /dev/null
60 +++ b/sci-astronomy/aatm/aatm-0.6.ebuild
61 @@ -0,0 +1,40 @@
62 +# Copyright 1999-2016 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Id$
65 +
66 +EAPI=6
67 +
68 +inherit eutils
69 +
70 +DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
71 +HOMEPAGE="https://svn.cv.nrao.edu/view/aatm/devel/casa/"
72 +# tar ball is made from the HOMEPAGE and running ./configure && make dist
73 +SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
74 +
75 +LICENSE="LGPL-2.1"
76 +SLOT="0/4"
77 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
78 +IUSE="doc static-libs"
79 +
80 +RDEPEND=""
81 +DEPEND="${RDEPEND}
82 + dev-libs/boost:=
83 + doc? ( app-doc/doxygen[dot] )"
84 +
85 +src_configure() {
86 + econf $(use_enable static-libs static)
87 +}
88 +
89 +src_compile() {
90 + emake
91 + use doc && doxygen doc/developer.doxy
92 +}
93 +
94 +src_install() {
95 + default
96 + use static-libs || prune_libtool_files --all
97 + if use doc; then
98 + insinto /usr/share/doc/${PF}
99 + doins -r developer/html
100 + fi
101 +}