public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/java:master commit in: dev-java/seda/
@ 2021-06-30  9:35 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2021-06-30  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ceb553d4d59fc96d9a77719fde7159aee4ffb962
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 09:34:47 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 09:35:28 2021 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=ceb553d4

dev-java/seda: treeclean

Reason: failed sourcing ebuild: java-pkg-2: EAPI 0 not supported, (java-pkg-2.eclass,
line  17:  called die)

Bug: https://bugs.gentoo.org/759889
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/seda/Manifest           |  1 -
 dev-java/seda/metadata.xml       |  8 ------
 dev-java/seda/seda-3.0-r1.ebuild | 60 ----------------------------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-java/seda/Manifest b/dev-java/seda/Manifest
deleted file mode 100644
index 58803bad..00000000
--- a/dev-java/seda/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST seda-release-20020712.tar.gz 326630 SHA256 7e5f2fc1212fda9fbc088a1b5441f9fa3cfaa84c96a8883ed8fb386bb44ea9ee

diff --git a/dev-java/seda/metadata.xml b/dev-java/seda/metadata.xml
deleted file mode 100644
index 952a4b9b..00000000
--- a/dev-java/seda/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>java@gentoo.org</email>
-		<name>Java</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-java/seda/seda-3.0-r1.ebuild b/dev-java/seda/seda-3.0-r1.ebuild
deleted file mode 100644
index 931b4f89..00000000
--- a/dev-java/seda/seda-3.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${PN}-release-20020712"
-
-DESCRIPTION="A robust, high-performance platform for Internet services"
-HOMEPAGE="http://www.eecs.harvard.edu/~mdw/proj/seda/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="doc source"
-
-RDEPEND=">=virtual/jre-1.3"
-DEPEND=">=virtual/jdk-1.3
-		source? ( app-arch/zip )"
-
-BASE="${WORKDIR}/${MY_P}/${PN}"
-S="${BASE}/src/${PN}"
-
-src_compile() {
-
-	for dir in "${S}/nbio/jni" "${S}/util/jni"; do
-		cd ${dir}
-		econf --with-jdk="$(java-config --jdk-home)" || die "Failed to run configure in ${dir}."
-	done
-
-	local classpath="${CLASSPATH}:${BASE}/src:."
-
-	cd ${S}
-
-	CLASSPATH="${classpath}" \
-	LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BASE}/lib" \
-		emake || die "Compiling failed."
-	
-	local jar=$(java-config -j)
-
-	find . -name '*.class' -type f -print0 | xargs -0 \
-		${jar} cf ${WORKDIR}/${PN}.jar || die "Creating ${PN}.jar failed"	
-
-	if use doc; then
-		cd ${BASE}/docs/javadoc
-
-		CLASSPATH="${classpath}" make \
-			|| die "Failed to generate documentation."
-	fi
-}
-
-src_install() {
-	java-pkg_doso ${BASE}/lib/*.so
-	java-pkg_dojar ${WORKDIR}/*.jar
-	dodoc ${BASE}/README
-	use doc && java-pkg_dohtml -r ${BASE}/docs/*
-	use source && java-pkg_dosrc ${S}/{nbio,sandStorm,util}
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-30  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30  9:35 [gentoo-commits] proj/java:master commit in: dev-java/seda/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox