From 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 29 Apr 2018 13:52:02 +0200 Subject: */*: Specify EAPI=0 explicitly, to ease greps Closes: https://github.com/gentoo/gentoo/pull/8199 --- dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild | 2 ++ dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild | 2 ++ dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild | 2 ++ dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild | 2 ++ dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild | 4 +++- dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild | 2 ++ dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 4 +++- dev-java/jdbm/jdbm-0.12-r2.ebuild | 4 +++- dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild | 4 +++- dev-java/jdom/jdom-1.0-r2.ebuild | 2 ++ dev-java/jdom/jdom-1.0-r4.ebuild | 4 +++- dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild | 4 +++- dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild | 4 +++- dev-java/jgraph/jgraph-5.12.0.4.ebuild | 2 ++ dev-java/jrrd/jrrd-1.0.1-r1.ebuild | 4 +++- dev-java/junit/junit-3.8.2-r1.ebuild | 2 ++ dev-java/jvmstat/jvmstat-3.0.ebuild | 4 +++- dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild | 2 ++ dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild | 2 ++ dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild | 2 ++ dev-java/picocontainer/picocontainer-1.1-r1.ebuild | 4 +++- dev-java/qdox/qdox-1.6.3.ebuild | 2 ++ dev-java/radeox/radeox-1.0_beta2-r1.ebuild | 4 +++- dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild | 4 +++- dev-java/servletapi/servletapi-2.2-r3.ebuild | 2 ++ dev-java/servletapi/servletapi-2.3-r3.ebuild | 2 ++ dev-java/servletapi/servletapi-2.4-r5.ebuild | 2 ++ dev-java/smack/smack-2.2.1.ebuild | 4 +++- dev-java/spice-jndikit/spice-jndikit-1.2.ebuild | 4 +++- dev-java/stax/stax-1.2.0.ebuild | 4 +++- dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild | 2 ++ dev-java/sun-jacc-api/sun-jacc-api-20070102.ebuild | 4 +++- dev-java/sun-jaf/sun-jaf-1.1.1.ebuild | 2 ++ dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild | 4 +++- dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild | 2 ++ dev-java/sun-java3d-bin/sun-java3d-bin-1.3.2-r1.ebuild | 4 +++- dev-java/sun-java3d-bin/sun-java3d-bin-1.4.0_pre5-r1.ebuild | 4 +++- dev-java/sun-jms/sun-jms-1.1-r2.ebuild | 2 ++ dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild | 4 +++- dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild | 2 ++ dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild | 2 ++ dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild | 2 ++ dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild | 2 ++ dev-java/wsdl4j/wsdl4j-1.6.2.ebuild | 2 ++ dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild | 2 ++ 45 files changed, 110 insertions(+), 20 deletions(-) (limited to 'dev-java') diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild b/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild index 4b859e87061f..8b10e01db511 100644 --- a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild +++ b/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild b/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild index 87d6dd105770..58853eef8a6c 100644 --- a/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild +++ b/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 eutils diff --git a/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild b/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild index 433a40e70c74..437f5b34706d 100644 --- a/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild b/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild index 3a80b4691dcc..3e4cd5c81682 100644 --- a/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild b/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild index 6be999d8cd5f..8554e3bd7a3d 100644 --- a/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild +++ b/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild index a44ffd846b2f..627436bc4b6c 100644 --- a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild +++ b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild index 0c6cab80492d..6cfbbfbeffee 100644 --- a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild +++ b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc examples" inherit versionator java-pkg-2 diff --git a/dev-java/jdbm/jdbm-0.12-r2.ebuild b/dev-java/jdbm/jdbm-0.12-r2.ebuild index 2482de8527f3..1b4cb774349c 100644 --- a/dev-java/jdbm/jdbm-0.12-r2.ebuild +++ b/dev-java/jdbm/jdbm-0.12-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 diff --git a/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild b/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild index 2edf9483f6cc..23aa620ab074 100644 --- a/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild +++ b/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="" inherit base java-pkg-2 diff --git a/dev-java/jdom/jdom-1.0-r2.ebuild b/dev-java/jdom/jdom-1.0-r2.ebuild index ad7f5a5d86ea..2e92729fbb79 100644 --- a/dev-java/jdom/jdom-1.0-r2.ebuild +++ b/dev-java/jdom/jdom-1.0-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jdom/jdom-1.0-r4.ebuild b/dev-java/jdom/jdom-1.0-r4.ebuild index 8351544e8888..124849d18db7 100644 --- a/dev-java/jdom/jdom-1.0-r4.ebuild +++ b/dev-java/jdom/jdom-1.0-r4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild index da08207d8668..6e12c6377096 100644 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild +++ b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild index 9ed5912b6c50..4b7c688b3f1c 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jgraph/jgraph-5.12.0.4.ebuild b/dev-java/jgraph/jgraph-5.12.0.4.ebuild index bc4068473434..fdd3e3ec6688 100644 --- a/dev-java/jgraph/jgraph-5.12.0.4.ebuild +++ b/dev-java/jgraph/jgraph-5.12.0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jrrd/jrrd-1.0.1-r1.ebuild b/dev-java/jrrd/jrrd-1.0.1-r1.ebuild index c454c5dbb3d4..f0d86291237d 100644 --- a/dev-java/jrrd/jrrd-1.0.1-r1.ebuild +++ b/dev-java/jrrd/jrrd-1.0.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" WANT_AUTOMAKE="1.9" diff --git a/dev-java/junit/junit-3.8.2-r1.ebuild b/dev-java/junit/junit-3.8.2-r1.ebuild index 3cd635a948a8..309adf1024bf 100644 --- a/dev-java/junit/junit-3.8.2-r1.ebuild +++ b/dev-java/junit/junit-3.8.2-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/jvmstat/jvmstat-3.0.ebuild b/dev-java/jvmstat/jvmstat-3.0.ebuild index 9e79f7c6a476..ebac4a87c59b 100644 --- a/dev-java/jvmstat/jvmstat-3.0.ebuild +++ b/dev-java/jvmstat/jvmstat-3.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 versionator MY_PV=$(replace_version_separator 1 '_') diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild index e9f2774748c7..cb98a553c6be 100644 --- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild +++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 flag-o-matic toolchain-funcs diff --git a/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild b/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild index 89f8500b24ff..d843e94f7e7c 100644 --- a/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild +++ b/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 java-osgi diff --git a/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild b/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild index 62cd3b9701ec..8303e3149731 100644 --- a/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild +++ b/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 java-osgi diff --git a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild index 6f655fab8660..a49d6d45238c 100644 --- a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild +++ b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# 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="Small footprint Dependency Injection container" diff --git a/dev-java/qdox/qdox-1.6.3.ebuild b/dev-java/qdox/qdox-1.6.3.ebuild index aa32120cf256..8673fd2b4a17 100644 --- a/dev-java/qdox/qdox-1.6.3.ebuild +++ b/dev-java/qdox/qdox-1.6.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Parser for extracting class/interface/method definitions" diff --git a/dev-java/radeox/radeox-1.0_beta2-r1.ebuild b/dev-java/radeox/radeox-1.0_beta2-r1.ebuild index 6c0f069442cd..8b728eddce57 100644 --- a/dev-java/radeox/radeox-1.0_beta2-r1.ebuild +++ b/dev-java/radeox/radeox-1.0_beta2-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild index a876cc7bf73c..e2a5a17df679 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="source" inherit eutils java-pkg-2 java-ant-2 diff --git a/dev-java/servletapi/servletapi-2.2-r3.ebuild b/dev-java/servletapi/servletapi-2.2-r3.ebuild index 030be48d95f8..c2be8d3bd274 100644 --- a/dev-java/servletapi/servletapi-2.2-r3.ebuild +++ b/dev-java/servletapi/servletapi-2.2-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/servletapi/servletapi-2.3-r3.ebuild b/dev-java/servletapi/servletapi-2.3-r3.ebuild index 2acf74a7089f..5fc18936fa10 100644 --- a/dev-java/servletapi/servletapi-2.3-r3.ebuild +++ b/dev-java/servletapi/servletapi-2.3-r3.ebuild @@ -1,6 +1,8 @@ # 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="Servlet API 2.3 from jakarta.apache.org" diff --git a/dev-java/servletapi/servletapi-2.4-r5.ebuild b/dev-java/servletapi/servletapi-2.4-r5.ebuild index 6f2a2849f2a0..6c22f6744b7c 100644 --- a/dev-java/servletapi/servletapi-2.4-r5.ebuild +++ b/dev-java/servletapi/servletapi-2.4-r5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils java-pkg-2 java-ant-2 TC_VERSION="5.5.20" diff --git a/dev-java/smack/smack-2.2.1.ebuild b/dev-java/smack/smack-2.2.1.ebuild index db08399d82ab..50eef5789a61 100644 --- a/dev-java/smack/smack-2.2.1.ebuild +++ b/dev-java/smack/smack-2.2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild index 5b5faa9594df..26737e6041ff 100644 --- a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild +++ b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild index 97e45fdd7ba6..efab6107fec5 100644 --- a/dev-java/stax/stax-1.2.0.ebuild +++ b/dev-java/stax/stax-1.2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild b/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild index efdc73aa6e75..385bd2683dc1 100644 --- a/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild +++ b/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/sun-jacc-api/sun-jacc-api-20070102.ebuild b/dev-java/sun-jacc-api/sun-jacc-api-20070102.ebuild index dcf5c7a29860..bbfad7328ca8 100644 --- a/dev-java/sun-jacc-api/sun-jacc-api-20070102.ebuild +++ b/dev-java/sun-jacc-api/sun-jacc-api-20070102.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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" diff --git a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild b/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild index cb9cb9feb240..f54d71922707 100644 --- a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild +++ b/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild index 90eeda9d5b62..50218694eb44 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 MY_PV=${PV//./_} diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild index 261891c6e40b..20d0c2afe551 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 MY_PV=${PV//./_} diff --git a/dev-java/sun-java3d-bin/sun-java3d-bin-1.3.2-r1.ebuild b/dev-java/sun-java3d-bin/sun-java3d-bin-1.3.2-r1.ebuild index 88d7bc2e3d7f..6c09cc29e65b 100644 --- a/dev-java/sun-java3d-bin/sun-java3d-bin-1.3.2-r1.ebuild +++ b/dev-java/sun-java3d-bin/sun-java3d-bin-1.3.2-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 DESCRIPTION="Sun Java3D API Core" diff --git a/dev-java/sun-java3d-bin/sun-java3d-bin-1.4.0_pre5-r1.ebuild b/dev-java/sun-java3d-bin/sun-java3d-bin-1.4.0_pre5-r1.ebuild index ca578582b69e..ac4cd0e8ee6e 100644 --- a/dev-java/sun-java3d-bin/sun-java3d-bin-1.4.0_pre5-r1.ebuild +++ b/dev-java/sun-java3d-bin/sun-java3d-bin-1.4.0_pre5-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 MY_PV=${PV//./_} diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild index e876b12718e9..481a44dc1977 100644 --- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild +++ b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit java-pkg-2 DOWNLOAD_PAGE="http://download.oracle.com/otndocs/jcp/7542-jms-1.1-fr-doc-oth-JSpec/" diff --git a/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild b/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild index c950e60e21df..04114dd4045d 100644 --- a/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild +++ b/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild index 3cefbcea4c6c..c2dfb471923e 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild index e4b85456cea1..2f41ffe1c392 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild index 5fcec51d736c..cf40088c58ee 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils java-pkg-2 java-ant-2 java-osgi MY_P="apache-${P/-servlet-api/}-src" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild index 88034e482586..845323077d03 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils java-pkg-2 java-ant-2 java-osgi MY_P="apache-${P/-servlet-api/}-src" diff --git a/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild b/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild index 74cb113f87d8..0c4ab5f3f3c5 100644 --- a/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild +++ b/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source test" inherit versionator java-pkg-2 java-ant-2 diff --git a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild index 75fdd102a0a7..3e9ee47ef9c9 100644 --- a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild +++ b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -- cgit v1.2.3-18-g5258