diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 09:03:51 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 09:11:03 +0100 |
commit | 00fb0d3f06a6424a6824fc0092ff463c8a0c3dfb (patch) | |
tree | 03ac7a1362e7f59043c27f352ebad3db4aa9d5d8 /dev-java/hessian | |
parent | dev-java/hoteqn: treeclean (diff) | |
download | gentoo-00fb0d3f06a6424a6824fc0092ff463c8a0c3dfb.tar.gz gentoo-00fb0d3f06a6424a6824fc0092ff463c8a0c3dfb.tar.bz2 gentoo-00fb0d3f06a6424a6824fc0092ff463c8a0c3dfb.zip |
dev-java/hessian: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/hessian')
-rw-r--r-- | dev-java/hessian/Manifest | 1 | ||||
-rw-r--r-- | dev-java/hessian/hessian-4.0.37.ebuild | 32 | ||||
-rw-r--r-- | dev-java/hessian/metadata.xml | 14 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-java/hessian/Manifest b/dev-java/hessian/Manifest deleted file mode 100644 index a057c31bcfe9..000000000000 --- a/dev-java/hessian/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hessian-4.0.37-src.jar 388678 BLAKE2B 6cfc347b09dbaf780ad44dde3c951e2e678624944c4c28bf50ae56786c4c99c7821562db391c2735649c1d215635a70cc0a5bec3ef76570b0c9f4ee9958a7518 SHA512 9d03293b596d7e352591a61ad9d464b29502ba6f2f2f9b275b80bfc609aa882a3b7304cdca99ea70c0b011da8acd51ec62e9480e2854a34c7691976e83074aaa diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild deleted file mode 100644 index 9b56e9f6f31f..000000000000 --- a/dev-java/hessian/hessian-4.0.37.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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 deleted file mode 100644 index 873c8fc3d4c5..000000000000 --- a/dev-java/hessian/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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> |