diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-23 23:01:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-23 23:01:09 +0000 |
commit | 23b4a4bcee40bccf72ad166cef6a16d2656ac12e (patch) | |
tree | 62cd2b07059840cc7b38c2a3623cadba10238411 /dev-lang | |
parent | Move polkit-kde dependency from kdebase-meta to kdelibs, see bug 310999 (diff) | |
download | gentoo-2-23b4a4bcee40bccf72ad166cef6a16d2656ac12e.tar.gz gentoo-2-23b4a4bcee40bccf72ad166cef6a16d2656ac12e.tar.bz2 gentoo-2-23b4a4bcee40bccf72ad166cef6a16d2656ac12e.zip |
fix LICENSE
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.07.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.08.01.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index f995db219bf2..6cf8370a9f02 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.65 2010/06/23 22:05:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.66 2010/06/23 23:01:09 mr_bones_ Exp $ + + 23 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> nasm-2.07.ebuild, + nasm-2.08.01.ebuild: + fix LICENSE 23 Jun 2010; Markos Chandras <hwoarang@gentoo.org> nasm-2.08.01.ebuild: Stable on amd64 wrt bug #322695 diff --git a/dev-lang/nasm/nasm-2.07.ebuild b/dev-lang/nasm/nasm-2.07.ebuild index 193c1c2dd88f..1585f46c33a1 100644 --- a/dev-lang/nasm/nasm-2.07.ebuild +++ b/dev-lang/nasm/nasm-2.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.5 2010/01/02 18:39:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.6 2010/06/23 23:01:09 mr_bones_ Exp $ EAPI=2 inherit autotools eutils toolchain-funcs flag-o-matic @@ -9,7 +9,7 @@ DESCRIPTION="groovy little assembler" HOMEPAGE="http://nasm.sourceforge.net/" SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="BSD-2" SLOT="0" KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" diff --git a/dev-lang/nasm/nasm-2.08.01.ebuild b/dev-lang/nasm/nasm-2.08.01.ebuild index a4bcc73432f1..52870c1d6d90 100644 --- a/dev-lang/nasm/nasm-2.08.01.ebuild +++ b/dev-lang/nasm/nasm-2.08.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.08.01.ebuild,v 1.3 2010/06/23 22:05:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.08.01.ebuild,v 1.4 2010/06/23 23:01:09 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs flag-o-matic @@ -9,7 +9,7 @@ DESCRIPTION="groovy little assembler" HOMEPAGE="http://nasm.sourceforge.net/" SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="BSD-2" SLOT="0" KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" |