aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-20 11:43:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-20 11:43:17 +0200
commitab3c84458e035eccbf2ef29b745df4c36796e713 (patch)
treeb20918db8947d6dc87333ad7c42ce1361b1b5ae7 /dev-java
parentdev-python/python-igraph: add 0.9.11 (diff)
downloadsci-ab3c84458e035eccbf2ef29b745df4c36796e713.tar.gz
sci-ab3c84458e035eccbf2ef29b745df4c36796e713.tar.bz2
sci-ab3c84458e035eccbf2ef29b745df4c36796e713.zip
dev-java/jeuclid-core: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jeuclid-core/Manifest1
-rw-r--r--dev-java/jeuclid-core/files/jeuclid-core-no-freehep.patch10
-rw-r--r--dev-java/jeuclid-core/jeuclid-core-3.1.14.ebuild55
-rw-r--r--dev-java/jeuclid-core/metadata.xml21
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-java/jeuclid-core/Manifest b/dev-java/jeuclid-core/Manifest
deleted file mode 100644
index 6df1751b1..000000000
--- a/dev-java/jeuclid-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jeuclid-core-3.1.14.tar.gz 7244186 BLAKE2B 9cada848e516aba942ef87e7b746296f9565d5271a1ce6635e80e6559edcedac3245c4bde28e8d1053cacc5774e6a015079b0281802559e86366a75223b8ea2c SHA512 7b52491d7fac40a13f41176a49f36411681c957aba95c23bb6396f4e1248f5463afcd5394b0bb8e3dfbdd498d3290ac5f787e876636f5f282b703a72799eff4e
diff --git a/dev-java/jeuclid-core/files/jeuclid-core-no-freehep.patch b/dev-java/jeuclid-core/files/jeuclid-core-no-freehep.patch
deleted file mode 100644
index daf123c92..000000000
--- a/dev-java/jeuclid-core/files/jeuclid-core-no-freehep.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/build.xml 2010-01-22 17:46:35.000000000 +0000
-+++ b/build.xml 2010-01-22 17:49:07.000000000 +0000
-@@ -113,6 +113,7 @@
- <src>
- <pathelement location="src/main/java"/>
- </src>
-+ <exclude name="**/FreeHep*" />
- <classpath refid="libs-build-classpath"/>
- </javac>
- <copy todir="${build.output}">
diff --git a/dev-java/jeuclid-core/jeuclid-core-3.1.14.ebuild b/dev-java/jeuclid-core/jeuclid-core-3.1.14.ebuild
deleted file mode 100644
index a64ebcd74..000000000
--- a/dev-java/jeuclid-core/jeuclid-core-3.1.14.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Core module of MathML rendering solution"
-HOMEPAGE="https://github.com/rototor/jeuclid"
-SRC_URI="https://github.com/rototor/jeuclid/archive/jeuclid-parent-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-COMMON_DEPEND="
- dev-java/ant-core:0
- dev-java/batik:1.9
- dev-java/commons-logging:0
- dev-java/jcip-annotations:0
- dev-java/jsr305:0
- dev-java/xml-commons-external:1.3
- dev-java/xmlgraphics-commons:2
-"
-
-RDEPEND=">=virtual/jre-1.7
- ${COMMON_DEPEND}"
-
-DEPEND=">=virtual/jdk-1.7
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/jeuclid-jeuclid-parent-${PV}/${PN}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-no-freehep.patch
-)
-
-src_prepare() {
- default
-
- # create directory for dependencies
- mkdir lib && cd lib || die
-
- # add dependencies into the lib dir
- java-pkg_jar-from ant-core ant.jar
- java-pkg_jar-from batik-1.9 batik-all.jar
- java-pkg_jar-from commons-logging,jcip-annotations,xml-commons-external-1.3
- java-pkg_jar-from xml-commons-external-1.3,xmlgraphics-commons-2
- java-pkg_jar-from jsr305
-}
-
-src_install() {
- java-pkg_dojar target/${PN}.jar
-}
diff --git a/dev-java/jeuclid-core/metadata.xml b/dev-java/jeuclid-core/metadata.xml
deleted file mode 100644
index 8b5c039f5..000000000
--- a/dev-java/jeuclid-core/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
-JEuclid is a complete MathML rendering solution, consisting of:
-* A MathViewer application
-* Command line converters from MathML to other formats
-* An ant task for automated conversion
-* Display components for AWT and Swing
-* A component for Apache Cocoon
-This package contains the basic JEuclid rendering and document
-handling classes.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">jeuclid</remote-id>
- </upstream>
-</pkgmetadata>