summaryrefslogtreecommitdiff
path: root/java-virtuals/servlet-api
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 /java-virtuals/servlet-api
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'java-virtuals/servlet-api')
-rw-r--r--java-virtuals/servlet-api/Manifest7
-rw-r--r--java-virtuals/servlet-api/metadata.xml12
-rw-r--r--java-virtuals/servlet-api/servlet-api-2.2.ebuild20
-rw-r--r--java-virtuals/servlet-api/servlet-api-2.3.ebuild20
-rw-r--r--java-virtuals/servlet-api/servlet-api-2.4.ebuild23
-rw-r--r--java-virtuals/servlet-api/servlet-api-2.5-r2.ebuild22
-rw-r--r--java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild21
-rw-r--r--java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild21
8 files changed, 146 insertions, 0 deletions
diff --git a/java-virtuals/servlet-api/Manifest b/java-virtuals/servlet-api/Manifest
new file mode 100644
index 000000000000..3d88cffd81db
--- /dev/null
+++ b/java-virtuals/servlet-api/Manifest
@@ -0,0 +1,7 @@
+EBUILD servlet-api-2.2.ebuild 508 BLAKE2B acb711be1ff596eee0c42a05761a496750895375b3cd52669d9099db714dddddfd9fa9c6eda8ed68dc750f156290ed7fb46710581d5b62ba156dba487c979984 SHA512 b10d8c9eff9119f20759957646e6774735c06957627a84518160f0fed25c7c956560134452ab66ead81e655f70bacfc86755481cecda5909e82512ec199042fa
+EBUILD servlet-api-2.3.ebuild 508 BLAKE2B 4e2d33f8ef020d00c1e8e1c8764cd59644209bf335bf237987063ce480ed4b935f18e325d1bbeaebba204131c0f0148d218a022b420b1fa25b32dc49849364c8 SHA512 0c05dbcc20e06e46b803b4dc2dc1316a5a119fe50d607687a8f2e32b741b82af8ba0f64485caadf58c238ffc2ad011107e14e6dc0cd387b8df57b8e2f72a86b7
+EBUILD servlet-api-2.4.ebuild 552 BLAKE2B 17b8a2fb04fb34a6402dc46bbb2da9b13cd899c2cc365e9d028166ddf58c1b514b9195c4dce57ee85ca99b15ae4ff9691d0a533758f8f534a3118514fd39985f SHA512 b45bc1a766008e5220547b9195fbf34c92cb58ab5de273ad3f4e68347d4e8544b4ff08fc6f30b4653ff59f175cea437e980137d382bb49bb81822d5aacc64f0c
+EBUILD servlet-api-2.5-r2.ebuild 600 BLAKE2B cb6d197ea55708ae45113c379bf46d5197952a2c8abe931c0c86df3c51913635c17486eb277c86136c4295bd760161f4da19b4ee9de5394973fc5536b8e62191 SHA512 6e9cb49c23073965fea2a3ae2728cba63d6f4dbfb69a6012caffbd7f53c9f2e837165b369da290249a5c278de8ecdcb7e7f867b9abe4fc3096f7e2b17b436ca0
+EBUILD servlet-api-3.0-r2.ebuild 496 BLAKE2B b06c776872619f234aa80bae78841882f415bb322fb21b66a322f0db407305a382a19be34eda030ec882f6f185e69440930c284cb9a1397cf31d3cb81f7a2d74 SHA512 6a2a7c9cf781616e0db5f61398272445d0ca9769e64cb6a5895d26def5fb31da19bf52d7611072e2e1d5c3099473381913c8aafdc823277f2c59047abf681411
+EBUILD servlet-api-3.1-r1.ebuild 482 BLAKE2B ba9f2f933e6b60adba40de4466041770b1bb908afd7e9e4250a57bf825120f6eb53418f9f8f92158b4bb84d74ea41a88332904afdebbdbbff231ec79f9515ead SHA512 3916bf4605c03088c56ad07ad61a08cfb41aafc8c28177aeb47b317a1dbb7e14b9034b04f1fe03f57154765eace4d2d239095d67a681c1f60687bfc2dbc18177
+MISC metadata.xml 379 BLAKE2B d0709460834d17877a160dd4a7314e7b6ec17c219f20d5b5e7fb2376698f0f61e15646ab388a6cf8ff388dc9226ffeb8171fbd8e7a46eae2a25019e97d0b2df6 SHA512 fe38ea1fc3db4236c9708f8edc6a4e708dd8bf24f3774c7144735e6e6aa45f5392133ce637b68fa41152bc9db8da42b519e8943934cf4b0a2c37c629a070f20f
diff --git a/java-virtuals/servlet-api/metadata.xml b/java-virtuals/servlet-api/metadata.xml
new file mode 100644
index 000000000000..f38e47921d9a
--- /dev/null
+++ b/java-virtuals/servlet-api/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ Virtual of Servlet API to allow for user selectable implementation of
+ the Servlet API specification.
+ </longdescription>
+</pkgmetadata>
diff --git a/java-virtuals/servlet-api/servlet-api-2.2.ebuild b/java-virtuals/servlet-api/servlet-api-2.2.ebuild
new file mode 100644
index 000000000000..49cea303af5d
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="http://java.sun.com/products/servlet/"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-java/tomcat-servlet-api:${SLOT}"
+DEPEND=""
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"
diff --git a/java-virtuals/servlet-api/servlet-api-2.3.ebuild b/java-virtuals/servlet-api/servlet-api-2.3.ebuild
new file mode 100644
index 000000000000..4edbe38be357
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-2.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="http://java.sun.com/products/servlet/"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-java/tomcat-servlet-api:${SLOT}"
+DEPEND=""
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT}"
diff --git a/java-virtuals/servlet-api/servlet-api-2.4.ebuild b/java-virtuals/servlet-api/servlet-api-2.4.ebuild
new file mode 100644
index 000000000000..4232342bb627
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="http://java.sun.com/products/servlet/"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="|| (
+ dev-java/tomcat-servlet-api:${SLOT}
+ dev-java/resin-servlet-api:${SLOT}
+ )"
+DEPEND=""
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"
diff --git a/java-virtuals/servlet-api/servlet-api-2.5-r2.ebuild b/java-virtuals/servlet-api/servlet-api-2.5-r2.ebuild
new file mode 100644
index 000000000000..ba1c8aaae1e6
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-2.5-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="http://java.sun.com/products/servlet/"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+
+RDEPEND="|| (
+ dev-java/tomcat-servlet-api:${SLOT}
+ dev-java/resin-servlet-api:${SLOT}
+ dev-java/glassfish-servlet-api:${SLOT}
+ )"
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT} glassfish-servlet-api-${SLOT}"
diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild b/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild
new file mode 100644
index 000000000000..b7999ee7c371
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="http://java.sun.com/products/servlet/"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux"
+
+RDEPEND="|| (
+ dev-java/tomcat-servlet-api:${SLOT}
+ dev-java/resin-servlet-api:${SLOT}
+ )"
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"
diff --git a/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild
new file mode 100644
index 000000000000..a3ec32efe5a7
--- /dev/null
+++ b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for servlet api"
+HOMEPAGE="https://jcp.org/en/jsr/detail?id=340"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
+
+RDEPEND="|| (
+ dev-java/tomcat-servlet-api:${SLOT}
+ dev-java/resin-servlet-api:${SLOT}
+ )"
+
+JAVA_VIRTUAL_PROVIDES="tomcat-servlet-api-${SLOT} resin-servlet-api-${SLOT}"