diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-07 10:16:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-07 10:16:33 +0200 |
commit | 112aa6e26d235eec1be8d2007b19a1a61cfdbbf8 (patch) | |
tree | 1981807a73a8954636d6740f52607ebda0d15a44 | |
parent | media-libs/sdlmm: Remove last-rited pkg (diff) | |
download | gentoo-112aa6e26d235eec1be8d2007b19a1a61cfdbbf8.tar.gz gentoo-112aa6e26d235eec1be8d2007b19a1a61cfdbbf8.tar.bz2 gentoo-112aa6e26d235eec1be8d2007b19a1a61cfdbbf8.zip |
dev-java/jdbc-informix: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693656
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-java/jdbc-informix/Manifest | 1 | ||||
-rw-r--r-- | dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 61 | ||||
-rw-r--r-- | dev-java/jdbc-informix/metadata.xml | 8 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-java/jdbc-informix/Manifest b/dev-java/jdbc-informix/Manifest deleted file mode 100644 index 1019f9974975..000000000000 --- a/dev-java/jdbc-informix/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST JDBC.3.00.JC3.tar 18447872 BLAKE2B 61951967bf1d9bd21583fd4270ccd5b177613896f4864a0bcbd9ecaf995e8a097238cb0f4b1f9f65f8012344b88bbd5b91440507192f2e2a63a39f0595a28ce9 SHA512 1f5d0848964b6e805ea735745e8af94664b55dcdf8de664d649b0b261eeac5f36ed0a6cff9bbfdd70b3b574c28b988013c97b1c2011fbcb51f21262f8dda0525 diff --git a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild deleted file mode 100644 index c3676e5dfefa..000000000000 --- a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -JAVA_PKG_IUSE="doc examples" - -inherit versionator java-pkg-2 - -MY_PV="$(replace_version_separator 2 .JC)" - -At="JDBC.${MY_PV}.tar" -DESCRIPTION="JDBC Type 4 Drivers for Informix" -SRC_URI="${At}" -HOMEPAGE="http://www.ibm.com/software/data/informix/tools/jdbc/" -DOWNLOADPAGE="http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc" -KEYWORDS="amd64 x86" -LICENSE="informix-jdbc" -SLOT="0" -DEPEND=">=virtual/jre-1.4" -RDEPEND=">=virtual/jre-1.4" -RESTRICT="fetch" -IUSE="" - -S="${WORKDIR}" - -pkg_nofetch() { - elog "Due to licensing restrictions, you need to download the distfile manually." - elog "Please navigate to ${DOWNLOADPAGE}" - elog "Click on the 'Informix JDBC Driver' link, version ${MY_PV}" - elog "Sign up with your IBM account (you need to register)." - elog "Go through the license agreement and survey." - elog "Download ${At} and place it into your DISTDIR directory." - elog "And restart the installation." -} - -src_compile() { - einfo "Performing silent installation" - addpredict /root/vpd.properties - java -jar setup.jar -P product.installLocation=. -silent - if use examples; then - einfo "Cleaning compiled examples" - find demo \( -name \*.so -o -name \*.class -o -name \*.dll \) -delete - fi -} - -src_install() { - java-pkg_dojar lib/*.jar - - # these are to be copied to app server as servlets - insinto /usr/share/${PN}/ - doins -r proxy - - if use doc; then - java-pkg_dojavadoc doc/javadoc - dodoc doc/release/jdbc4pg.pdf doc/release/sqlj/ifxsqljug.pdf || die - dohtml -r doc/release/* || die - fi - - use examples && java-pkg_doexamples demo -} diff --git a/dev-java/jdbc-informix/metadata.xml b/dev-java/jdbc-informix/metadata.xml deleted file mode 100644 index 2444066aa02b..000000000000 --- a/dev-java/jdbc-informix/metadata.xml +++ /dev/null @@ -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> diff --git a/profiles/package.mask b/profiles/package.mask index 6709b6118217..92dab57ecb4c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1104,12 +1104,6 @@ app-admin/yaala # Removal in 30 days. Bug #693658. app-text/fdftk -# Michał Górny <mgorny@gentoo.org> (2019-09-07) -# Proprietary, fetch-restricted package. Last bumped in 2007. EAPI 0. -# No reverse dependencies. -# Removal in 30 days. Bug #693656. -dev-java/jdbc-informix - # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal. |