diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 21:17:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 21:17:31 +0000 |
commit | 9cd884eae50648bcf96fab04f95afcd8761e6379 (patch) | |
tree | f83f5e5747013460ebb58d7ae9cd01910d3ac323 /dev-python | |
parent | arm stable, bug #391567 (diff) | |
download | gentoo-2-9cd884eae50648bcf96fab04f95afcd8761e6379.tar.gz gentoo-2-9cd884eae50648bcf96fab04f95afcd8761e6379.tar.bz2 gentoo-2-9cd884eae50648bcf96fab04f95afcd8761e6379.zip |
Update LICENSE. Patch by Arfrever.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/columnize/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/columnize/columnize-0.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/columnize/ChangeLog b/dev-python/columnize/ChangeLog index c72889690f11..f437ed2325e5 100644 --- a/dev-python/columnize/ChangeLog +++ b/dev-python/columnize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/columnize -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.2 2010/11/07 21:15:27 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.3 2011/12/04 21:17:31 hwoarang Exp $ + + 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> columnize-0.3.3.ebuild: + Update LICENSE. Patch by Arfrever. *columnize-0.3.3 (07 Nov 2010) diff --git a/dev-python/columnize/columnize-0.3.3.ebuild b/dev-python/columnize/columnize-0.3.3.ebuild index d761d1cd4b40..5fc234e75255 100644 --- a/dev-python/columnize/columnize-0.3.3.ebuild +++ b/dev-python/columnize/columnize-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.3.ebuild,v 1.1 2010/11/07 21:15:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.3.ebuild,v 1.2 2011/12/04 21:17:31 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns." HOMEPAGE="http://code.google.com/p/pycolumnize/ http://pypi.python.org/pypi/columnize" SRC_URI="http://pycolumnize.googlecode.com/files/${P}.tar.gz" -LICENSE="PSF-2.2" +LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64" IUSE="" |