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 | bbbef7e65936934320053c964379ea8014974d70 (patch) | |
tree | e75144e0dd49308c199ac53206bd464b25e707d2 /sys-cluster | |
parent | Added license for openpbs (diff) | |
download | gentoo-2-bbbef7e65936934320053c964379ea8014974d70.tar.gz gentoo-2-bbbef7e65936934320053c964379ea8014974d70.tar.bz2 gentoo-2-bbbef7e65936934320053c964379ea8014974d70.zip |
Changed license to openpbs
Diffstat (limited to 'sys-cluster')
-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" |