public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/fastutil/
Date: Wed,  3 Feb 2016 23:15:40 +0000 (UTC)	[thread overview]
Message-ID: <1454541316.b66a8b4c6b15798f96f2bf0e91d2671cc88ae4f1.chewi@gentoo> (raw)

commit:     b66a8b4c6b15798f96f2bf0e91d2671cc88ae4f1
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  3 22:57:41 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Feb  3 23:15:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66a8b4c

dev-java/fastutil: Remove old

Package-Manager: portage-2.2.27

 dev-java/fastutil/Manifest                 |  2 --
 dev-java/fastutil/fastutil-4.3.1-r1.ebuild | 36 ------------------------------
 dev-java/fastutil/fastutil-4.4.2-r1.ebuild | 35 -----------------------------
 3 files changed, 73 deletions(-)

diff --git a/dev-java/fastutil/Manifest b/dev-java/fastutil/Manifest
index e3c8907..6752fc2 100644
--- a/dev-java/fastutil/Manifest
+++ b/dev-java/fastutil/Manifest
@@ -1,4 +1,2 @@
-DIST fastutil-4.3.1-src.tar.gz 203660 SHA256 90f07cf08c8926451041e52452c3ba486f3000bfbade1d2fa3531fab0d09db4e SHA512 afedd592a891a0ed7a06780f8f1e0bbcdd0f1da6aee8536628e8a61f6dfc0787a23d69e68e1543fcfa9bc410571114a44499f5b302e30796c19f5a5841354a81 WHIRLPOOL b98f8f0a26b78e546bf491ab4fde3ddff8f226f4cf92d6098dddbcc365f419f02cca40b250371b5244ec5713722bcce8830a559430fbe46d24747d8ef4085852
-DIST fastutil-4.4.2-src.tar.gz 213196 SHA256 dff9d53db666a3ad6d1cb88166b05a0d38333fbb3ecd79edcbe968d38da795e7 SHA512 cb438044ee63a89e4e655a41448924d5ac1f61f48839480fc5ba2c08b6317e3e4b0f66b2581ebff73bcb7d865123539ad09029670d7e5d46664f61fe593c503b WHIRLPOOL ea834078c5c189574fd3e79f8b1189c674b31f005404f22701c1209204c7840ff340b471c521d84bd0325f8bf735bac9eb590c927134e7194f36e32925d0ac4f
 DIST fastutil-5.1.3-src.tar.gz 238461 SHA256 fe95b3f66306003bdda1de018120150790205760065d7e31aa8c207c25c3a188 SHA512 67f7ac65afbfd9e5adc415ea65a3b2f334752008e994c7e1ecac334b06a98edad73da549245e39c79709df683f4384c1d0c76f7e8a8cdd428407d547ce0eea47 WHIRLPOOL 2533487909428345f35eebb845f33267f6cd81140206e721eeca1f3f7f94926dc2af9b03dcbdde35799a089ad174e5dd6a052251820558a907579e223ec3b01a
 DIST fastutil-6.5.4-src.tar.gz 376688 SHA256 bc2cc6abb168856c43b9c5f6b468b1cfba4657efd0623a7d7e7800a9e01d966e SHA512 3b75d423ce9e4bb883f1baa910ed59b9ad2fc1ddf52da970f7d40eef6e0044618ce6aeaaa9daf873a256a966cd5bf850004feec21a8e7abf05cc6ac7eb6dd3fb WHIRLPOOL 5ec84a84c9be5dbfb53d69a557b0b26c0658b06b9234da4ed1614afff8ceafbcf3fe38a6b775fdc91202ad0301e2aebb70566dcd8cbae81c3828b7f18be5146d

diff --git a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild b/dev-java/fastutil/fastutil-4.3.1-r1.ebuild
deleted file mode 100644
index 3ef42cd..0000000
--- a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
-HOMEPAGE="http://fastutil.dsi.unimi.it"
-LICENSE="LGPL-2.1"
-SLOT="4.3"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-src_compile() {
-	emake sources || die "failed to make sources"
-	# bug 162650 and #175578 and #183356
-	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
-	use doc && java-pkg_dojavadoc docs
-	use source && java-pkg_dosrc java/it
-
-}

diff --git a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild
deleted file mode 100644
index 383af34..0000000
--- a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
-HOMEPAGE="http://fastutil.dsi.unimi.it"
-LICENSE="LGPL-2.1"
-SLOT="4.4"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-src_compile() {
-	make sources || die "failed to make sources"
-	# bug 162650 and #175578 and #183356
-	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 || die
-
-	use doc && java-pkg_dojavadoc docs
-	use source && java-pkg_dosrc java/it
-}


             reply	other threads:[~2016-02-03 23:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03 23:15 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-07  7:55 [gentoo-commits] repo/gentoo:master commit in: dev-java/fastutil/ Patrice Clement
2016-04-15 14:04 Patrice Clement
2016-04-15 14:04 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454541316.b66a8b4c6b15798f96f2bf0e91d2671cc88ae4f1.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox