diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2007-04-13 15:50:20 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2007-04-13 15:50:20 +0000 |
commit | f8d4cf2967373670e7e1f82908785fe37706d23c (patch) | |
tree | d28ddf740a3aed55fa37d66bb340eb037b91dd64 /dev-python | |
parent | Remove old versions. (diff) | |
download | gentoo-2-f8d4cf2967373670e7e1f82908785fe37706d23c.tar.gz gentoo-2-f8d4cf2967373670e7e1f82908785fe37706d23c.tar.bz2 gentoo-2-f8d4cf2967373670e7e1f82908785fe37706d23c.zip |
Change to new license MIT
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index bced6a8280f3..9b64536c5584 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pexpect # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.26 2007/02/22 00:32:29 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.27 2007/04/13 15:50:20 pythonhead Exp $ + + 13 Apr 2007; Rob Cakebread <pythonhead@gentoo.org> pexpect-2.1.ebuild: + Changed to MIT license. Thanks Daniel Drake <dsd@gentoo.org> bug #174428 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-python/pexpect/pexpect-2.1.ebuild b/dev-python/pexpect/pexpect-2.1.ebuild index d7fb7421d6f0..eeac367b9e9e 100644 --- a/dev-python/pexpect/pexpect-2.1.ebuild +++ b/dev-python/pexpect/pexpect-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.1 2006/11/02 19:40:08 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.2 2007/04/13 15:50:20 pythonhead Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Pexpect is a pure Python module for spawning child applications; co HOMEPAGE="http://pexpect.sourceforge.net/" SRC_URI="mirror://sourceforge/pexpect/${P}.tar.gz" -LICENSE="PYTHON" +LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~s390 ~sparc ~x86" IUSE="" |