public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javax-mail/
Date: Tue, 10 May 2022 06:37:05 +0000 (UTC)	[thread overview]
Message-ID: <1652164440.8f9691b18e69e92d35c4b2c93b6a92765be5d4f4.flow@gentoo> (raw)

commit:     8f9691b18e69e92d35c4b2c93b6a92765be5d4f4
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon May  9 20:53:11 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 10 06:34:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9691b1

dev-java/javax-mail: drop 1.6.7

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/javax-mail/javax-mail-1.6.7.ebuild | 79 -----------------------------
 1 file changed, 79 deletions(-)

diff --git a/dev-java/javax-mail/javax-mail-1.6.7.ebuild b/dev-java/javax-mail/javax-mail-1.6.7.ebuild
deleted file mode 100644
index 7c3810d36d90..000000000000
--- a/dev-java/javax-mail/javax-mail-1.6.7.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom mail/pom.xml --download-uri https://github.com/eclipse-ee4j/mail/archive/refs/tags/1.6.7.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild javax-mail-1.6.7.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.sun.mail:jakarta.mail:1.6.7"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Jakarta Mail API"
-HOMEPAGE="https://eclipse-ee4j.github.io/mail/"
-SRC_URI="https://github.com/eclipse-ee4j/mail/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="EPL-1.0 EPL-2.0 GPL-2-with-classpath-exception"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: mail/pom.xml
-# com.sun.activation:jakarta.activation:1.2.1 -> >=dev-java/jakarta-activation-1.2.2:1
-
-CDEPEND="
-	>=dev-java/jakarta-activation-1.2.2:1
-"
-
-DEPEND="
-	>=virtual/jdk-1.8:*
-	${CDEPEND}
-"
-
-RDEPEND="
-	>=virtual/jre-1.8:*
-	${CDEPEND}"
-
-DOCS=( ../{LICENSE,NOTICE,README}.md )
-
-S="${WORKDIR}/mail-${PV}/mail"
-
-src_prepare() {
-	default
-	mv src/main/{resources,java}/javax/mail/Version.java || die
-}
-
-JAVA_ENCODING="iso-8859-1"
-
-JAVA_GENTOO_CLASSPATH="jakarta-activation-1"
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-JAVA_TEST_EXTRA_ARGS=( -ea )
-
-src_test() {
-	pushd src/test/java || die
-		# Selection according to 137,138 pom.xml
-		# 1) com.sun.mail.util.logging.MailHandlerTest
-		# java.io.IOException: Permission denied
-		local JAVA_TEST_RUN_ONLY=$(find * \
-			-name "*TestSuite.java" -o -name "*Test.java" \
-			! -name "MailHandlerTest.java" \
-			)
-		JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
-		JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
-	popd
-
-	java-pkg-simple_src_test
-}
-
-src_install() {
-	default # https://bugs.gentoo.org/789582
-	java-pkg-simple_src_install
-}


             reply	other threads:[~2022-05-10  6:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10  6:37 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27  8:04 [gentoo-commits] repo/gentoo:master commit in: dev-java/javax-mail/ Miroslav Šulc
2023-10-03  7:20 Miroslav Šulc
2023-10-03  7:20 Miroslav Šulc
2023-10-03  7:20 Miroslav Šulc
2022-05-10  6:37 Florian Schmaus
2022-04-29  3:07 Sam James
2022-03-12 12:20 Miroslav Šulc
2022-03-06  7:35 Sam James
2022-02-28 10:15 Agostino Sarubbo
2022-02-28 10:14 Agostino Sarubbo
2022-02-27 13:54 Jakov Smolić
2022-02-01 15:18 Florian Schmaus
2022-01-27 17:34 Florian Schmaus
2022-01-27 17:34 Florian Schmaus
2022-01-26  8:38 Miroslav Šulc
2016-08-03 20:59 Austin English

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=1652164440.8f9691b18e69e92d35c4b2c93b6a92765be5d4f4.flow@gentoo \
    --to=flow@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