diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-21 04:32:48 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-21 04:32:48 +0000 |
commit | e40dd1c4dbd019bce2cf3cedc9221ca2ba15b52d (patch) | |
tree | 1fe3cb886288d7652cbf5070e0ee98424619fa5c /dev-python/urwid | |
parent | mask mono in ia64 profiles (diff) | |
download | gentoo-2-e40dd1c4dbd019bce2cf3cedc9221ca2ba15b52d.tar.gz gentoo-2-e40dd1c4dbd019bce2cf3cedc9221ca2ba15b52d.tar.bz2 gentoo-2-e40dd1c4dbd019bce2cf3cedc9221ca2ba15b52d.zip |
Changed license to LGPL-2.1
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/Manifest | 14 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.8.6.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index a6b254f280a9..f7a213923c2b 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.1 2005/01/17 02:22:47 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.2 2005/01/21 04:32:48 pythonhead Exp $ + + 20 Jan 2005; Rob Cakebread <pythonhead@gentoo.org> urwid-0.8.6.ebuild: + License changed to LGPL-2.1 *urwid-0.8.6 (16 Jan 2005) diff --git a/dev-python/urwid/Manifest b/dev-python/urwid/Manifest index f2870c049e02..fb6be367731e 100644 --- a/dev-python/urwid/Manifest +++ b/dev-python/urwid/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 53de18023a077d898e0f9a5bdafd6927 urwid-0.8.6.ebuild 601 +MD5 98371183c5ef2644a222352fd83fca0f urwid-0.8.6.ebuild 604 MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160 -MD5 7658bd27686f5d08e8f5f0ac240944a9 ChangeLog 347 +MD5 179e1d2c376c5a9ee19ac571fe134ca1 ChangeLog 451 MD5 84b7b6bba847f6a4f3c63695b607eb8a files/digest-urwid-0.8.6 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB6yGhz2gxt1z4IGYRAnjKAKDPVFUQ7XYCd/xc/gZr1F/2wMY4rwCgrgMd -34HSegWkkNM/tDHvtdbkc0A= -=KJCt ------END PGP SIGNATURE----- diff --git a/dev-python/urwid/urwid-0.8.6.ebuild b/dev-python/urwid/urwid-0.8.6.ebuild index c89c16405e3b..8684a0467688 100644 --- a/dev-python/urwid/urwid-0.8.6.ebuild +++ b/dev-python/urwid/urwid-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.8.6.ebuild,v 1.1 2005/01/17 02:22:47 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.8.6.ebuild,v 1.2 2005/01/21 04:32:48 pythonhead Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="urwid is a curses-based user interface library for Python." HOMEPAGE="http://excess.org/urwid/" SRC_URI="http://excess.org/urwid/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" |