summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-16 19:06:48 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-16 19:07:02 +0000
commitf2b07ff730c8988bfb8fcdc237a668797d24fc6b (patch)
treecebe2e25f4800acab598e0555101182ae9d1e998 /dev-java/kxml/kxml-2.3.0.ebuild
parentdev-python/bcrypt: ia64 stable wrt bug #556428 (diff)
downloadgentoo-f2b07ff730c8988bfb8fcdc237a668797d24fc6b.tar.gz
gentoo-f2b07ff730c8988bfb8fcdc237a668797d24fc6b.tar.bz2
gentoo-f2b07ff730c8988bfb8fcdc237a668797d24fc6b.zip
dev-java/kxml: Update HOMEPAGE. License should be BSD and not MIT according to HOMEPAGE.
Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/kxml/kxml-2.3.0.ebuild')
-rw-r--r--dev-java/kxml/kxml-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/kxml/kxml-2.3.0.ebuild b/dev-java/kxml/kxml-2.3.0.ebuild
index a7235f392c16..c8bb6434107a 100644
--- a/dev-java/kxml/kxml-2.3.0.ebuild
+++ b/dev-java/kxml/kxml-2.3.0.ebuild
@@ -9,10 +9,10 @@ JAVA_PKG_IUSE="doc examples source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Small XML pull parser for constrained environments such as Applets, Personal Java or MIDP devices"
-HOMEPAGE="http://${PN}.sourceforge.net/"
+HOMEPAGE="http://kxml.org/"
SRC_URI="mirror://sourceforge/${PN}/${PN}2-src-${PV}.zip"
-LICENSE="MIT"
+LICENSE="BSD"
SLOT="2"
KEYWORDS="~amd64"