public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/
Date: Thu, 13 Nov 2014 00:15:50 +0000 (UTC)	[thread overview]
Message-ID: <1415795746.9b7147dbf2dc7d8919c1af5f65f893ec0f3d9256.ottxor@gentoo> (raw)

commit:     9b7147dbf2dc7d8919c1af5f65f893ec0f3d9256
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 12:35:46 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 12:35:46 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9b7147db

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(-)

diff --git a/sci-misc/jwnl/ChangeLog b/sci-misc/jwnl/ChangeLog
index ad465e5..9a05001 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 <jlec@gentoo.org> jwnl-1.3_rc3.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   25 Oct 2011; Justin Lecher <jlec@gentoo.org> 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 66b4877..aa2f665 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 84a13b8..faf15b4 100644
--- a/sci-misc/jwnl/metadata.xml
+++ b/sci-misc/jwnl/metadata.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>flammie@gentoo.org</email>
-	</maintainer>
-	<longdescription>
+  <maintainer>
+    <email>flammie@gentoo.org</email>
+  </maintainer>
+  <longdescription>
   Java based programming interface for accessing wordnet style dictionary
   data.
 </longdescription>


             reply	other threads:[~2014-11-13  0:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13  0:15 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-10 13:40 [gentoo-commits] proj/sci:master commit in: sci-misc/jwnl/ Andrew Ammerlaan
2021-01-30 15:22 Andrew Ammerlaan
2021-01-29 12:23 Andrew Ammerlaan
2021-01-29 12:21 Andrew Ammerlaan
2021-01-19 17:09 Andrew Ammerlaan
2015-06-08 12:19 Justin Lecher
2011-10-25 17:16 Justin Lecher
2011-06-24 17:09 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415795746.9b7147dbf2dc7d8919c1af5f65f893ec0f3d9256.ottxor@gentoo \
    --to=ottxor@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox