diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-02-23 13:59:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-02-23 13:59:32 +0000 |
commit | 4f4ccdc744fcbb7f23e2e9769081fc5ef9679333 (patch) | |
tree | 497647dd53d1b43d297f670a72a817b269d762e2 /dev-cpp | |
parent | version bump of 0.8 series (diff) | |
download | gentoo-2-4f4ccdc744fcbb7f23e2e9769081fc5ef9679333.tar.gz gentoo-2-4f4ccdc744fcbb7f23e2e9769081fc5ef9679333.tar.bz2 gentoo-2-4f4ccdc744fcbb7f23e2e9769081fc5ef9679333.zip |
change license to MIT from GPL-2
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/muParser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/muParser/muParser-1.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/muParser/ChangeLog b/dev-cpp/muParser/ChangeLog index b11641b9201b..567f3fd8e0d8 100644 --- a/dev-cpp/muParser/ChangeLog +++ b/dev-cpp/muParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/muParser # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.2 2006/02/13 18:25:24 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.3 2006/02/23 13:59:32 caleb Exp $ + + 23 Feb 2006; Caleb Tennis <caleb@gentoo.org> muParser-1.25.ebuild: + Change license to MIT from GPL-2 13 Feb 2006; Caleb Tennis <caleb@gentoo.org> muParser-1.25.ebuild: Force MAKEOPTS to -j1 so parallel make doesn't fail (bug #122389) diff --git a/dev-cpp/muParser/muParser-1.25.ebuild b/dev-cpp/muParser/muParser-1.25.ebuild index 566419e79b69..e35056509ea7 100644 --- a/dev-cpp/muParser/muParser-1.25.ebuild +++ b/dev-cpp/muParser/muParser-1.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.25.ebuild,v 1.2 2006/02/13 18:25:24 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.25.ebuild,v 1.3 2006/02/23 13:59:32 caleb Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="A fast math parser library" HOMEPAGE="http://muparser.sourceforge.net" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}.tar.gz" -LICENSE="GPL-2" +LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" |