summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-05 21:40:20 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-05 21:40:20 +0000
commit2bfad03f4d25ff8bfd50e79ef1239e267107b036 (patch)
tree6bc22bef6799d4ba8474a83e29ec939bd8af1310 /sci-astronomy/aatm
parentKeyword ~arm (diff)
downloadgentoo-2-2bfad03f4d25ff8bfd50e79ef1239e267107b036.tar.gz
gentoo-2-2bfad03f4d25ff8bfd50e79ef1239e267107b036.tar.bz2
gentoo-2-2bfad03f4d25ff8bfd50e79ef1239e267107b036.zip
fixed for newer autoconf
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/aatm')
-rw-r--r--sci-astronomy/aatm/ChangeLog8
-rw-r--r--sci-astronomy/aatm/aatm-0.4.3.1.ebuild16
2 files changed, 14 insertions, 10 deletions
diff --git a/sci-astronomy/aatm/ChangeLog b/sci-astronomy/aatm/ChangeLog
index 95da1216ed52..177587b6dbe8 100644
--- a/sci-astronomy/aatm/ChangeLog
+++ b/sci-astronomy/aatm/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for sci-astronomy/aatm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/ChangeLog,v 1.1 2011/11/26 05:53:02 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/ChangeLog,v 1.2 2012/08/05 21:40:20 bicatali Exp $
+
+ 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> aatm-0.4.3.1.ebuild:
+ fixed for newer autoconf
*aatm-0.4.3.1 (26 Nov 2011)
26 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> +aatm-0.4.3.1.ebuild,
+metadata.xml:
Initial import
-
diff --git a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
index 652f5ce93723..af2f6e8e956f 100644
--- a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
+++ b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/aatm-0.4.3.1.ebuild,v 1.1 2011/11/26 05:53:02 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/aatm-0.4.3.1.ebuild,v 1.2 2012/08/05 21:40:20 bicatali Exp $
EAPI=4
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
+
DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
HOMEPAGE="http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
+ http://dev.gentoo.org/~bicatali/distfiles/${P}-ac-boost.patch.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND="dev-libs/boost"
DEPEND="${RDEPEND}"
-src_configure() {
- econf $(use_enable static-libs static)
-}
+PATCHES=( "${WORKDIR}"/${P}-ac-boost.patch )