dev-java/mail - 1.4 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/mail-1.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-java/mail-1.4

Or alternatively:

emerge --autounmask-write -a =dev-java/mail-1.4

Package Information

Description:
Platform- and protocol-independent framework for mail and messaging applications
Homepage:
https://javaee.github.io/javamail/
License:
CDDL

Ebuild Details

Version EAPI Keywords Slot
1.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="javax.mail:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple java-pkg-maven

DESCRIPTION="Platform- and protocol-independent framework for mail and messaging applications"
HOMEPAGE="https://javaee.github.io/javamail/"
SRC_URI="
	https://repo1.maven.org/maven2/javax/${PN}/${PN}/${PV}/${P}-sources.jar
	https://repo1.maven.org/maven2/javax/${PN}/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="CDDL"
SLOT="0"
KEYWORDS="~amd64"

CP_DEPEND="
	dev-java/jakarta-activation-api:1
"

BDEPEND="
	app-arch/unzip
"

DEPEND="
	>=virtual/jdk-1.8:*
	!binary? (
		${CP_DEPEND}
	)
"

RDEPEND="
	>=virtual/jre-1.8:*
	${CP_DEPEND}
"

S="${WORKDIR}"

JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	!binary? (
		
	dev-java/jakarta-activation-api:1

	)

RDEPEND

	>=virtual/jre-1.8:*
	
	dev-java/jakarta-activation-api:1

BDEPEND

	app-arch/unzip

Manifest for 1.4

Type File Size Source URLs
DIST mail-1.4-bin.jar 388864 bytes https://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar
DIST mail-1.4-sources.jar 465692 bytes https://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4-sources.jar