summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/aatm/aatm-0.4.3.1.ebuild')
-rw-r--r--sci-astronomy/aatm/aatm-0.4.3.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
deleted file mode 100644
index afb448abd4c5..000000000000
--- a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
- https://dev.gentoo.org/~bicatali/distfiles/${P}-ac-boost.patch.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/boost"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${WORKDIR}"/${P}-ac-boost.patch )