mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/sun-jacc-api: Remove last-rited pkg
Closes: https://bugs.gentoo.org/398689
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sun-jacc-api-20070102.tar.bz2 25672 BLAKE2B bd5657ac3e612e13f73de3788c9ce1bd02a22f62112d6d741a4262b5abbf5ced598ff43b2e1582d3163cb3deb2774e6476d529cc42b7e447ab55f6a03a617c89 SHA512 cccc71e327fd7a947e5b2430a0733f9a22c57388c38476dd253d808a2baaf7474113f809f7f47073b9fd8d0e9f9dea81e8c7192991fb10cd975e8db29b62252b
|
||||
@@ -1,11 +0,0 @@
|
||||
--- build.xml 2005-12-25 05:26:06.000000000 +0100
|
||||
+++ build.xml 2007-01-08 18:27:13.000000000 +0100
|
||||
@@ -75,7 +76,7 @@
|
||||
<target name="assemble" depends="init"
|
||||
description="Create JACC API jar files">
|
||||
|
||||
- <jar jarfile="${javaee.jar}" update="yes">
|
||||
+ <jar jarfile="jcc-api.jar">
|
||||
<fileset dir="${component.classes.dir}">
|
||||
<include name="javax/security/jacc/**/*.class"/>
|
||||
</fileset>
|
||||
@@ -1,8 +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>
|
||||
</pkgmetadata>
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=0
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Java Authorization Contract for Containers"
|
||||
HOMEPAGE="http://java.sun.com/j2ee/javaacc/index.html"
|
||||
# cvs -d :pserver:nichoj@cvs.dev.java.net:/cvs checkout glassfish/jacc-api
|
||||
# cd glassfish
|
||||
# mv jacc-api sun-jacc-api-${P}
|
||||
# tar --exclude=CVS -cjvf sun-jacc-api-${P}.tar.bz2 sun-jacc-api-${P}
|
||||
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||
|
||||
LICENSE="CDDL"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
COMMON_DEP="=dev-java/servletapi-2.4*"
|
||||
DEPEND=">=virtual/jdk-1.4
|
||||
${COMMON_DEP}"
|
||||
RDEPEND=">=virtual/jre-1.4
|
||||
${COMMON_DEP}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
# we need to patch the build file since we don't want to update an
|
||||
# existing jar-archive but build a new one (called jcc-api.jar)
|
||||
epatch "${FILESDIR}/20070102-jcc-api.patch"
|
||||
java-pkg_jar-from servletapi-2.4 servlet-api.jar
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
eant -Djavaee.jar=servlet-api.jar
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar jcc-api.jar
|
||||
}
|
||||
@@ -216,10 +216,6 @@ sys-apps/paludis
|
||||
# Removal in a month.
|
||||
games-arcade/xevil
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
|
||||
# Package obsolete since many years ago (#398689). Removal in a month.
|
||||
dev-java/sun-jacc-api
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
|
||||
# Dead since 2013, not compatible with latest profiles (#642568). Removal in
|
||||
# a month
|
||||
|
||||
Reference in New Issue
Block a user