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/javassist/
Date: Sat, 13 Nov 2021 08:29:27 +0000 (UTC)	[thread overview]
Message-ID: <1636792140.8e6be9be87d6e2fb28c98d1642ab766d48d00315.sam@gentoo> (raw)

commit:     8e6be9be87d6e2fb28c98d1642ab766d48d00315
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 06:52:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 08:29:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6be9be

dev-java/javassist: build with Java 8+, update EAPI 5 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/javassist/javassist-3.18.2-r1.ebuild | 44 +++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-java/javassist/javassist-3.18.2-r1.ebuild b/dev-java/javassist/javassist-3.18.2-r1.ebuild
new file mode 100644
index 00000000000..6b89aac947c
--- /dev/null
+++ b/dev-java/javassist/javassist-3.18.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_ANT_REWRITE_CLASSPATH=y
+JAVA_PKG_IUSE="doc source examples"
+
+EANT_DOC_TARGET="javadocs"
+EANT_NEEDS_TOOLS="yes"
+
+MAVEN_ID="javassist:javassist:3.18.2"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Javassist makes Java bytecode manipulation simple"
+HOMEPAGE="http://www.csg.is.titech.ac.jp/~chiba/javassist/"
+SRC_URI="https://github.com/jboss-javassist/javassist/archive/rel_${PV//./_}_ga_build.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-rel_${PV//./_}_ga_build"
+
+LICENSE="MPL-1.1"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+BDEPEND="app-arch/unzip"
+
+src_prepare() {
+	default
+
+	find -name "*.jar" -delete || die
+}
+
+src_install() {
+	java-pkg_dojar ${PN}.jar
+
+	use doc && java-pkg_dojavadoc html
+	use source && java-pkg_dosrc src/main/javassist
+	use examples && java-pkg_doexamples sample/*
+
+	docinto html
+	dodoc Readme.html
+}


             reply	other threads:[~2021-11-13  8:29 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13  8:29 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15  6:12 [gentoo-commits] repo/gentoo:master commit in: dev-java/javassist/ Miroslav Šulc
2024-12-21 10:11 Miroslav Šulc
2024-12-20 15:43 Sam James
2024-12-08  7:32 Miroslav Šulc
2024-12-08  7:32 Miroslav Šulc
2024-12-08  7:32 Miroslav Šulc
2022-12-11  7:58 Miroslav Šulc
2022-12-10 17:38 Sam James
2022-12-10 14:59 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-11-10  9:26 Florian Schmaus
2022-10-14  7:23 Arthur Zamarin
2022-10-13 23:39 Sam James
2022-10-12 19:22 Sam James
2022-10-12 19:22 Sam James
2022-10-12 18:56 Arthur Zamarin
2022-09-12  9:48 Florian Schmaus
2022-08-20  4:02 Miroslav Šulc
2022-08-19 16:54 Sam James
2022-08-19 16:54 Sam James
2022-08-19  6:16 Arthur Zamarin
2022-08-19  5:54 Arthur Zamarin
2022-07-19 19:26 Florian Schmaus
2022-07-19 19:26 Florian Schmaus
2022-07-16 14:46 Florian Schmaus
2022-07-16 14:46 Florian Schmaus
2022-07-09 17:42 Florian Schmaus
2022-07-05 11:41 Florian Schmaus
2022-07-05 11:41 Florian Schmaus
2022-01-13 16:36 Florian Schmaus
2021-12-01 18:56 Sam James
2021-12-01  7:16 Arthur Zamarin
2021-11-25  4:15 Sam James
2021-11-25  4:14 Sam James
2021-11-25  4:11 Sam James
2021-10-10 23:50 Sam James
2021-04-05 10:35 Miroslav Šulc
2017-07-13 20:42 Alexis Ballier
2015-08-29 22:01 Patrice Clement
2015-08-29 22:01 Patrice Clement
2015-08-29 22:01 Patrice Clement
2015-08-28 13:53 Manuel Rüger

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=1636792140.8e6be9be87d6e2fb28c98d1642ab766d48d00315.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