diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:54:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:54:02 +0000 |
commit | e92e9d20f93c0c47de2fc5d2c3c65067ae818aae (patch) | |
tree | 6418b2ca435065efe5730450016cbd7c3a5f9c29 /sys-cluster | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-e92e9d20f93c0c47de2fc5d2c3c65067ae818aae.tar.gz historical-e92e9d20f93c0c47de2fc5d2c3c65067ae818aae.tar.bz2 historical-e92e9d20f93c0c47de2fc5d2c3c65067ae818aae.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-cluster')
3 files changed, 3 insertions, 9 deletions
diff --git a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild index f3ae4d72055b..e046f6d360ef 100644 --- a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild +++ b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild,v 1.4 2004/06/24 22:37:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild,v 1.5 2004/07/15 02:54:02 agriffis Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -14,8 +14,6 @@ IUSE="" DEPEND="net-analyzer/rrdtool" RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}" - src_compile() { ./configure \ diff --git a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild index 41d787970e92..7dc80f69d64f 100644 --- a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild +++ b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild,v 1.3 2004/06/24 22:37:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild,v 1.4 2004/07/15 02:54:02 agriffis Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -14,8 +14,6 @@ IUSE="" DEPEND="net-analyzer/rrdtool" RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}" - src_compile() { ./configure \ diff --git a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild index 398a2b5a40db..601e8aeaf51c 100644 --- a/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild +++ b/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild,v 1.4 2004/06/24 22:37:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.5.ebuild,v 1.5 2004/07/15 02:54:02 agriffis Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -14,8 +14,6 @@ IUSE="" DEPEND="net-analyzer/rrdtool" RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}" - src_compile() { ./configure \ |