* [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbm/
@ 2019-03-16 19:24 Patrice Clement
0 siblings, 0 replies; only message in thread
From: Patrice Clement @ 2019-03-16 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 903dd4833546c15f6e2d18f7580fc0973f1c98c6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 19:16:41 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:24:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903dd483
dev-java/jdbm: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-java/jdbm/jdbm-0.12-r2.ebuild | 44 ---------------------------------------
1 file changed, 44 deletions(-)
diff --git a/dev-java/jdbm/jdbm-0.12-r2.ebuild b/dev-java/jdbm/jdbm-0.12-r2.ebuild
deleted file mode 100644
index 1b4cb774349..00000000000
--- a/dev-java/jdbm/jdbm-0.12-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Jdbm aims to be for Java what GDBM is for Perl, Python, C, ..."
-HOMEPAGE="http://jdbm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-
-LICENSE="BSD"
-SLOT="1"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# Needs to depend on 1.3 because this uses assert
-# so we need -source 1.3 here.
-RDEPEND=">=virtual/jre-1.3"
-DEPEND=">=virtual/jdk-1.3
- app-arch/unzip"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}/src"
- epatch "${FILESDIR}/${P}-buildfile.patch"
-
- cd "${S}/lib"
- rm -v *.jar || die
-}
-
-src_compile() {
- cd "${S}/src"
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- use doc && java-pkg_dojavadoc build/doc/javadoc
- use source && java-pkg_dosrc src/main/*
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-16 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-16 19:24 [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbm/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox