public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/
Date: Thu, 17 Mar 2022 21:32:24 +0000 (UTC)	[thread overview]
Message-ID: <1647552730.7068127d8f8b4a36a38667578e72d0f72688e821.sam@gentoo> (raw)

commit:     7068127d8f8b4a36a38667578e72d0f72688e821
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Mar 17 11:08:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 21:32:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7068127d

dev-java/icedtea-sound: EAPI 8, min java 1.8

Bug: https://bugs.gentoo.org/698580
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24620
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../icedtea-sound/icedtea-sound-1.0.1-r1.ebuild    | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..25e126249722
--- /dev/null
+++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
+
+EAPI=8
+
+inherit java-pkg-2
+
+DESCRIPTION="Plugins for javax.sound"
+HOMEPAGE="https://icedtea.classpath.org"
+SRC_URI="https://icedtea.classpath.org/download/source/${P}.tar.xz"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+IUSE="+doc test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEP="
+	virtual/jdk:1.8
+	>=media-sound/pulseaudio-0.9.11:="
+RDEPEND="${COMMON_DEP}"
+DEPEND="${COMMON_DEP}"
+BDEPEND="app-arch/zip"
+
+pkg_setup() {
+	JAVA_PKG_WANT_SOURCE="1.8"
+	JAVA_PKG_WANT_TARGET="1.8"
+
+	java-pkg-2_pkg_setup
+}
+
+src_configure() {
+	econf --with-jdk-home="${JAVA_HOME}" \
+		$(use_enable doc docs) \
+		--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+}
+
+src_compile() {
+	default
+}


             reply	other threads:[~2022-03-17 21:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17 21:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-18  7:54 [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/ Miroslav Šulc
2022-04-17  8:07 Jakov Smolić
2022-04-16 18:45 Sam James
2022-04-16  7:56 Arthur Zamarin
2022-04-16  7:52 Arthur Zamarin
2022-03-17 21:38 Sam James
2021-06-10 22:21 Sam James
2019-02-03 15:00 Miroslav Šulc
2017-07-12 12:15 Alexis Ballier
2016-03-15  7:06 James Le Cuirot
2015-11-22 21:00 James Le Cuirot

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=1647552730.7068127d8f8b4a36a38667578e72d0f72688e821.sam@gentoo \
    --to=sam@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