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/jna/
Date: Sun,  6 Nov 2016 11:19:53 +0000 (UTC)	[thread overview]
Message-ID: <1478431187.e4ae2041ceaf6c95f2f3c61bdae5907f1a4122e2.chewi@gentoo> (raw)

commit:     e4ae2041ceaf6c95f2f3c61bdae5907f1a4122e2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 11:19:25 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 11:19:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ae2041

dev-java/jna: Remove old 3.4.0

Package-Manager: portage-2.3.2

 dev-java/jna/Manifest         |  1 -
 dev-java/jna/jna-3.4.0.ebuild | 88 -------------------------------------------
 2 files changed, 89 deletions(-)

diff --git a/dev-java/jna/Manifest b/dev-java/jna/Manifest
index 1fd7c91..e589106 100644
--- a/dev-java/jna/Manifest
+++ b/dev-java/jna/Manifest
@@ -1,3 +1,2 @@
-DIST jna-3.4.0.tar.gz 34547165 SHA256 bff8fb935044a1e5de611e576e30a08c263e6a26a9f4c631dbe3a0cac2d79f14 SHA512 30c4e6a3a5ac133095248d3eb7d4983a91e11a267a581268a91316927ac75c5a133a58625d321276ac0b229c42c502f85492672d99713c90de98a648bd008b35 WHIRLPOOL 0a5a9d35db0e0090375235048c985fd8bd9ccf319d03c1c3db33e81d3e1a1bec8718a48f6b8180c7531d3963ae91b5337f539eb69e3db73b3f87ea693706fe08
 DIST jna-3.4.1.tar.gz 35285043 SHA256 fb0ff552a11ddf18b82f1e3fbfe01985fb7a41e242124c63257bb685408ca16e SHA512 8164de9d213f670e6408627ec13fc128802351c2b906e1e1e95fd3280917ef1eba24d8b6b913a9df8034d20a5d46f6f823b5ee2d18b83248093a1855c89c5917 WHIRLPOOL 9c06862f76fbab7175f134a3f965d7d944ff536a03f03256307f8300b1fd1c9888c6e312bb74a80088128278efa9f8f7dfca668e4ebeacfff91bba3bc97951b0
 DIST jna-4.2.2.tar.gz 58638853 SHA256 46330123be97fa5c11b1747c74470a39f2b1a3396d66fd6ead4d034660eb094a SHA512 11ab524f87f6dc7fe3ac8eb0620f9ba392445147770304be7b7fa5cd49de8efed983ad30c16077bfa6419eaf1ff50311a3ded811a78fdcd09bc686ef93ad7f9f WHIRLPOOL a8cd562276c4e2955ad5aa178660810f6dd45d0bd51f1c267d1a8fd139f9fb6a45aaf794a03c9f333c51617240cbff0d79f57ce73e4fc341c431b3ab959055f1

diff --git a/dev-java/jna/jna-3.4.0.ebuild b/dev-java/jna/jna-3.4.0.ebuild
deleted file mode 100644
index a4584ea..00000000
--- a/dev-java/jna/jna-3.4.0.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-JAVA_PKG_IUSE="test doc source"
-WANT_ANT_TASKS="ant-nodeps"
-
-inherit java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic vcs-snapshot
-
-DESCRIPTION="Java Native Access (JNA)"
-HOMEPAGE="https://github.com/twall/jna#readme"
-SRC_URI="https://github.com/twall/jna/tarball/3.4.0 -> ${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+awt +nio-buffers"
-REQUIRED_USE="test? ( awt nio-buffers )"
-
-COMMON_DEP="
-	virtual/libffi"
-RDEPEND="${COMMON_DEP}
-	>=virtual/jre-1.6"
-DEPEND="${COMMON_DEP}
-	>=virtual/jdk-1.6
-	virtual/pkgconfig
-	test? (
-		dev-java/junit:0
-		dev-java/ant-junit:0
-		dev-java/ant-trax:0
-	)"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_BUILD_TARGET="jar contrib-jars"
-
-java_prepare() {
-	# delete bundled jars and copy of libffi
-	find -name "*.jar" -exec rm -v {} + || die
-	rm -r native/libffi || die
-
-	# respect CFLAGS, don't inhibit warnings, honour CC
-	# fix build.xml file
-	epatch "${FILESDIR}/${PV}-makefile-flags.patch" "${FILESDIR}/${PV}-build.xml.patch"
-
-	# Build to same directory on 64-bit archs.
-	mkdir build || die
-	ln -snf build build-d64 || die
-
-	if ! use awt ; then
-		sed -i -E "s/^(CDEFINES=.*)/\1 -DNO_JAWT/g" native/Makefile || die
-	fi
-
-	if ! use nio-buffers ; then
-		sed -i -E "s/^(CDEFINES=.*)/\1 -DNO_NIO_BUFFERS/g" native/Makefile || die
-	fi
-}
-
-EANT_EXTRA_ARGS="-Ddynlink.native=true"
-
-EANT_TEST_ANT_TASKS="ant-junit ant-nodeps ant-trax"
-src_test() {
-	local sysprops=""
-
-	# crashes vm (segfault)
-	sed -i -e 's|testRegisterMethods|no&|' test/com/sun/jna/DirectTest.java || die
-
-	# crashes vm, java 7 only (icedtea-7,  oracle-jdk-bin-1.7)
-	sed -i -e 's|testGCCallbackOnFinalize|no&|' test/com/sun/jna/CallbacksTest.java || die
-
-	sysprops+=" -Djava.awt.headless=true"
-	sysprops+=" -Djava.io.tmpdir=${T}" #to ensure exec mount
-
-	mkdir -p lib || die
-	java-pkg_jar-from --into lib --build-only junit
-
-	# need to use _JAVA_OPTIONS or add them to the build.xml. ANT_OPTS won't
-	# survive the junit task.
-	_JAVA_OPTIONS="${sysprops}" java-pkg-2_src_test
-}
-
-src_install() {
-	java-pkg_dojar build/${PN}.jar
-	java-pkg_dojar contrib/platform/dist/platform.jar
-	java-pkg_doso build/native/libjnidispatch.so
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc doc/javadoc
-}


             reply	other threads:[~2016-11-06 11:19 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-06 11:19 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-java/jna/ Miroslav Šulc
2024-01-29  8:28 Miroslav Šulc
2024-01-19 10:47 Sam James
2024-01-19 10:07 Sam James
2024-01-19 10:07 Sam James
2023-12-20  9:19 Miroslav Šulc
2023-09-29  5:53 Miroslav Šulc
2023-09-29  5:53 Miroslav Šulc
2023-09-17 14:28 Arthur Zamarin
2023-07-18  9:53 Sam James
2023-06-19 14:18 Sam James
2023-06-19 14:18 Sam James
2023-05-20  9:39 Sam James
2023-05-08 17:36 Sam James
2022-07-22 21:31 Florian Schmaus
2022-07-07  4:03 Miroslav Šulc
2022-07-06 18:26 Arthur Zamarin
2022-07-02 12:23 Agostino Sarubbo
2022-07-02 12:20 Agostino Sarubbo
2022-07-02  7:18 Jakov Smolić
2022-06-15 16:15 Arthur Zamarin
2022-06-15 16:15 Arthur Zamarin
2022-06-15 14:30 Agostino Sarubbo
2022-06-15  7:36 Jakov Smolić
2022-05-12  7:09 Florian Schmaus
2022-04-19  7:43 Florian Schmaus
2022-01-14 15:07 Arthur Zamarin
2022-01-09  9:07 Miroslav Šulc
2022-01-08 13:08 Miroslav Šulc
2022-01-08 10:17 Arthur Zamarin
2022-01-08 10:17 Arthur Zamarin
2021-11-26  9:23 Sam James
2021-11-12  8:16 Agostino Sarubbo
2021-11-11 11:35 Agostino Sarubbo
2021-07-10 18:54 Sam James
2021-06-14  6:39 Sergei Trofimovich
2021-06-12 13:19 Miroslav Šulc
2021-06-12  9:59 Miroslav Šulc
2021-04-25 17:52 Miroslav Šulc
2020-11-16 22:53 Sergei Trofimovich
2018-11-04 15:16 Pacho Ramos
2018-03-17 13:37 Pacho Ramos
2018-03-17 13:37 Pacho Ramos
2016-11-06 11:19 James Le Cuirot
2016-06-28 12:29 Patrick Lauer
2016-05-11 21:07 James Le Cuirot
2015-09-30 23:07 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=1478431187.e4ae2041ceaf6c95f2f3c61bdae5907f1a4122e2.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