diff options
Diffstat (limited to 'dev-java/mimepull')
| -rw-r--r-- | dev-java/mimepull/Manifest | 1 | ||||
| -rw-r--r-- | dev-java/mimepull/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-java/mimepull/mimepull-1.9.6-r2.ebuild | 22 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-java/mimepull/Manifest b/dev-java/mimepull/Manifest new file mode 100644 index 000000000000..f9d0b67b482b --- /dev/null +++ b/dev-java/mimepull/Manifest @@ -0,0 +1 @@ +DIST mimepull-1.9.6.jar 68382 BLAKE2B a59c4837dd82fa2a1e67e653870ead62c6db6ede03690eb483724d2a9bdb588e34145eff604b372a417cda12a1f4074741630e47b3acd81f438145c938d04578 SHA512 528eb77d6edbbfb1b1d8aebb617f9d20c84b9c18f7ab763163ea136c3898319519bbfa8a8e204bd0697a4eac9b964eaf3fb2ee214555efcb3da152ebf467ae64 diff --git a/dev-java/mimepull/metadata.xml b/dev-java/mimepull/metadata.xml new file mode 100644 index 000000000000..d09b765ea3b9 --- /dev/null +++ b/dev-java/mimepull/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription lang="en"> + This provides a streaming API to access attachments parts in a MIME message. + Often times, a large MIME message cannot be loaded into memory. Hence the + whole message or attachment parts are written to a file system and access to + the attachment parts is provided using those files. + </longdescription> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-java/mimepull/mimepull-1.9.6-r2.ebuild b/dev-java/mimepull/mimepull-1.9.6-r2.ebuild new file mode 100644 index 000000000000..87dee3af3282 --- /dev/null +++ b/dev-java/mimepull/mimepull-1.9.6-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="source doc" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Pull API for parsing MIME messages" +HOMEPAGE="http://java.net/projects/mimepull" +SRC_URI="https://repo1.maven.org/maven2/org/jvnet/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" + +LICENSE="CDDL" +SLOT="0" +KEYWORDS="amd64 ~ppc64 x86" + +DEPEND=" + >=virtual/jdk-1.7" + +RDEPEND=" + >=virtual/jre-1.7" |
