diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-18 21:46:20 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-18 21:46:20 +0000 |
commit | 6a20ec6121f94b4e21411d26874b0a48dcdcc450 (patch) | |
tree | 8f7aaf0f0c80de087362f29ecbc9d69c7b961ce5 /dev-java | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-6a20ec6121f94b4e21411d26874b0a48dcdcc450.tar.gz gentoo-2-6a20ec6121f94b4e21411d26874b0a48dcdcc450.tar.bz2 gentoo-2-6a20ec6121f94b4e21411d26874b0a48dcdcc450.zip |
Fixes #69732.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/gnu-classpath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/gnu-classpath/ChangeLog b/dev-java/gnu-classpath/ChangeLog index 1aca23de9cc6..372be9c24cff 100644 --- a/dev-java/gnu-classpath/ChangeLog +++ b/dev-java/gnu-classpath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/gnu-classpath # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.19 2004/10/29 12:55:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.20 2004/12/18 21:46:20 karltk Exp $ + + 18 Dec 2004; <karltk@gentoo.org> gnu-classpath-0.10-r1.ebuild, + gnu-classpath-0.11.ebuild: + Changed license to GPL 2 with linking exception. Fixes #69732. 29 Oct 2004; Thomas Matthijs <axxo@gentoo.org> gnu-classpath-0.10-r1.ebuild, gnu-classpath-0.11.ebuild: diff --git a/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild index 3af89e3a3ce5..a277d532d212 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild,v 1.4 2004/10/29 12:55:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.10-r1.ebuild,v 1.5 2004/12/18 21:46:20 karltk Exp $ DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the java programming language" SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-${PV}.tar.gz" @@ -10,7 +10,7 @@ RDEPEND=">=virtual/jre-1.4 gtk? ( media-libs/gdk-pixbuf >=x11-libs/gtk+-2 >=media-libs/libart_lgpl-2.1 )" DEPEND=">=virtual/jdk-1.4 jikes? ( dev-java/jikes )" -LICENSE="GPL-2" +LICENSE="GPL-2-with-linking-exception" SLOT="0" KEYWORDS="x86 ~sparc ~ppc ~amd64" S=${WORKDIR}/classpath-${PV} diff --git a/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild index 08799f06ab6e..5d15d3e18fd9 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild,v 1.3 2004/10/29 12:55:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild,v 1.4 2004/12/18 21:46:20 karltk Exp $ DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the java programming language" SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-${PV}.tar.gz" @@ -10,7 +10,7 @@ RDEPEND=">=virtual/jre-1.4 gtk? ( media-libs/gdk-pixbuf >=x11-libs/gtk+-2 >=media-libs/libart_lgpl-2.1 )" DEPEND=">=virtual/jdk-1.4 jikes? ( dev-java/jikes )" -LICENSE="GPL-2" +LICENSE="GPL-2-with-linking-exception" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" S=${WORKDIR}/classpath-${PV} |