commit:     d18108eb60fd706a3558a93726262107ae934fed
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 13:58:31 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 13:58:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18108eb

dev-java/jisp: Remove old

Package-Manager: portage-2.2.20.1

 dev-java/jisp/jisp-2.5.1-r2.ebuild | 43 --------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-java/jisp/jisp-2.5.1-r2.ebuild 
b/dev-java/jisp/jisp-2.5.1-r2.ebuild
deleted file mode 100644
index 602a02f..0000000
--- a/dev-java/jisp/jisp-2.5.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="Java Indexed Serialization Package: A small, embedded database 
engine written in Pure Java"
-HOMEPAGE="http://www.coyotegulch.com/products/jisp/";
-
-# TODO contact upstream about hosting jisp-2.5 on their site.
-# They only maintain 3.0 at the moment
-# This tarball is from jpackage's jisp2 source rpm
-SRC_URI="http://gentooexperimental.org/distfiles/${P}-source.tar.gz";
-
-LICENSE="SVFL"
-SLOT="2.5"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-DEPEND=">=virtual/jdk-1.4
-       dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.4"
-
-src_unpack() {
-       unpack ${A}
-       cd ${S}
-
-       epatch ${FILESDIR}/${P}-java15.patch
-
-       mkdir src
-       mv com src
-       cp ${FILESDIR}/build-${PV}.xml build.xml
-}
-
-src_compile() {
-       eant jar -Dproject.name=${PN} $(use_doc)
-}
-
-src_install() {
-       java-pkg_dojar dist/${PN}.jar
-
-       use doc && java-pkg_dohtml -r dist/doc/api
-}

Reply via email to