diff options
-rw-r--r-- | dev-java/jython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index 13aeb28c50ce..d2c45e1ef0dc 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.65 2009/08/06 08:22:17 ali_bush Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.66 2010/01/15 19:19:09 ulm Exp $ + + 15 Jan 2010; Ulrich Mueller <ulm@gentoo.org> jython-2.1-r11.ebuild: + LICENSE is identical with BSD, bug 301123. 06 Aug 2009; Alistair Bush <ali_bush@gentoo.org> jython-2.5.0-r1.ebuild: Fix build issue, thanks to Jeremy Stent for the report. see #280479 diff --git a/dev-java/jython/jython-2.1-r11.ebuild b/dev-java/jython/jython-2.1-r11.ebuild index a2675866a268..dd9a64a46b71 100644 --- a/dev-java/jython/jython-2.1-r11.ebuild +++ b/dev-java/jython/jython-2.1-r11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r11.ebuild,v 1.9 2009/01/10 13:13:06 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r11.ebuild,v 1.10 2010/01/15 19:19:09 ulm Exp $ inherit base java-pkg-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.jython.org" MY_PV="21" #SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="Jython" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="readline source doc" |