summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-15 19:19:09 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-15 19:19:09 +0000
commitf65d0b5c302a1f4173b74cd6b58c60a901d9c966 (patch)
tree22e30ebf258910e7aa941181559d909ffce2539c /dev-java/jython
parentLICENSE is identical with BSD, bug 301123. (diff)
downloadgentoo-2-f65d0b5c302a1f4173b74cd6b58c60a901d9c966.tar.gz
gentoo-2-f65d0b5c302a1f4173b74cd6b58c60a901d9c966.tar.bz2
gentoo-2-f65d0b5c302a1f4173b74cd6b58c60a901d9c966.zip
LICENSE is identical with BSD, bug 301123.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-java/jython')
-rw-r--r--dev-java/jython/ChangeLog7
-rw-r--r--dev-java/jython/jython-2.1-r11.ebuild6
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"