summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 21:46:46 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 21:46:46 +0000
commit9dd71a0bfe315169b9f89002b53b921f44d6a495 (patch)
tree2378840bb11dd749308676845a23620591113527 /sys-cluster/hpl
parent(no commit message) (diff)
downloadhistorical-9dd71a0bfe315169b9f89002b53b921f44d6a495.tar.gz
historical-9dd71a0bfe315169b9f89002b53b921f44d6a495.tar.bz2
historical-9dd71a0bfe315169b9f89002b53b921f44d6a495.zip
Add inherit eutils
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r--sys-cluster/hpl/ChangeLog5
-rw-r--r--sys-cluster/hpl/hpl-1.0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index 38e5e5b27bee..47de30786b67 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/hpl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.1 2004/03/26 17:24:12 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.2 2004/04/27 21:43:19 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> hpl-1.0.ebuild:
+ Add inherit eutils
*hpl-1.0 (26 Mar 2004)
diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild
index 4c9d790ff496..77cd78dcc551 100644
--- a/sys-cluster/hpl/hpl-1.0.ebuild
+++ b/sys-cluster/hpl/hpl-1.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.3 2004/03/27 10:34:59 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.4 2004/04/27 21:43:19 agriffis Exp $
+
+inherit eutils
DESCRIPTION="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers"
HOMEPAGE="http://www.netlib.org/benchmark/hpl/"