commit:     ebfc5abfc2f8d93ba43af8c5cdcc359818a287d1
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 08:35:46 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 08:51:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfc5abf

dev-db/freetds: drop 1.4.17, 1.4.23

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-db/freetds/Manifest              |  2 --
 dev-db/freetds/freetds-1.4.17.ebuild | 54 -----------------------------
 dev-db/freetds/freetds-1.4.23.ebuild | 66 ------------------------------------
 3 files changed, 122 deletions(-)

diff --git a/dev-db/freetds/Manifest b/dev-db/freetds/Manifest
index 5410c5376bbd..820c031991a2 100644
--- a/dev-db/freetds/Manifest
+++ b/dev-db/freetds/Manifest
@@ -1,3 +1 @@
-DIST freetds-1.4.17.tar.bz2 2401147 BLAKE2B 
7155f902043411e57a9244c16bae49aa095d1f6af0b40bd1dc1e6949b3d78b3c8e58a7b6b2284ebac9e7b26920485a8ae12b691cc838410835786be51f027c89
 SHA512 
df5804a4bea20f995ecd3ef3ae4b898b9d9b32af6827aa2bada95008c8b909b682779c6776efb0d778615e21ac7af20b4aa0d1518a7a0d50bb793f4688a0e1a9
-DIST freetds-1.4.23.tar.bz2 2402595 BLAKE2B 
aca65226d09ff95094c79330f10d19a5e8336222e5b19706d8c602405ddab4541e4c34da1c40b3c1765de1761f9a58a096250f22d53e2b4e13758b664ce7db36
 SHA512 
9b51b21d9c5dc7cac3d9fdccb3a600a6b3b2a0df6f7a0396497ba3377c9a6925b3e4ea3dfbb671bd4563c321692bea82c6f70c2ccefb30eaa0d006ebd3aac249
 DIST freetds-1.4.24.tar.bz2 2402973 BLAKE2B 
ba6f31fe117c11abc0e0365bf0d10061e793bb9313774a5e2d9b6766fef54abbec6c1c27480a875438008a592f6ab9942bd41a19a4dd7388ca3c2728bf1b2a65
 SHA512 
f564c81abaec28a6c55476121fff47e8957af654197ed679cfebdbeaa4dfe5d0f9d5f900cd03b4260efc3da3f9cd41ee370fadb6b59da9f41d9006760e9609d9

diff --git a/dev-db/freetds/freetds-1.4.17.ebuild 
b/dev-db/freetds/freetds-1.4.17.ebuild
deleted file mode 100644
index 223ac9092819..000000000000
--- a/dev-db/freetds/freetds-1.4.17.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Tabular Datastream Library"
-HOMEPAGE="https://www.freetds.org/";
-SRC_URI="https://www.freetds.org/files/stable/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-macos"
-
-IUSE="debug gnutls iconv kerberos mssql iodbc odbc ssl static-libs"
-# iODBC and unixODBC are mutually-exclusive choices for
-# the ODBC driver manager. Future versions of FreeTDS
-# will throw an error if you specify both.
-REQUIRED_USE="?? ( iodbc odbc )"
-
-RESTRICT="test"
-
-COMMON_DEPEND="app-alternatives/awk
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       iodbc? ( dev-db/libiodbc )
-       kerberos? ( virtual/krb5 )
-       odbc? ( dev-db/unixODBC )
-       ssl? ( dev-libs/openssl:0= )"
-DEPEND="${COMMON_DEPEND}"
-
-# bind-tools is needed because the osql script calls "host".
-RDEPEND="${COMMON_DEPEND}
-       net-dns/bind-tools"
-
-src_configure() {
-       econf \
-               --enable-shared \
-               --disable-static \
-               $(use_enable debug) \
-               $(use_enable iconv libiconv) \
-               $(use_enable kerberos krb5) \
-               $(use_enable mssql msdblib) \
-               $(use_with iodbc) \
-               $(use_with odbc unixodbc "${EPREFIX}/usr") \
-               $(use_with iconv libiconv-prefix "${EPREFIX}/usr") \
-               $(use_with gnutls) \
-               $(use_with ssl openssl "${EPREFIX}/usr")
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-db/freetds/freetds-1.4.23.ebuild 
b/dev-db/freetds/freetds-1.4.23.ebuild
deleted file mode 100644
index 28268059925d..000000000000
--- a/dev-db/freetds/freetds-1.4.23.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Tabular Datastream Library"
-HOMEPAGE="https://www.freetds.org/";
-SRC_URI="https://www.freetds.org/files/stable/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-macos"
-IUSE="debug gnutls iconv kerberos mssql iodbc odbc ssl static-libs"
-# iODBC and unixODBC are mutually-exclusive choices for
-# the ODBC driver manager. Future versions of FreeTDS
-# will throw an error if you specify both.
-REQUIRED_USE="?? ( iodbc odbc )"
-# Nearly wired up as of 1.4.23 but had link failures
-RESTRICT="test"
-
-COMMON_DEPEND="
-       app-alternatives/awk
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       iodbc? ( dev-db/libiodbc )
-       kerberos? ( virtual/krb5 )
-       odbc? ( dev-db/unixODBC )
-       ssl? ( dev-libs/openssl:= )
-"
-DEPEND="${COMMON_DEPEND}"
-# bind-tools is needed because the osql script calls "host".
-RDEPEND="
-       ${COMMON_DEPEND}
-       net-dns/bind-tools
-"
-
-src_configure() {
-       econf \
-               --enable-shared \
-               $(use_enable debug) \
-               $(use_enable iconv libiconv) \
-               $(use_enable kerberos krb5) \
-               $(use_enable mssql msdblib) \
-               $(use_with iodbc) \
-               $(use_with odbc unixodbc "${EPREFIX}/usr") \
-               $(use_with iconv libiconv-prefix "${EPREFIX}/usr") \
-               $(use_with gnutls) \
-               $(use_with ssl openssl "${EPREFIX}/usr")
-}
-
-src_test() {
-       # These tests need a running database.
-       local XFAIL_TESTS=(
-               corrupt dataread dynamic1 nulls
-               t0001 t0002 t0003 t0004 t0005 t0006
-               toodynamic utf8_1 utf8_2 utf8_3
-       )
-
-       emake check XFAIL_TESTS="${XFAIL_TESTS[*]}"
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to