diff options
Diffstat (limited to 'dev-java/jaxme/jaxme-0.5.2.ebuild')
-rw-r--r-- | dev-java/jaxme/jaxme-0.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jaxme/jaxme-0.5.2.ebuild b/dev-java/jaxme/jaxme-0.5.2.ebuild index a87b6f2ce0a6..947e10be098f 100644 --- a/dev-java/jaxme/jaxme-0.5.2.ebuild +++ b/dev-java/jaxme/jaxme-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxme/jaxme-0.5.2.ebuild,v 1.15 2013/06/27 21:51:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxme/jaxme-0.5.2.ebuild,v 1.16 2014/08/10 20:17:17 slyfox Exp $ EAPI="2" @@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2 eutils MY_PN=ws-${PN} MY_P=${MY_PN}-${PV} -DESCRIPTION="JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding." +DESCRIPTION="JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding" HOMEPAGE="http://ws.apache.org/jaxme/index.html" SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz" |