diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
commit | 52b85528ca7f8f5b6367afe009053cca12672d0f (patch) | |
tree | c593af6b59edb5deed6e44443487100602ad40aa /sys-libs/libmath++ | |
parent | Version bumped. (diff) | |
download | gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.gz gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.bz2 gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.zip |
License Fixes. Part 2.
Diffstat (limited to 'sys-libs/libmath++')
-rw-r--r-- | sys-libs/libmath++/libmath++-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libmath++/libmath++-0.0.3.ebuild b/sys-libs/libmath++/libmath++-0.0.3.ebuild index a2af71ecb2e3..a5dc5af6f9be 100644 --- a/sys-libs/libmath++/libmath++-0.0.3.ebuild +++ b/sys-libs/libmath++/libmath++-0.0.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.3.ebuild,v 1.3 2003/02/13 16:50:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.3.ebuild,v 1.4 2003/02/28 16:55:00 liquidx Exp $ DESCRIPTION="libmath++ is a template based math library, written in C++, for symbolic and numeric calculus applications" HOMEPAGE="http://www.surakware.net/projects/libmath%2B%2B/index.xml" SRC_URI="ftp://ftp.surakware.net/pub/unstable/releases/libmath%2B%2B/${P}.tar.gz" -LICENSE="GPL" +LICENSE="GPL-2" SLOT="1" KEYWORDS="x86" |