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: Wed, 11 May 2016 21:07:18 +0000 (UTC)	[thread overview]
Message-ID: <1463000782.f81d7ecc9b41cab24fc03f3b7e7da6d9796bb1ea.chewi@gentoo> (raw)

commit:     f81d7ecc9b41cab24fc03f3b7e7da6d9796bb1ea
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 21:06:04 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed May 11 21:06:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81d7ecc

dev-java/jna: Remove old 3.4.0-r1

Package-Manager: portage-2.2.28

 dev-java/jna/jna-3.4.0-r1.ebuild | 92 ----------------------------------------
 1 file changed, 92 deletions(-)

diff --git a/dev-java/jna/jna-3.4.0-r1.ebuild b/dev-java/jna/jna-3.4.0-r1.ebuild
deleted file mode 100644
index 9789387..0000000
--- a/dev-java/jna/jna-3.4.0-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2 toolchain-funcs 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
-	dev-java/ant-nodeps:0
-	virtual/pkgconfig
-	test? (
-		dev-java/ant-junit:0
-		dev-java/ant-trax:0
-	)"
-
-java_prepare() {
-	# delete bundled jars and copy of libffi
-	find -name "*.jar" -exec rm -v {} + || die
-	rm -r native/libffi || die
-
-	epatch "${FILESDIR}/${PV}-build.xml.patch"
-	# respect CFLAGS, don't inhibit warnings, honour CC
-	epatch "${FILESDIR}/${P}-makefile-flags.patch"
-	tc-export CC
-
-	# 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_BUILD_TARGET="jar contrib-jars"
-EANT_ANT_TASKS="ant-nodeps"
-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
-
-	java-pkg_register-optional-dependency emul-linux-x86-jna #313209
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc doc/javadoc
-}


             reply	other threads:[~2016-05-11 21:07 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 21:07 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29  8:28 [gentoo-commits] repo/gentoo:master commit in: dev-java/jna/ 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-11-06 11:19 James Le Cuirot
2016-06-28 12:29 Patrick Lauer
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=1463000782.f81d7ecc9b41cab24fc03f3b7e7da6d9796bb1ea.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