diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-21 19:39:03 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-21 19:39:03 +0000 |
commit | c543550e7bd6c0415bd534a70a84dbf708a5d886 (patch) | |
tree | 414223ddd11413b23f540ac0280444f278558a83 /dev-java/jnlp-bin | |
parent | now builds from source (diff) | |
download | historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.tar.gz historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.tar.bz2 historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.zip |
license fix
Diffstat (limited to 'dev-java/jnlp-bin')
-rw-r--r-- | dev-java/jnlp-bin/Manifest | 8 | ||||
-rw-r--r-- | dev-java/jnlp-bin/jnlp-bin-1.2.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/jnlp-bin/Manifest b/dev-java/jnlp-bin/Manifest index bd528b8fc899..833ac6bc392b 100644 --- a/dev-java/jnlp-bin/Manifest +++ b/dev-java/jnlp-bin/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b4a8a967be02978c35738d4851c59b6a jnlp-bin-1.2.ebuild 826 +MD5 19827b3c65f46c9dbc666474f198bb33 jnlp-bin-1.2.ebuild 833 MD5 a0934cf311c752a890822f8ea755dd28 ChangeLog 372 MD5 4dad079a28768d183022cff420f01281 metadata.xml 220 MD5 dc9d20db2b9457f82f07972080a2b717 files/digest-jnlp-bin-1.2 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBUIJA/rLF9B432nYRAuN4AJwPPDujOgx1Z2IUzg+YcdfBpT+TCwCeOzga -1YAtTXBLzNzCl1ugAJ+v+TU= -=AmKL +iD8DBQFBUINr/rLF9B432nYRAh7dAJ9Wb/9UA4WZhYl0KwYJ3yj8gYVm9gCeLn7V +p6bl1mF9lqVvHBh9skjJbqk= +=PyRK -----END PGP SIGNATURE----- diff --git a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild index 39f5a2d9a4d9..653aa4427a06 100644 --- a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild +++ b/dev-java/jnlp-bin/jnlp-bin-1.2.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/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.1 2004/09/21 19:33:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.2 2004/09/21 19:39:03 axxo Exp $ inherit java-pkg @@ -8,7 +8,7 @@ DESCRIPTION="Java Network Launching Protocol (JNLP)" HOMEPAGE="http://java.sun.com/products/javawebstart/download-jnlp.html" SRC_URI="javaws-1_2-dev.zip" -LICENSE="" +LICENSE="MPL-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" |