summaryrefslogtreecommitdiff
path: root/dev-java/hessian
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-java/hessian
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/hessian')
-rw-r--r--dev-java/hessian/Manifest3
-rw-r--r--dev-java/hessian/hessian-4.0.37.ebuild32
-rw-r--r--dev-java/hessian/metadata.xml14
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-java/hessian/Manifest b/dev-java/hessian/Manifest
new file mode 100644
index 000000000000..101b3f170d29
--- /dev/null
+++ b/dev-java/hessian/Manifest
@@ -0,0 +1,3 @@
+DIST hessian-4.0.37-src.jar 388678 BLAKE2B 6cfc347b09dbaf780ad44dde3c951e2e678624944c4c28bf50ae56786c4c99c7821562db391c2735649c1d215635a70cc0a5bec3ef76570b0c9f4ee9958a7518 SHA512 9d03293b596d7e352591a61ad9d464b29502ba6f2f2f9b275b80bfc609aa882a3b7304cdca99ea70c0b011da8acd51ec62e9480e2854a34c7691976e83074aaa
+EBUILD hessian-4.0.37.ebuild 613 BLAKE2B 37f4ea234f201ce8f30c07925df010835d0ea0986029baebcbb89b321caef8ad45d17df4ff6fb560f208ccc6cd494699ef67a5994a45fe19cecc18384a6fba3e SHA512 fe61f654149eb30642d8161b3f3a8ea1eb802c72842a9af52337faecd120f9d904ece2716b276d849b49c712d2ef8315b3c273ffbee7cd399d7bc78df991c6b7
+MISC metadata.xml 565 BLAKE2B d9d98c153a814d0cc7f6c8adaab57f49b948efd7a5203a7dc4a0cc605d2ce56f08f334183afb621d55ce6abaca6ba6b583b4f3229b327e845684e37507029b4d SHA512 272b1fb9ae815fa54ba11ee31b40199822487954ad3e3ed77f227cd736301f9cf5545d551898b963df52f6d3606ac195d077b052e6e314e918a1a9ac2abf7615
diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild
new file mode 100644
index 000000000000..9b56e9f6f31f
--- /dev/null
+++ b/dev-java/hessian/hessian-4.0.37.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Binary web service protocol"
+HOMEPAGE="http://hessian.caucho.com/"
+SRC_URI="http://hessian.caucho.com/download/${P}-src.jar"
+
+LICENSE="Apache-1.1"
+SLOT="4.0"
+KEYWORDS="amd64 ppc64 x86"
+IUSE="doc source"
+
+CDEPEND="java-virtuals/servlet-api:3.0"
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6
+ app-arch/unzip"
+
+S="${WORKDIR}"
+
+JAVA_SRC_DIR="com"
+JAVA_GENTOO_CLASSPATH="servlet-api-3.0"
diff --git a/dev-java/hessian/metadata.xml b/dev-java/hessian/metadata.xml
new file mode 100644
index 000000000000..b78c29f337fa
--- /dev/null
+++ b/dev-java/hessian/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+The Hessian binary web service protocol makes web services usable without
+requiring a large framework, and without learning yet another alphabet soup
+of protocols. Because it is a binary protocol, it is well-suited to sending
+binary data without any need to extend the protocol with attachments.
+</longdescription>
+</pkgmetadata>