diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-18 23:28:11 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-18 23:28:11 +0000 |
commit | 0dc80ebe84b64440c27f8f0b131c477ec0217e88 (patch) | |
tree | 358e16c30da852246e4b890f2e6f29fd2efa4f3c /dev-lua/toluapp | |
parent | Version bump. (diff) | |
download | gentoo-2-0dc80ebe84b64440c27f8f0b131c477ec0217e88.tar.gz gentoo-2-0dc80ebe84b64440c27f8f0b131c477ec0217e88.tar.bz2 gentoo-2-0dc80ebe84b64440c27f8f0b131c477ec0217e88.zip |
Fix license. bug #443806
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'dev-lua/toluapp')
-rw-r--r-- | dev-lua/toluapp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lua/toluapp/toluapp-1.0.92.ebuild | 6 | ||||
-rw-r--r-- | dev-lua/toluapp/toluapp-1.0.93.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lua/toluapp/ChangeLog b/dev-lua/toluapp/ChangeLog index 829dadd0c3ce..7efdd305ee81 100644 --- a/dev-lua/toluapp/ChangeLog +++ b/dev-lua/toluapp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lua/toluapp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/ChangeLog,v 1.1 2010/11/06 01:38:02 rafaelmartins Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/ChangeLog,v 1.2 2012/11/18 23:28:11 rafaelmartins Exp $ + + 18 Nov 2012; Rafael G. Martins <rafaelmartins@gentoo.org> + toluapp-1.0.92.ebuild, toluapp-1.0.93.ebuild: + Fix license. bug #443806 06 Nov 2010; Rafael G. Martins <rafaelmartins@gentoo.org> +toluapp-1.0.92.ebuild, +toluapp-1.0.93.ebuild, +metadata.xml: diff --git a/dev-lua/toluapp/toluapp-1.0.92.ebuild b/dev-lua/toluapp/toluapp-1.0.92.ebuild index 230468a8c58b..6d543c057ae4 100644 --- a/dev-lua/toluapp/toluapp-1.0.92.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.92.ebuild,v 1.1 2010/11/06 01:38:02 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.92.ebuild,v 1.2 2012/11/18 23:28:11 rafaelmartins Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ DESCRIPTION="A tool to integrate C/C++ code with Lua." HOMEPAGE="http://www.codenix.com/~tolua/" SRC_URI="http://www.codenix.com/~tolua/${MY_P}.tar.bz2" KEYWORDS="amd64 ppc x86" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} diff --git a/dev-lua/toluapp/toluapp-1.0.93.ebuild b/dev-lua/toluapp/toluapp-1.0.93.ebuild index 71aab84fff7c..f31dbb26740a 100644 --- a/dev-lua/toluapp/toluapp-1.0.93.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.93.ebuild,v 1.1 2010/11/06 01:38:02 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/toluapp/toluapp-1.0.93.ebuild,v 1.2 2012/11/18 23:28:11 rafaelmartins Exp $ EAPI="2" @@ -12,7 +12,7 @@ DESCRIPTION="A tool to integrate C/C++ code with Lua." HOMEPAGE="http://www.codenix.com/~tolua/" SRC_URI="http://www.codenix.com/~tolua/${MY_P}.tar.bz2" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="" |