mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/javax-jsp-api: new package, add 2.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
fe9dffee27
commit
d9673cc189
1
dev-java/javax-jsp-api/Manifest
Normal file
1
dev-java/javax-jsp-api/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jsp-api-2.2-sources.jar 163137 BLAKE2B 8bac5428393518cb3edb8488eaaab772d37db51dfbc5b466eabcb5b8ccd90cfa4869ebe65d861c64a6c588c8ede3ab1f5ab0c2e9080dde16c0585a7f774abb05 SHA512 ff79c34904372b722501b4479cbf88796017839d636a31b9343ef9104d93e3554154b3124f366295d05a41dc8320ff8bc83e9f8ee971df35c791220065b70647
|
||||
27
dev-java/javax-jsp-api/javax-jsp-api-2.2.ebuild
Normal file
27
dev-java/javax-jsp-api/javax-jsp-api-2.2.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
MAVEN_ID="javax.servlet.jsp:jsp-api:2.2"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="JavaServer Pages(TM) API"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||
SRC_URI="https://repo1.maven.org/maven2/javax/servlet/jsp/jsp-api/${PV}/jsp-api-${PV}-sources.jar"
|
||||
|
||||
LICENSE="CDDL GPL-2-with-classpath-exception"
|
||||
SLOT="2.2"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
CP_DEPEND="
|
||||
dev-java/javax-el-api:2.2
|
||||
dev-java/javax-servlet-api:2.5
|
||||
"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*
|
||||
${CP_DEPEND}"
|
||||
DEPEND=">=virtual/jdk-1.8:*
|
||||
${CP_DEPEND}"
|
||||
7
dev-java/javax-jsp-api/metadata.xml
Normal file
7
dev-java/javax-jsp-api/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user