aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-01-22 01:31:32 +0100
committerAndreas Schäfer <gentryx@gmx.de>2013-01-22 01:31:32 +0100
commit73339662a0f42227ddd5df479ed02e3b31be8e89 (patch)
tree99918b2a7b52949516cdef9740b8546cee96c31d /sys-cluster/hpx
parentcleaning ebuild (diff)
downloadsci-73339662a0f42227ddd5df479ed02e3b31be8e89.tar.gz
sci-73339662a0f42227ddd5df479ed02e3b31be8e89.tar.bz2
sci-73339662a0f42227ddd5df479ed02e3b31be8e89.zip
cosmetics
Diffstat (limited to 'sys-cluster/hpx')
-rw-r--r--sys-cluster/hpx/hpx-0.9.5.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-cluster/hpx/hpx-0.9.5.ebuild b/sys-cluster/hpx/hpx-0.9.5.ebuild
index b57476594..723c6ff90 100644
--- a/sys-cluster/hpx/hpx-0.9.5.ebuild
+++ b/sys-cluster/hpx/hpx-0.9.5.ebuild
@@ -1,13 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
EAPI=4
+
inherit cmake-utils
inherit versionator
S="${WORKDIR}/${PN}_${PV}"
-# MY_PN="hpx"
-# MY_PV="${PV}"
-# MY_P="${MY_PN}_${MY_PV}"
-
DESCRIPTION="HPX (High Performance ParalleX) is a general C++ runtime system for parallel and distributed applications of any scale."
HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
SRC_URI="http://stellar.cct.lsu.edu/files/hpx_${PV}.tar.gz"