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: app-portage/java-ebuilder/
Date: Mon, 25 Nov 2024 08:08:21 +0000 (UTC)	[thread overview]
Message-ID: <1732522087.8bb121db2c1ea5f04034d98d260f1b54f3034cd9.fordfrog@gentoo> (raw)

commit:     8bb121db2c1ea5f04034d98d260f1b54f3034cd9
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Nov  8 09:01:48 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 08:08:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb121db

app-portage/java-ebuilder: 0.5.1-r2 style update, update EAPI 7 -> 8

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

 ....5.1-r1.ebuild => java-ebuilder-0.5.1-r2.ebuild} | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/app-portage/java-ebuilder/java-ebuilder-0.5.1-r1.ebuild b/app-portage/java-ebuilder/java-ebuilder-0.5.1-r2.ebuild
similarity index 89%
rename from app-portage/java-ebuilder/java-ebuilder-0.5.1-r1.ebuild
rename to app-portage/java-ebuilder/java-ebuilder-0.5.1-r2.ebuild
index c62803f47eab..35a8ab160d0c 100644
--- a/app-portage/java-ebuilder/java-ebuilder-0.5.1-r1.ebuild
+++ b/app-portage/java-ebuilder/java-ebuilder-0.5.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2016-2023 Gentoo Authors
+# Copyright 2016-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == 9999 ]]; then
 	ECLASS="git-r3"
@@ -15,25 +15,24 @@ inherit java-pkg-2 java-pkg-simple prefix ${ECLASS}
 
 DESCRIPTION="Java team tool for semi-automatic creation of ebuilds from pom.xml"
 HOMEPAGE="https://github.com/gentoo/java-ebuilder"
+S="${WORKDIR}/${P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 
 DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*
+RDEPEND="
+	>=virtual/jre-1.8:*
 	sys-process/parallel
-	>=dev-java/maven-bin-3"
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
+	>=dev-java/maven-bin-3
+"
 
-JAVA_LAUNCHER_FILENAME=${PN}
 JAVA_MAIN_CLASS="org.gentoo.java.ebuilder.Main"
+JAVA_RESOURCE_DIRS="src/main/resources"
+JAVA_SRC_DIR="src/main/java"
 
 src_prepare() {
-	default
+	java-pkg-2_src_prepare
 	hprefixify scripts/{bin/*,resources/Makefiles/*,movl} java-ebuilder.conf
 }
 


             reply	other threads:[~2024-11-25  8:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25  8:08 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25  8:07 [gentoo-commits] repo/gentoo:master commit in: app-portage/java-ebuilder/ Miroslav Šulc
2023-10-12  9:47 Sam James
2023-04-15  6:17 Sam James
2021-05-04  9:27 Miroslav Šulc
2021-05-04  9:27 Miroslav Šulc
2020-08-30 16:53 Miroslav Šulc
2020-08-30 16:53 Miroslav Šulc
2020-08-30 16:53 Miroslav Šulc
2019-11-27  9:56 Miroslav Šulc
2019-11-03 20:56 Miroslav Šulc
2019-10-30 20:03 Miroslav Šulc
2017-01-09 14:04 Benda XU
2017-01-09 14:00 Benda XU
2016-10-29  8:50 Benda XU
2016-10-09  3:37 Benda XU

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=1732522087.8bb121db2c1ea5f04034d98d260f1b54f3034cd9.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