diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-02-19 15:24:20 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-02-19 15:24:20 +0100 |
commit | 8a802d2150ff8680a04ed3c37275d91113890588 (patch) | |
tree | 3e433fd2bf441de754b046a46d70c8a71dabc80f | |
parent | dev-util/visualvm: removed obsolete 2.1.1 (diff) | |
download | gentoo-8a802d2150ff8680a04ed3c37275d91113890588.tar.gz gentoo-8a802d2150ff8680a04ed3c37275d91113890588.tar.bz2 gentoo-8a802d2150ff8680a04ed3c37275d91113890588.zip |
dev-java/glassfish-xmlrpc-api: removed obsolete 1.1.1
Closes: https://bugs.gentoo.org/831295
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | dev-java/glassfish-xmlrpc-api/glassfish-xmlrpc-api-1.1.1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-java/glassfish-xmlrpc-api/glassfish-xmlrpc-api-1.1.1.ebuild b/dev-java/glassfish-xmlrpc-api/glassfish-xmlrpc-api-1.1.1.ebuild deleted file mode 100644 index 555477389da7..000000000000 --- a/dev-java/glassfish-xmlrpc-api/glassfish-xmlrpc-api-1.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 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-ant-2 - -TOMEE_PV="1.5.2" - -DESCRIPTION="Project GlassFish XML RPC API" -HOMEPAGE="https://glassfish.java.net/" -SRC_URI="https://dev.gentoo.org/~tomwij/files/dist/${P}.tar.xz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -CDEPEND="java-virtuals/servlet-api:3.0" - -DEPEND=">=virtual/jdk-1.7 - ${CDEPEND}" - -RDEPEND=">=virtual/jre-1.7 - ${CDEPEND}" - -JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="servlet-api-3.0" -JAVA_PKG_BSFIX_NAME="maven-build.xml" - -src_install() { - java-pkg_newjar target/javax.xml.rpc-api-${PV}.jar - - use doc && java-pkg_dojavadoc target/site/apidocs - use source && java-pkg_dosrc src/main/java/javax -} |