summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 21:48:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 21:48:09 +0000
commitd8a6d84685bb0cc35c249bcfe36dfa77c8f71390 (patch)
tree3ed5d7682e90af98aae459717855cf4d7ed8d6ed /sys-cluster/hpl
parentfix gtk2.4 build (Manifest recommit) (diff)
downloadgentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.gz
gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.bz2
gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.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/"