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/xz-java/
Date: Fri, 15 Nov 2024 20:04:09 +0000 (UTC)	[thread overview]
Message-ID: <1731701036.d43467958714c63f868d1de39f83d0ff2d484aa1.fordfrog@gentoo> (raw)

commit:     d43467958714c63f868d1de39f83d0ff2d484aa1
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Nov 15 18:52:53 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 20:03:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4346795

dev-java/xz-java: drop 1.9-r2

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/39337
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/xz-java/Manifest              |  2 --
 dev-java/xz-java/xz-java-1.9-r2.ebuild | 44 ----------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-java/xz-java/Manifest b/dev-java/xz-java/Manifest
index 44e2647ebc70..8ffb76838173 100644
--- a/dev-java/xz-java/Manifest
+++ b/dev-java/xz-java/Manifest
@@ -1,4 +1,2 @@
 DIST xz-java-1.10.zip 179204 BLAKE2B ffe19ed1de7370879bb5c3c3f777e367fff9868c5113a2920c02409e7ab7a325cd03d30ddd2bcc95e1509d2f38723e51eaf21b4aa767792e7a3c9850cd658e36 SHA512 be293545b9510906334ecbc092834599b36abe7498836ab111726a195fd4fc8731d2cb57109b51ac0de7d14da8b59fea7a48aaa2f5c61075b4b16c0e1d4f5579
 DIST xz-java-1.10.zip.sig 566 BLAKE2B 4a0e146f9a8ccffbf62d775b6d7c647611464fbf23fe0f0d9fa0f768487c642c1a9277b820af9ebdaeb9cefb3f5bf399a226000622838c81c02747b31158441b SHA512 e9bfe7eb28a6f9d8f7eb4c7620fc1598fe70c08a03fd2bfc5a1183110b0f8539704921f6224de352080cb3b6affb33163fd739503f4e8f279e06533445ebe8a6
-DIST xz-java-1.9.zip 155868 BLAKE2B e1e355e75b3d14cae9a12dd00105ff38e25ab9c270cecafc83f27a7a03b36aa7a33647b40b7458b3592319a2b574e10cef9786413f0a12af585199a8f00731de SHA512 743f81ac715d7ac2760af8cee4c62d8fbeef156c0d3e0e85e4605ae08d6a71d1e6f6675e0558e7906a92d5fb3ca1feab9db015a1d42b5df73de2dec770a339cb
-DIST xz-java-1.9.zip.sig 566 BLAKE2B 9702fa3021c4274aacc74ef84903429ed5301eac11cae6bf79014a5bad590c51b169c35f64add85c964cb815129acf920a014e5601acfcd075147f5fb8e9df1e SHA512 5f511260da0f5a9338106ac56511b7a105996852103a3f40cc4a44a7e4e03dc39a645bb0a57ae99bcde8267d5a2d514a7c956a8bfe226c0472e1fa3c7d28e3d5

diff --git a/dev-java/xz-java/xz-java-1.9-r2.ebuild b/dev-java/xz-java/xz-java-1.9-r2.ebuild
deleted file mode 100644
index fbd9a461e6ca..000000000000
--- a/dev-java/xz-java/xz-java-1.9-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc examples source"
-MAVEN_ID="org.tukaani:xz:1.9"
-
-inherit java-pkg-2 java-pkg-simple verify-sig
-
-DESCRIPTION="Implementation of xz data compression in pure java"
-HOMEPAGE="https://tukaani.org/xz/java.html"
-SRC_URI="https://tukaani.org/xz/${P}.zip
-	verify-sig? ( https://tukaani.org/xz/${P}.zip.sig )"
-S="${WORKDIR}"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64"
-
-DEPEND=">=virtual/jdk-11:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-BDEPEND="
-	app-arch/unzip
-	verify-sig? ( sec-keys/openpgp-keys-lassecollin )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/lassecollin.asc"
-
-JAVA_SRC_DIR="src9"
-
-DOCS=( README NEWS COPYING THANKS )
-
-src_prepare() {
-	java-pkg-2_src_prepare
-	mv src{,9}/org || die
-}
-
-src_install() {
-	java-pkg-simple_src_install
-	use examples && java-pkg_doexamples src/*Demo.java
-	einstalldocs
-}


             reply	other threads:[~2024-11-15 20:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 20:04 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15  9:19 [gentoo-commits] repo/gentoo:master commit in: dev-java/xz-java/ Arthur Zamarin
2024-11-15  1:22 Sam James
2024-11-14 18:41 Sam James
2024-10-17 15:32 Arthur Zamarin
2024-10-15  7:40 Miroslav Šulc
2024-10-12 17:12 Arthur Zamarin
2024-05-31 10:11 Miroslav Šulc
2024-05-29 18:54 Sam James
2023-06-27  7:37 Miroslav Šulc
2021-08-27  7:17 Miroslav Šulc
2021-08-26 14:57 Sam James
2021-08-26 14:52 Sam James
2021-08-26 14:49 Sam James
2021-08-26 14:49 Sam James
2021-07-26  6:41 Miroslav Šulc
2021-03-12 12:18 Miroslav Šulc
2020-10-20  4:11 Sam James
2019-11-23  5:42 Aaron Bauman
2019-04-01 14:47 Patrice Clement
2019-03-08  5:06 Georgy Yakovlev
2019-02-05  9:10 Georgy Yakovlev
2018-08-31 22:12 Patrice Clement
2018-08-05 13:53 Patrice Clement
2018-04-08 18:38 James Le Cuirot
2017-07-13 17:27 Alexis Ballier
2017-03-30 12:21 Patrice Clement
2015-10-14  7:59 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=1731701036.d43467958714c63f868d1de39f83d0ff2d484aa1.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