summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-12-30 16:53:57 +0000
committerUlrich Müller <ulm@gentoo.org>2012-12-30 16:53:57 +0000
commit3e463893b7781db177c093125363f3f0b8ce0da2 (patch)
tree23ff3bff8d7d441c5d254a40721e3bd5f8790fe7 /dev-java/skinlf
parentAdd ~alpha/~sparc wrt #448162 (diff)
downloadgentoo-2-3e463893b7781db177c093125363f3f0b8ce0da2.tar.gz
gentoo-2-3e463893b7781db177c093125363f3f0b8ce0da2.tar.bz2
gentoo-2-3e463893b7781db177c093125363f3f0b8ce0da2.zip
Fix LICENSE, see LICENSE file, bug 447610.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-java/skinlf')
-rw-r--r--dev-java/skinlf/ChangeLog7
-rw-r--r--dev-java/skinlf/skinlf-6.7.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-java/skinlf/ChangeLog b/dev-java/skinlf/ChangeLog
index d36839cdd684..d8d2ac15a62f 100644
--- a/dev-java/skinlf/ChangeLog
+++ b/dev-java/skinlf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/skinlf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/ChangeLog,v 1.10 2011/09/25 19:45:12 caster Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/ChangeLog,v 1.11 2012/12/30 16:53:57 ulm Exp $
+
+ 30 Dec 2012; Ulrich Müller <ulm@gentoo.org> skinlf-6.7.ebuild:
+ Fix LICENSE, see LICENSE file, bug 447610.
25 Sep 2011; Vlastimil Babka <caster@gentoo.org> skinlf-6.7.ebuild:
Pin laf-plugin slot.
diff --git a/dev-java/skinlf/skinlf-6.7.ebuild b/dev-java/skinlf/skinlf-6.7.ebuild
index 6dc1df952646..527b5856fc6d 100644
--- a/dev-java/skinlf/skinlf-6.7.ebuild
+++ b/dev-java/skinlf/skinlf-6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/skinlf-6.7.ebuild,v 1.3 2011/09/25 19:45:12 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/skinlf-6.7.ebuild,v 1.4 2012/12/30 16:53:57 ulm Exp $
EAPI="1"
@@ -13,10 +13,12 @@ MY_P="${P}-20060722"
DESCRIPTION="Skin Look and Feel - Skinning Engine for the Swing toolkit"
HOMEPAGE="http://${PN}.l2fprod.com/"
SRC_URI="https://${PN}.dev.java.net/files/documents/66/37801/${MY_P}.zip"
-LICENSE="as-is"
+
+LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
CDEPEND="dev-java/laf-plugin:0
dev-java/xalan"
RDEPEND=">=virtual/jre-1.4
@@ -52,5 +54,5 @@ src_install() {
use examples && java-pkg_doexamples src/examples
use source && java-pkg_dosrc src/com src/*.java
- dodoc CHANGES README LICENSE LICENSE_nanoxml || die
+ dodoc CHANGES README || die
}