summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/netloc/netloc-0.5.ebuild')
-rw-r--r--sys-apps/netloc/netloc-0.5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/netloc/netloc-0.5.ebuild b/sys-apps/netloc/netloc-0.5.ebuild
deleted file mode 100644
index 7367e7b04367..000000000000
--- a/sys-apps/netloc/netloc-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib versionator
-
-MY_PV=v$(get_version_component_range 1-2)
-
-DESCRIPTION="Portable Network Locality (netloc)"
-HOMEPAGE="http://www.open-mpi.org/projects/netloc/"
-SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-libs/jansson
- sys-apps/hwloc"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- --with-jansson="${EPREFIX}/usr" \
- --with-hwloc="${EPREFIX}/usr"
-}