commit:     dd52e248bee00d06a7e560bd51e791babcc4502d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 10 18:37:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 10 18:37:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd52e248

sci-chemistry/panav: EAPI bump, drop dep on dev-java/cos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/panav/panav-0.20130730.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/sci-chemistry/panav/panav-0.20130730.ebuild 
b/sci-chemistry/panav/panav-0.20130730.ebuild
index ad98f0187..2ee95c8f7 100644
--- a/sci-chemistry/panav/panav-0.20130730.ebuild
+++ b/sci-chemistry/panav/panav-0.20130730.ebuild
@@ -1,33 +1,31 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit java-pkg-2
 
 MY_PN="PANAV"
 
 DESCRIPTION="Probabilistic approach for validating protein NMR chemical shift 
assignments"
-HOMEPAGE="http://link.springer.com/article/10.1007%2Fs10858-010-9407-y/fulltext.html";
-SRC_URI="http://www.wishartlab.com/download/${MY_PN}.zip -> ${P}.zip"
+HOMEPAGE="https://link.springer.com/article/10.1007%2Fs10858-010-9407-y/fulltext.html";
+SRC_URI="https://www.wishartlab.com/download/${MY_PN}.zip -> ${P}.zip"
 
 SLOT="0"
 LICENSE="all-rights-reserved"
 KEYWORDS=""
-IUSE=""
 
-RDEPEND="
-       dev-java/cos
-       >=virtual/jre-1.6:*"
+RDEPEND=">=virtual/jre-1.7:*"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${MY_PN}
 
-src_compile() { :; }
+src_compile() {
+       return
+}
 
 src_install() {
        java-pkg_newjar ${MY_PN}.jar ${PN}.jar
        java-pkg_dolauncher
-       java-pkg_regjar "${EPREFIX}"/usr/share/cos/lib/cos.jar
        dodoc README
 }

Reply via email to