summaryrefslogtreecommitdiff
path: root/dev-java/jetty-npn-api
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-java/jetty-npn-api
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/jetty-npn-api')
-rw-r--r--dev-java/jetty-npn-api/Manifest3
-rw-r--r--dev-java/jetty-npn-api/jetty-npn-api-1.1.1.ebuild24
-rw-r--r--dev-java/jetty-npn-api/metadata.xml13
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/jetty-npn-api/Manifest b/dev-java/jetty-npn-api/Manifest
deleted file mode 100644
index 71cf5499d3c7..000000000000
--- a/dev-java/jetty-npn-api/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST npn-api-1.1.1.v20141010-sources.jar 3078 BLAKE2B 7326eff6ba762c6f345ceeffe12885c5f6a05ab7856ae76a5be5538689a65cae243514581d1206f06831e21106d0ccac3e4f715b67aa0fae84ceb5ca81a5d1df SHA512 8ae7847dfae1e2f0561f976ed887eeadcf62594c88df6400a79cd5f02b877e83016ade6f93153a9c31eb2ba41ea436c1c4faa960713f72c0d2bfa818c96cc13b
-EBUILD jetty-npn-api-1.1.1.ebuild 551 BLAKE2B ba0c214ee25940a7ca5998b66780685c3e0035c245705738f9e529b0145384c51ab853be31ab32638c50f1c6fdb6e8353fd5d0b87565812a8e34c2a29c869101 SHA512 e223b56b00565ce7db96e0fc1f8e4ab871430336396c204f06d68c9bbee653ddf79d635772e008e85a564e4d492efb8c8672d465a7dfd3870ec873c75d34c3d5
-MISC metadata.xml 849 BLAKE2B 16578097f3b77ead7a5d0ae5b1152f1616f0cc6aea45ea2e5b941d50bd542dd34628ca0b6c88554490e6e4a897101f27c155862d0a6b6304fda7d3db137bae69 SHA512 3b2d209b4efb73e5bffb93cdcc41d587cdd70f9f8a459031fe0b42e3cecd64c125be99cb9c5e2efe48d6d7d8710a59327abd15875d20fce89f36186b82474814
diff --git a/dev-java/jetty-npn-api/jetty-npn-api-1.1.1.ebuild b/dev-java/jetty-npn-api/jetty-npn-api-1.1.1.ebuild
deleted file mode 100644
index 73640e0131bc..000000000000
--- a/dev-java/jetty-npn-api/jetty-npn-api-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN/jetty-/}"
-MY_PV="${PV}.v20141010"
-MY_P="${MY_PN}-${MY_PV}"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Jetty's NPN API"
-HOMEPAGE="http://www.eclipse.org/jetty/"
-SRC_URI="http://central.maven.org/maven2/org/eclipse/jetty/npn/${MY_PN}/${MY_PV}/${MY_P}-sources.jar"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.7"
-
-DEPEND=">=virtual/jdk-1.7
- app-arch/unzip"
diff --git a/dev-java/jetty-npn-api/metadata.xml b/dev-java/jetty-npn-api/metadata.xml
deleted file mode 100644
index df60d53575e0..000000000000
--- a/dev-java/jetty-npn-api/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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 Jetty project provides an implementation of the Next Protocol Negotiation TLS Extension (NPN) for OpenJDK 7 or greater. NPN allows the application layer to negotiate which protocol to use over the secure connection.
-
- NPN currently negotiates using SPDY as an application level protocol on port 443, and also negotiates the SPDY version. However, NPN is not SPDY specific in any way. Jetty's NPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the servlet container); you can use it in any other Java network server.
- </longdescription>
-</pkgmetadata>