dev-java/jdbc-mssqlserver: Drop old (unfetchable) 4.0.2206.100

Closes: https://bugs.gentoo.org/624500
Package-Manager: Portage-2.3.17, Repoman-2.3.6
This commit is contained in:
James Le Cuirot
2017-12-10 20:07:53 +00:00
parent 83344e40d7
commit 477fa3b033
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST mssql-jdbc-6.2.2.jre8.jar 825389 BLAKE2B 3b3290e80652e1085729f7a3391bea7f3542af6598ea855c6e1430fef2b12009dbfccc761d347491ea85c22d2acfa12d5a55e79b44f23306b6c4f4b6a5aa2ebb SHA512 e381fe9444c706a8a019c5006fe5d238065c20387d3c5b9a4c632ff30033596cea26036b804fc4f6610ad1418bb7d94b024871c7deb865028f5770ffca353d49
DIST sqljdbc_4.0.2206.100_enu.tar.gz 2391092 BLAKE2B 0d473a56634bdffb206e46700fe96f7addc2c42dfbf2a38eb02f8acd959fa7477c10c03bb93bac847fd609ad40f6c11597de5ed07203789c1ae1aee76f31eb48 SHA512 7b18d56552f08976b2da5216f3f5504bc8b3db02c072a696115bbee1f5bb35e7125d4880e8e0e034116378b479465315df530eee7eb8a73e90467e1a67265084

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit java-pkg-2 versionator
MY_PN="sqljdbc"
MY_P="${MY_PN}-${PV}"
MY_ID="02AAE597-3865-456C-AE7F-613F99F850A8"
DESCRIPTION="JDBC driver for Microsoft SQL Server"
HOMEPAGE="http://msdn.microsoft.com/en-US/data/aa937724.aspx"
SRC_URI="http://download.microsoft.com/download/${MY_ID:0:1}/${MY_ID:1:1}/${MY_ID:2:1}/${MY_ID}/${MY_PN}_${PV}_enu.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MSjdbcEULA40"
SLOT="4.0"
IUSE="doc"
DEPEND=""
RDEPEND=">=virtual/jre-1.6"
RESTRICT="mirror"
S="${WORKDIR}/${MY_PN}_$(get_version_component_range 1-2)/enu"
src_install() {
dodoc release.txt || die
if use doc; then
dohtml -r help/*
fi
java-pkg_dojar *.jar
}