From 9b7147dbf2dc7d8919c1af5f65f893ec0f3d9256 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 12 Nov 2014 13:35:46 +0100 Subject: sci-misc/jwnl: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- sci-misc/jwnl/ChangeLog | 6 +++++- sci-misc/jwnl/jwnl-1.3_rc3.ebuild | 11 ++++++----- sci-misc/jwnl/metadata.xml | 8 ++++---- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/jwnl/ChangeLog b/sci-misc/jwnl/ChangeLog index ad465e556..9a050012b 100644 --- a/sci-misc/jwnl/ChangeLog +++ b/sci-misc/jwnl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/jwnl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher jwnl-1.3_rc3.ebuild, + metadata.xml: + Bump to EAPI=5 + 25 Oct 2011; Justin Lecher metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild index 66b4877aa..aa2f66508 100644 --- a/sci-misc/jwnl/jwnl-1.3_rc3.ebuild +++ b/sci-misc/jwnl/jwnl-1.3_rc3.ebuild @@ -2,12 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=5 + inherit eutils java-pkg-2 java-utils-2 versionator MY_P=${PN}$(delete_all_version_separators) + DESCRIPTION="Java interface to WordNet dictionary data" HOMEPAGE="http://jwordnet.sf.net" -SRC_URI="mirror://sourceforge/jwordnet/${MY_P}_src.zip +SRC_URI=" + mirror://sourceforge/jwordnet/${MY_P}_src.zip mirror://sourceforge/jwordnet/${MY_P}.zip" LICENSE="BSD" @@ -23,9 +27,7 @@ RDEPEND=">=virtual/jre-1.4 S="${WORKDIR}" -src_unpack() { - cd "${S}" - unpack ${A} +src_prepare() { rm -v commons-logging.jar jwnl.jar || die } @@ -39,7 +41,6 @@ src_compile() { src_install() { java-pkg_dojar ${PN}.jar utilities.jar - dodir /usr/share/${PN} insinto /usr/share/${PN} doins create.sql database_properties.xml file_properties.xml \ jwnl_properties.dtd jwnl_properties.xsd map_properties.xml diff --git a/sci-misc/jwnl/metadata.xml b/sci-misc/jwnl/metadata.xml index 84a13b86c..faf15b461 100644 --- a/sci-misc/jwnl/metadata.xml +++ b/sci-misc/jwnl/metadata.xml @@ -1,10 +1,10 @@ - - flammie@gentoo.org - - + + flammie@gentoo.org + + Java based programming interface for accessing wordnet style dictionary data. -- cgit v1.2.3-65-gdbad