diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-04 19:54:09 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-04 19:54:09 +0000 |
commit | cfdf9ddee830c1efb02fd09bcda68d85b9f0f87d (patch) | |
tree | 46a67fdb7e0a8b6b2f1dfd9cb4f4ee59de5a0dcd /sys-cluster/openpbs | |
parent | Added license for openpbs (diff) | |
download | historical-cfdf9ddee830c1efb02fd09bcda68d85b9f0f87d.tar.gz historical-cfdf9ddee830c1efb02fd09bcda68d85b9f0f87d.tar.bz2 historical-cfdf9ddee830c1efb02fd09bcda68d85b9f0f87d.zip |
Changed license to openpbs
Diffstat (limited to 'sys-cluster/openpbs')
-rw-r--r-- | sys-cluster/openpbs/openpbs-2.3.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openpbs/openpbs-2.3.16.ebuild b/sys-cluster/openpbs/openpbs-2.3.16.ebuild index e483fef5f7f6..73a76948bbf7 100644 --- a/sys-cluster/openpbs/openpbs-2.3.16.ebuild +++ b/sys-cluster/openpbs/openpbs-2.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16.ebuild,v 1.1 2002/11/04 19:40:53 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16.ebuild,v 1.2 2002/11/04 19:54:09 tantive Exp $ NAME=`echo ${P} | sed -e "s|openpbs-|OpenPBS_|; y|.|_|"` A=${NAME}.tar.gz @@ -8,7 +8,7 @@ S="${WORKDIR}/${NAME}" DESCRIPTION="The Portable Batch System (PBS) is a flexible batch queueing and workload management system" HOMEPAGE="http://www.openpbs.org/" -LICENSE="as-is" +LICENSE="openpbs" SLOT="0" KEYWORDS="~x86" |