public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/jdbc-informix/
@ 2019-10-07  8:28 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-07  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     112aa6e26d235eec1be8d2007b19a1a61cfdbbf8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:16:33 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:16:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112aa6e2

dev-java/jdbc-informix: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693656
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-java/jdbc-informix/Manifest                    |  1 -
 dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 61 ----------------------
 dev-java/jdbc-informix/metadata.xml                |  8 ---
 profiles/package.mask                              |  6 ---
 4 files changed, 76 deletions(-)

diff --git a/dev-java/jdbc-informix/Manifest b/dev-java/jdbc-informix/Manifest
deleted file mode 100644
index 1019f997497..00000000000
--- 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 c3676e5dfef..00000000000
--- 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 2444066aa02..00000000000
--- 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 6709b611821..92dab57ecb4 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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-07  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:28 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/jdbc-informix/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox