summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:05:33 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:11:11 +0100
commita5206c64810fb76da792fa8e8925c96f73193ec9 (patch)
tree52ff2f108d80eb5f887f033e400428aab380e3b8 /dev-java/fastutil/fastutil-7.0.10.ebuild
parentdev-java/forehead: treeclean (diff)
downloadgentoo-a5206c64810fb76da792fa8e8925c96f73193ec9.tar.gz
gentoo-a5206c64810fb76da792fa8e8925c96f73193ec9.tar.bz2
gentoo-a5206c64810fb76da792fa8e8925c96f73193ec9.zip
dev-java/fastutil: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/fastutil/fastutil-7.0.10.ebuild')
-rw-r--r--dev-java/fastutil/fastutil-7.0.10.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/fastutil/fastutil-7.0.10.ebuild b/dev-java/fastutil/fastutil-7.0.10.ebuild
deleted file mode 100644
index 0ca7d1ce8a0c..000000000000
--- a/dev-java/fastutil/fastutil-7.0.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint"
-HOMEPAGE="https://github.com/vigna/fastutil"
-SRC_URI="https://github.com/vigna/fastutil/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-src_compile() {
- emake sources
-
- # bug 162650 and #175578
- java-pkg_init-compiler_
-
- [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_newjar "${P}.jar"
-
- dodoc CHANGES README.md
-
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc src/it
-}