From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1374082-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1DCC15808B for <garchives@archives.gentoo.org>; Thu, 10 Mar 2022 10:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CFF2E092F; Thu, 10 Mar 2022 10:29:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60F91E092F for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 10:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8A03431A7 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 10:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DEAD2FB for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 10:29:37 +0000 (UTC) From: "Jakov Smolić" <jsmolic@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org> Message-ID: <1646908122.32b84029e34201794307057f915cdbc0e8c2a24e.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jtds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jtds/jtds-1.3.1.ebuild X-VCS-Directories: dev-java/jtds/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 32b84029e34201794307057f915cdbc0e8c2a24e X-VCS-Branch: master Date: Thu, 10 Mar 2022 10:29:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32115cd8-8507-4f5c-95d5-6852fb78cd9f X-Archives-Hash: e49a0e781a424b4827962c6b1a6ff0e4 commit: 32b84029e34201794307057f915cdbc0e8c2a24e Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 10:28:38 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 10:28:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b84029 dev-java/jtds: drop 1.3.1 (EAPI 5--) Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-java/jtds/jtds-1.3.1.ebuild | 43 ----------------------------------------- 1 file changed, 43 deletions(-) diff --git a/dev-java/jtds/jtds-1.3.1.ebuild b/dev-java/jtds/jtds-1.3.1.ebuild deleted file mode 100644 index fd6ec16d4026..000000000000 --- a/dev-java/jtds/jtds-1.3.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 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-pkg-simple - -DESCRIPTION="jTDS - SQL Server and Sybase JDBC driver" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" -HOMEPAGE="http://jtds.sourceforge.net" -LICENSE="LGPL-2.1" -SLOT="1.3" -KEYWORDS="amd64 x86" -RESTRICT="test" # Needs a running server - -CDEPEND="dev-java/jcifs:1.1" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.7" - -DEPEND="${CDEPEND} - >=virtual/jdk-1.7 - app-arch/unzip" - -JAVA_SRC_DIR="src/main" -JAVA_ENCODING="ISO-8859-1" -JAVA_GENTOO_CLASSPATH="jcifs-1.1" - -java_prepare() { - java-pkg_clean -} - -src_compile() { - java-pkg-simple_src_compile - java-pkg_addres ${PN}.jar ${JAVA_SRC_DIR} -} - -src_install() { - java-pkg-simple_src_install - dodoc CHANGELOG README* -}