diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-20 00:04:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-20 00:04:16 +0000 |
commit | bb599e3852380f67832d3eee312ae8acb6271a8f (patch) | |
tree | 5e7b1dd60b96273ec63c13eef1b04edcaece1476 /dev-lang/yasm | |
parent | Version bump. (diff) | |
download | gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.tar.gz gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.tar.bz2 gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.zip |
Missing BSD-2 license (frontends use it per COPYING) wrt #360501 by "Luke-Jr"
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index e9e92bb44072..273c08193dce 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.47 2011/11/19 23:57:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.48 2011/11/20 00:04:16 ssuominen Exp $ + + 20 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> yasm-1.1.0-r1.ebuild, + yasm-1.2.0.ebuild: + Missing BSD-2 license (frontends use it per COPYING) wrt #360501 by "Luke-Jr" *yasm-1.2.0 (19 Nov 2011) diff --git a/dev-lang/yasm/yasm-1.1.0-r1.ebuild b/dev-lang/yasm/yasm-1.1.0-r1.ebuild index 996d76d3d709..31bcb5ccfa25 100644 --- a/dev-lang/yasm/yasm-1.1.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.3 2011/01/26 18:55:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.4 2011/11/20 00:04:16 ssuominen Exp $ EAPI=2 PYTHON_DEPEND="python? 2:2.6" @@ -11,7 +11,7 @@ DESCRIPTION="An assembler for x86 and x86_64 instruction sets" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" -LICENSE="Artistic BSD GPL-2 LGPL-2" +LICENSE="Artistic BSD BSD-2 GPL-2 LGPL-2" SLOT="0" KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" diff --git a/dev-lang/yasm/yasm-1.2.0.ebuild b/dev-lang/yasm/yasm-1.2.0.ebuild index bc8b62f4010d..88992b505fd7 100644 --- a/dev-lang/yasm/yasm-1.2.0.ebuild +++ b/dev-lang/yasm/yasm-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.1 2011/11/19 23:57:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.2 2011/11/20 00:04:16 ssuominen Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.7" @@ -10,7 +10,7 @@ DESCRIPTION="An assembler for x86 and x86_64 instruction sets" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" -LICENSE="Artistic BSD GPL-2 LGPL-2" +LICENSE="Artistic BSD BSD-2 GPL-2 LGPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" |