diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 19:36:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 19:36:58 +0000 |
commit | b2e02ca7a2e13bd8be1572fc5f19ef6bbd81bacc (patch) | |
tree | 8f340fdf5d50f73099dfaf78fd68bcdec2c385d5 /dev-python/pyxml | |
parent | Version bump (bug #392003) (diff) | |
download | gentoo-2-b2e02ca7a2e13bd8be1572fc5f19ef6bbd81bacc.tar.gz gentoo-2-b2e02ca7a2e13bd8be1572fc5f19ef6bbd81bacc.tar.bz2 gentoo-2-b2e02ca7a2e13bd8be1572fc5f19ef6bbd81bacc.zip |
Update LICENSE. Patch by Arfrever.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxml')
-rw-r--r-- | dev-python/pyxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.4-r2.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/pyxml/ChangeLog b/dev-python/pyxml/ChangeLog index bd71ec78b67d..49808dde0f24 100644 --- a/dev-python/pyxml/ChangeLog +++ b/dev-python/pyxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyxml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.63 2010/07/16 21:24:07 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.64 2011/12/03 19:36:58 hwoarang Exp $ + + 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> pyxml-0.8.4-r2.ebuild: + Update LICENSE. Patch by Arfrever. 16 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pyxml-0.8.4-r2.ebuild: diff --git a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild b/dev-python/pyxml/pyxml-0.8.4-r2.ebuild index 86a251973162..c814c10581c0 100644 --- a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild +++ b/dev-python/pyxml/pyxml-0.8.4-r2.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-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.16 2011/05/17 18:04:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.17 2011/12/03 19:36:58 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,10 @@ DESCRIPTION="A collection of libraries to process XML with Python" HOMEPAGE="http://pyxml.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="PYTHON" +LICENSE="BSD CNRI MIT PSF-2 public-domain" +# Other licenses: +# BeOpen Python Open Source License Agreement Version 1 +# Zope Public License (ZPL) Version 1.0 SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples" |