commit:     e34548e8ca461e26db7ae99f97e91b2f9d9264d2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 12:55:54 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 12:55:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e34548e8

sci-misc/opennlp-maxent: remove old java package

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 sci-misc/opennlp-maxent/metadata.xml               | 10 ----
 .../opennlp-maxent/opennlp-maxent-3.0.0.ebuild     | 53 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1440925e0..05b64ba7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,7 +56,6 @@ sci-biology/conrad
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation
 dev-java/htsjdk
-sci-misc/opennlp-maxent
 
 # Andrew Ammerlaan <andrewammerl...@gentoo.org (13 Jan 2022)
 # Broken, no consumers

diff --git a/sci-misc/opennlp-maxent/metadata.xml 
b/sci-misc/opennlp-maxent/metadata.xml
deleted file mode 100644
index ce8eb9e04..000000000
--- a/sci-misc/opennlp-maxent/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>flam...@gentoo.org</email>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">maxent</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild 
b/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild
deleted file mode 100644
index 2acf4706d..000000000
--- a/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="source examples doc"
-
-inherit java-pkg-2 java-ant-2
-
-MY_PN="maxent"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Maximum entropy model implementation for opennlp"
-HOMEPAGE="http://maxent.sourceforge.net/about.html";
-SRC_URI="mirror://sourceforge/maxent/${P}-src.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEP="
-       dev-java/java-getopt:1
-       dev-java/trove:0"
-DEPEND=">=virtual/jdk-1.6:*
-       ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.6:*
-       ${COMMON_DEP}"
-
-EANT_BUILD_TARGET="compile package"
-
-src_prepare() {
-       default
-       cd "${S}"/lib || die
-       rm -v *.jar || die "failed to rm jars"
-       java-pkg_jarfrom java-getopt-1 gnu.getopt.jar java-getopt.jar
-       java-pkg_jarfrom trove
-}
-
-src_install() {
-       java-pkg_newjar output/${MY_P}.jar
-       java-pkg_dohtml docs/*html docs/*css docs/*jpg
-       if use doc ; then
-               java-pkg_dojavadoc docs/api
-       fi
-       if use source ; then
-               java-pkg_dosrc src/java/opennlp
-       fi
-       if use examples ; then
-               java-pkg_doexamples samples
-       fi
-       dodoc AUTHORS CHANGES COMMANDLINE README
-       # java-pkg_dolauncher
-}

Reply via email to