public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/zstd-jni/
Date: Tue, 30 Aug 2022 05:28:25 +0000 (UTC)	[thread overview]
Message-ID: <1661837301.dec5eb65cd4a47361abe505a04dad3def4467c1d.fordfrog@gentoo> (raw)

commit:     dec5eb65cd4a47361abe505a04dad3def4467c1d
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Aug 29 14:45:29 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 05:28:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec5eb65

dev-java/zstd-jni: drop 1.5.0.4

Closes: https://bugs.gentoo.org/835812
Closes: https://bugs.gentoo.org/814968
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/zstd-jni/Manifest                |  1 -
 dev-java/zstd-jni/zstd-jni-1.5.0.4.ebuild | 60 -------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-java/zstd-jni/Manifest b/dev-java/zstd-jni/Manifest
index e31c27c19337..86423a908744 100644
--- a/dev-java/zstd-jni/Manifest
+++ b/dev-java/zstd-jni/Manifest
@@ -1,2 +1 @@
-DIST zstd-jni-1.5.0.4.tar.gz 9296353 BLAKE2B 1b4011cc7876d3d4ca2636d9872b1127d3a700f4cc6b159a36dbff5e73a2ec3af91d4a27965123c9dbb9f017200bb68bf7e078806d25d7e395243c2251936891 SHA512 2d83a1e4ff6c25ef301dc25343dcfd4f2dda7f8c44aae2d1d5da2159affb6d0c2885693022dd5cbd2d360540092bebfe0635b61c899fc7ce8dc496a96ba6f017
 DIST zstd-jni-1.5.0.5.tar.gz 9297542 BLAKE2B 96b2aa09d62c7a45c352d52358aa47a66c95c1b122bfc61b7e2b3aaa829e011a8ed6f71373130700ecdb7d8541ca6971c2cd7fda01be396053532c4aeeca3cb1 SHA512 b63858d58c7d1b2c9d120f49d1289caa7e5b429d0f8c3c95b7f58a5d432f09d41504c5f5b0934f53be8eadf3c1ab02a1a872e292bac465907fffe2a67108267e

diff --git a/dev-java/zstd-jni/zstd-jni-1.5.0.4.ebuild b/dev-java/zstd-jni/zstd-jni-1.5.0.4.ebuild
deleted file mode 100644
index cdef7ad1ab05..000000000000
--- a/dev-java/zstd-jni/zstd-jni-1.5.0.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MAVEN_ID="com.github.luben:zstd-jni:1.5.0-4"
-MY_PV="$(ver_rs 3 -)"
-
-inherit java-pkg-2 java-pkg-simple cmake
-
-DESCRIPTION="JNI bindings for Zstd native library"
-
-HOMEPAGE="https://github.com/luben/zstd-jni"
-SRC_URI="https://github.com/luben/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-RDEPEND=">=virtual/jre-1.8:*"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-filter-flags.patch"
-)
-
-JAVA_SRC_DIR="src/main/java"
-
-src_prepare() {
-	cmake_src_prepare
-
-	echo -e "package com.github.luben.zstd.util;\n\npublic class ZstdVersion\n{\n\tpublic static final String VERSION = \"${PV}\";\n}\n" \
-		>> ${JAVA_SRC_DIR}/com/github/luben/zstd/util/ZstdVersion.java || die "Failed to generate version class"
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DJAVA_HOME="$(java-config -g JAVA_HOME)"
-		# Resolve bug #776910
-		# Reference: https://stackoverflow.com/a/51764145
-		-DJAVA_AWT_LIBRARY="NotNeeded"
-	)
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-
-	mkdir -p "${S}/target/classes/META-INF" || die "Failed to create META-INF dir"
-	echo "Manifest-Version: 1.0
-Implementation-Version: ${MY_PV}
-Bundle-NativeCode: libzstd-jni.so;osname=Linux" > "${S}/target/classes/META-INF/MANIFEST.MF" || die "Failed to create MANIFEST.MF"
-	java-pkg-simple_src_compile
-	java-pkg_addres ${JAVA_JAR_FILENAME} "${BUILD_DIR}" -name libzstd-jni.so || die "Failed to add library to jar"
-}
-
-src_install() {
-	java-pkg-simple_src_install
-}


             reply	other threads:[~2022-08-30  5:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30  5:28 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-28  6:52 [gentoo-commits] repo/gentoo:master commit in: dev-java/zstd-jni/ Arthur Zamarin
2023-01-27 20:34 Arthur Zamarin
2023-01-27 20:25 Arthur Zamarin
2023-01-27 20:14 Arthur Zamarin
2023-01-27 19:43 Arthur Zamarin
2023-01-24  9:08 Florian Schmaus
2022-12-28 18:53 Florian Schmaus
2022-11-04  8:16 Agostino Sarubbo
2022-11-03 19:57 Sam James
2022-11-03 19:32 Arthur Zamarin
2022-11-03 17:24 Arthur Zamarin
2022-10-04  9:40 Florian Schmaus
2022-08-29 14:30 Sam James
2022-08-29 14:30 Sam James
2022-08-29 11:21 Jakov Smolić
2022-08-29  8:05 Jakov Smolić
2022-07-30  2:36 Sam James
2021-12-22 18:47 Arthur Zamarin
2021-11-25  2:06 Sam James
2021-11-23 17:02 Sam James
2021-11-19  7:24 Arthur Zamarin
2021-08-29 10:05 Miroslav Šulc
2021-08-29 10:02 Agostino Sarubbo
2021-08-29 10:00 Agostino Sarubbo
2021-07-28 19:53 Florian Schmaus
2021-05-31  6:11 Agostino Sarubbo
2021-05-30  9:45 Agostino Sarubbo
2021-04-23 13:46 Sam James
2021-04-15  5:34 Sam James
2021-04-01 12:30 Thomas Deutschmann
2021-03-12 15:25 Miroslav Šulc

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=1661837301.dec5eb65cd4a47361abe505a04dad3def4467c1d.fordfrog@gentoo \
    --to=fordfrog@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