summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-11-16 09:37:10 +0000
committerUlrich Müller <ulm@gentoo.org>2012-11-16 09:37:10 +0000
commit7c61fd3006b83bce7f0830da710929bd746a78cb (patch)
tree826ef02153907bfe7da85bf187f5f9f2e249231e /dev-java
parentUpdate LICENSE, this is exactly the MIT/X11 license, only with different copy... (diff)
downloadgentoo-2-7c61fd3006b83bce7f0830da710929bd746a78cb.tar.gz
gentoo-2-7c61fd3006b83bce7f0830da710929bd746a78cb.tar.bz2
gentoo-2-7c61fd3006b83bce7f0830da710929bd746a78cb.zip
Update LICENSE, this is exactly the MIT/X11 license, only with different copyright holder.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/xp/ChangeLog8
-rw-r--r--dev-java/xp/xp-0.5-r1.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/xp/ChangeLog b/dev-java/xp/ChangeLog
index bd389ce0f10c..cd0e66ccae9b 100644
--- a/dev-java/xp/ChangeLog
+++ b/dev-java/xp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/xp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/ChangeLog,v 1.10 2007/06/05 21:32:39 betelgeuse Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/ChangeLog,v 1.11 2012/11/16 09:37:10 ulm Exp $
+
+ 16 Nov 2012; Ulrich Müller <ulm@gentoo.org> xp-0.5-r1.ebuild:
+ Update LICENSE, this is exactly the MIT/X11 license, only with different
+ copyright holder.
05 Jun 2007; Petteri Räty <betelgeuse@gentoo.org> -xp-0.5.ebuild:
Remove generation 1 ebuild.
diff --git a/dev-java/xp/xp-0.5-r1.ebuild b/dev-java/xp/xp-0.5-r1.ebuild
index 9f70a2b9a550..9c9a04521995 100644
--- a/dev-java/xp/xp-0.5-r1.ebuild
+++ b/dev-java/xp/xp-0.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/xp/xp-0.5-r1.ebuild,v 1.6 2007/06/05 21:31:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/xp-0.5-r1.ebuild,v 1.7 2012/11/16 09:37:10 ulm Exp $
JAVA_PKG_IUSE="doc source"
@@ -9,10 +9,10 @@ inherit java-pkg-2 java-ant-2
DESCRIPTION="XP is an XML 1.0 parser written in Java"
HOMEPAGE="http://www.jclark.com/xml/xp"
SRC_URI="ftp://ftp.jclark.com/pub/xml/xp.zip"
-LICENSE="JamesClark"
+
+LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-
IUSE=""
DEPEND=">=virtual/jdk-1.4