diff options
author | 2003-08-05 18:35:59 +0000 | |
---|---|---|
committer | 2003-08-05 18:35:59 +0000 | |
commit | 32ef71df72bb9dc24ee08f56508953be720362f9 (patch) | |
tree | 699960b42b9892fcbb83b2086c3c3ae3dcd506ed /app-sci/mpqc | |
parent | fix license (diff) | |
download | gentoo-2-32ef71df72bb9dc24ee08f56508953be720362f9.tar.gz gentoo-2-32ef71df72bb9dc24ee08f56508953be720362f9.tar.bz2 gentoo-2-32ef71df72bb9dc24ee08f56508953be720362f9.zip |
fix license
Diffstat (limited to 'app-sci/mpqc')
-rw-r--r-- | app-sci/mpqc/mpqc-2.1.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-sci/mpqc/mpqc-2.1.2.ebuild b/app-sci/mpqc/mpqc-2.1.2.ebuild index 50fd288748ea..f75dcbd19d42 100644 --- a/app-sci/mpqc/mpqc-2.1.2.ebuild +++ b/app-sci/mpqc/mpqc-2.1.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.5 2003/03/11 21:11:45 seemant Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.6 2003/08/05 18:35:17 vapier Exp $ -SLOT="0" +DESCRIPTION="The Massively Parallel Quantum Chemistry Program" HOMEPAGE="http://aros.ca.sandia.gov/~cljanss/mpqc/" SRC_URI="http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${P}.tar.gz doc? ( http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${PN}-man-${PV}.tar.gz )" -DESCRIPTION="The Massively Parallel Quantum Chemistry Program" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="doc X" @@ -15,7 +16,7 @@ DEPEND="sys-devel/flex app-sci/blas app-sci/lapack dev-lang/perl - X? ( x11-base/xfree )" + X? ( x11-base/xfree )" src_compile() { CFLAGS_SAVE=${CFLAGS}; CXXFLAGS_SAVE=${CXXFLAGS} |