diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/c3/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/c3/c3-4.0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-cluster/c3/ChangeLog b/sys-cluster/c3/ChangeLog index 96ad9f394848..3015911e83e8 100644 --- a/sys-cluster/c3/ChangeLog +++ b/sys-cluster/c3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/c3 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/ChangeLog,v 1.4 2007/04/28 17:46:16 swegener Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/ChangeLog,v 1.5 2012/12/02 13:15:52 ago Exp $ + + 02 Dec 2012; Agostino Sarubbo <ago@gentoo.org> c3-4.0.1.ebuild: + Add ~amd64 28 Apr 2007; Sven Wegener <swegener@gentoo.org> c3-4.0.1.ebuild: Fix *initd, *confd and *envd calls (#173884, #174266) @@ -16,4 +19,3 @@ 20 Feb 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml, +c3-4.0.1.ebuild: (#68053) Add the Cluster Command and Control (C3) tool suite. - diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild index ff0e3e6955e3..fb879a569077 100644 --- a/sys-cluster/c3/c3-4.0.1.ebuild +++ b/sys-cluster/c3/c3-4.0.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/c3-4.0.1.ebuild,v 1.2 2007/04/28 17:46:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/c3-4.0.1.ebuild,v 1.3 2012/12/02 13:15:52 ago Exp $ DESCRIPTION="The Cluster Command and Control (C3) tool suite" HOMEPAGE="http://www.csm.ornl.gov/torc/C3/" SRC_URI="http://www.csm.ornl.gov/torc/C3/Software/${PV}/${P}.tar.gz" LICENSE="C3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" # Everything it needs is in "system" (profiles/base/packages) DEPEND="" |