From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39EDE1395F0 for ; Wed, 5 Aug 2015 22:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C03F14174; Wed, 5 Aug 2015 22:04:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8FF414161 for ; Wed, 5 Aug 2015 22:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5996340AB2 for ; Wed, 5 Aug 2015 22:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 080A613A for ; Wed, 5 Aug 2015 22:03:50 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1438810282.d137c69eb9cd5775b631483655df0d0c01dd61ca.chewi@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/spice-jndikit/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/spice-jndikit/ChangeLog dev-java/spice-jndikit/Manifest dev-java/spice-jndikit/metadata.xml dev-java/spice-jndikit/spice-jndikit-1.2.ebuild X-VCS-Directories: dev-java/spice-jndikit/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d137c69eb9cd5775b631483655df0d0c01dd61ca X-VCS-Branch: master Date: Wed, 5 Aug 2015 22:03:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 235d179b-dc3d-4a66-b4fd-d5675e1ac588 X-Archives-Hash: 7d206041918d496a1ad4a1f4ae84ea85 commit: d137c69eb9cd5775b631483655df0d0c01dd61ca Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Aug 5 20:58:12 2015 +0000 Commit: James Le Cuirot gentoo 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 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 @@ - - - -java - - - 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. - - 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/* -}