summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2011-09-05 04:54:06 +0000
committerJesus Rivero <neurogeek@gentoo.org>2011-09-05 04:54:06 +0000
commit847b9e6eaa81252614a2b83963acf15260e16779 (patch)
tree12287af4d82f1c4d20e3232fdf7d56727836175c /dev-python/lxml
parentVersion bump. (diff)
downloadgentoo-2-847b9e6eaa81252614a2b83963acf15260e16779.tar.gz
gentoo-2-847b9e6eaa81252614a2b83963acf15260e16779.tar.bz2
gentoo-2-847b9e6eaa81252614a2b83963acf15260e16779.zip
License fix, changed to PSF-2
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r--dev-python/lxml/ChangeLog5
-rw-r--r--dev-python/lxml/lxml-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog
index 2bd369f7b07f..03a12c890a7b 100644
--- a/dev-python/lxml/ChangeLog
+++ b/dev-python/lxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/lxml
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.101 2011/04/16 18:41:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.102 2011/09/05 04:54:06 neurogeek Exp $
+
+ 05 Sep 2011; Jesus Rivero <neurogeek@gentoo.org> lxml-2.3.ebuild:
+ License fix, changed to PSF-2
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> lxml-2.3.ebuild:
ia64/sparc stable wrt #357853
diff --git a/dev-python/lxml/lxml-2.3.ebuild b/dev-python/lxml/lxml-2.3.ebuild
index d57bdb4735f5..6a3dd81f860e 100644
--- a/dev-python/lxml/lxml-2.3.ebuild
+++ b/dev-python/lxml/lxml-2.3.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/lxml/lxml-2.3.ebuild,v 1.7 2011/04/16 18:41:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.3.ebuild,v 1.8 2011/09/05 04:54:06 neurogeek Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@ HOMEPAGE="http://codespeak.net/lxml/ http://pypi.python.org/pypi/lxml"
SRC_URI="http://codespeak.net/lxml/${MY_P}.tgz"
# SRC_URI="http://codespeak.net/lxml/dev/${MY_P}.tgz"
-LICENSE="BSD ElementTree GPL-2 PSF-2.4"
+LICENSE="BSD ElementTree GPL-2 PSF-2"
SLOT="0"
KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc examples +threads"