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/joda-convert/
Date: Tue,  8 Feb 2022 08:17:10 +0000 (UTC)	[thread overview]
Message-ID: <1644307904.e3e76dd213202b5d6e4bafc47fa889268fdca367.fordfrog@gentoo> (raw)

commit:     e3e76dd213202b5d6e4bafc47fa889268fdca367
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Feb  7 15:42:46 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 08:11:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e76dd2

dev-java/joda-convert: Switch to guava:0

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/24115
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/joda-convert/joda-convert-2.2.2-r1.ebuild | 71 ++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/dev-java/joda-convert/joda-convert-2.2.2-r1.ebuild b/dev-java/joda-convert/joda-convert-2.2.2-r1.ebuild
new file mode 100644
index 000000000000..08c06c307b1a
--- /dev/null
+++ b/dev-java/joda-convert/joda-convert-2.2.2-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/JodaOrg/joda-convert/archive/refs/tags/v2.2.2.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild joda-convert-2.2.2.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.joda:joda-convert:2.2.2"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Library to convert Objects to and from String"
+HOMEPAGE="https://www.joda.org/joda-convert/"
+SRC_URI="https://github.com/JodaOrg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+
+# Compile dependencies
+# POM: pom.xml
+# test? com.google.guava:guava:31.0.1-jre -> !!!suitable-mavenVersion-not-found!!!
+# test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4
+
+DEPEND="
+	>=virtual/jdk-1.8:*
+	test? (
+		dev-java/guava:0
+	)
+"
+
+RDEPEND="
+	>=virtual/jre-1.8:*
+"
+
+DOCS=( {LICENSE,NOTICE,RELEASE-NOTES}.txt README.md )
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src/main/java"
+#	JAVA_RESOURCE_DIRS=""
+
+JAVA_TEST_GENTOO_CLASSPATH="guava,junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+JAVA_TEST_EXCLUDES=(
+	# Upstream: Tests run: 186, Failures: 0, Errors: 0, Skipped: 0
+	# All following: No runnable methods
+	org.joda.convert.test1.Test1Class
+	org.joda.convert.test1.Test1Interface
+	org.joda.convert.test2.Test2Class
+	org.joda.convert.test2.Test2Factory
+	org.joda.convert.test2.Test2Interface
+	org.joda.convert.test3.Test3Class
+	org.joda.convert.test3.Test3Factory
+	org.joda.convert.test3.Test3Interface
+	org.joda.convert.test3.Test3SuperClass
+	org.joda.convert.test4.Test4Class
+	org.joda.convert.test4.Test4Factory
+	org.joda.convert.test4.Test4Interface
+	org.joda.convert.TestRenameHandlerBadInit
+)
+
+src_install() {
+	default # https://bugs.gentoo.org/789582
+	java-pkg-simple_src_install
+}


             reply	other threads:[~2022-02-08  8:17 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-08  8:17 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22  7:48 [gentoo-commits] repo/gentoo:master commit in: dev-java/joda-convert/ Miroslav Šulc
2024-11-21 21:08 Arthur Zamarin
2024-11-21 13:47 Jakov Smolić
2024-11-21  6:45 Sam James
2024-10-21  7:46 Miroslav Šulc
2022-08-28  5:17 Miroslav Šulc
2022-08-26 23:27 Sam James
2022-08-26 10:23 Arthur Zamarin
2022-08-26 10:08 Sam James
2022-08-26  9:55 Arthur Zamarin
2022-07-27  8:54 Florian Schmaus
2022-03-12 16:54 Miroslav Šulc
2022-03-12 13:17 Arthur Zamarin
2022-03-11  8:37 Agostino Sarubbo
2022-03-10  7:51 Jakov Smolić
2022-03-10  7:51 Jakov Smolić
2022-02-14  9:48 Jakov Smolić
2022-01-21 12:42 Sam James
2022-01-20 16:44 Arthur Zamarin
2022-01-20 13:08 Jakov Smolić
2022-01-20 13:08 Jakov Smolić
2021-12-23  7:56 Arthur Zamarin
2021-12-21  8:04 Miroslav Šulc
2021-12-17 10:57 Arthur Zamarin
2021-11-24 23:31 Sam James
2021-10-19  0:15 Sam James
2020-08-25  9:42 Miroslav Šulc
2020-05-17 16:55 Aaron Bauman
2016-03-31 18:00 Patrice Clement
2016-03-31 16:56 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=1644307904.e3e76dd213202b5d6e4bafc47fa889268fdca367.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