commit:     d137c69eb9cd5775b631483655df0d0c01dd61ca
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Aug  5 20:58:12 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 21:31:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=d137c69e

[dev-java/spice-jndikit] Drop, depends on unavailable ant-tasks

 dev-java/spice-jndikit/ChangeLog                |  7 ----
 dev-java/spice-jndikit/Manifest                 |  1 -
 dev-java/spice-jndikit/metadata.xml             | 11 ------
 dev-java/spice-jndikit/spice-jndikit-1.2.ebuild | 49 -------------------------
 4 files changed, 68 deletions(-)

diff --git a/dev-java/spice-jndikit/ChangeLog b/dev-java/spice-jndikit/ChangeLog
deleted file mode 100644
index 4996527..0000000
--- a/dev-java/spice-jndikit/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog for dev-java/spice-jndikit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  22 Jan 2009; Alistair Bush <[email protected]> ChangeLog:
-  Add ChangeLog for QA.
-

diff --git a/dev-java/spice-jndikit/Manifest b/dev-java/spice-jndikit/Manifest
deleted file mode 100644
index cf3ae5b..0000000
--- a/dev-java/spice-jndikit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spice-jndikit-1.2-src.tar.gz 23084 SHA256 
3001e72223786e25a132ce8c41ff5e1d9fd8826e98122d5b73517aefd908e11a

diff --git a/dev-java/spice-jndikit/metadata.xml 
b/dev-java/spice-jndikit/metadata.xml
deleted file mode 100644
index ef53b33..0000000
--- a/dev-java/spice-jndikit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>java</herd>
-
-<longdescription lang="en">
-       Spice JNDIKit: JNDI Kit is a toolkit designed to help with the 
-       construction of JNDI providers. The toolkit also provides users 
-       with ready made memory-based and RMI-based contexts.
-</longdescription>
-</pkgmetadata>

diff --git a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild 
b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild
deleted file mode 100644
index d096228..0000000
--- a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JNDI Kit is a toolkit designed to help with the construction of 
JNDI providers."
-HOMEPAGE="http://spice.codehaus.org/";
-SRC_URI="http://dist.codehaus.org/spice/distributions/${P}-src.tar.gz";
-LICENSE="Spice-1.1"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="doc source test"
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND="
-               >=dev-java/java-config-2.0.31
-               !doc? ( >=virtual/jdk-1.4 )
-               doc? ( || ( =virtual/jdk-1.4* =virtual/jdk-1.5* ) )
-               dev-java/ant-core
-               source? ( app-arch/zip )
-               test? ( dev-java/junit dev-java/ant-tasks )"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       java-ant_ignore-system-classes
-       java-ant_rewrite-classpath
-}
-
-src_compile() {
-       java-pkg-2_src_compile
-       cd target/classes
-       rmic org.codehaus.spice.jndikit.rmi.server.RMINamingProviderImpl \
-               || die "rmic failed"
-}
-
-src_test() {
-       einfo "Tests need a network connection so they will fail without it"
-       eant test -DJunit.present=true \
-               -Dgentoo.classpath="$(java-pkg_getjars --build-only junit)"
-}
-
-src_install() {
-       java-pkg_newjar target/${P}.jar
-       use doc && java-pkg_dojavadoc dist/docs/api
-       use source && java-pkg_dosrc src/java/*
-}

Reply via email to