commit:     749e0cbe30f21867309613d5dd80dac91290c274
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 19:52:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 19:52:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749e0cbe

dev-db/psqlodbc: drop 11.01.0000, 13.00.0000, 15.00.0000

None of these versions are buildable anyway and we've just stabled 16.

Bug: https://bugs.gentoo.org/945615
Closes: https://bugs.gentoo.org/914435
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/psqlodbc/Manifest                   |  3 ---
 dev-db/psqlodbc/psqlodbc-11.01.0000.ebuild | 32 ---------------------------
 dev-db/psqlodbc/psqlodbc-13.00.0000.ebuild | 35 ------------------------------
 dev-db/psqlodbc/psqlodbc-15.00.0000.ebuild | 35 ------------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
index 2933a8c1866b..1b3364277af7 100644
--- a/dev-db/psqlodbc/Manifest
+++ b/dev-db/psqlodbc/Manifest
@@ -1,4 +1 @@
-DIST psqlodbc-11.01.0000.tar.gz 919372 BLAKE2B 
ce84b4bb210c4c3c3f2a3e9eae713c875e4bae491e20f207f740a02af69cb771f504de6b1da06fcd12306d986299e1537184a6787eac80e320eea6d8c13dc142
 SHA512 
57762bfa9925012946e56a3d5b815af00078299c121ba0142865c06f877cabf314512e4e6efc654589fb409c4dd2cbb9a3b7fd7aa1a6ace361879552774b11d7
-DIST psqlodbc-13.00.0000.tar.gz 940031 BLAKE2B 
346a06b5b7b16ead1d87b7bdadcd050102b1b30e19d7bf236e134439711e4832b193241d6ea02b5628a64afbfad77b0c6d3bdf921fd3ae3a5cf696a58100e53c
 SHA512 
c8d5cb0ce304e702f3c6f0b2e1c681df283973a8459a820f92df806814659eb15668c38a855a69b44cf5ebe459283bef1ca1cba44df0fe16a361e614f5481bc7
-DIST psqlodbc-15.00.0000.tar.gz 945814 BLAKE2B 
0170ae9bcd1a77b0655b4d33543a7cca3551d845d8a36dd5d809567e7d7669defb278790f169a80757d41ffb5cbbfda68f0536f4fe25698e85a1fe570736409c
 SHA512 
ae511edb9889e6cc7d05d11ee384db1aa1a52b9cac035b3449b03ab91ada5cc0d737fef34addd4be6a3ef839b68735874ee7125be9ae272328c44631fd2269e2
 DIST psqlodbc-16.00.0000.tar.gz 946997 BLAKE2B 
9a4d787b1a29bb8ce874473fb126db7677ebc5e37f502b34c877341aa04c77c8acbb4d2353929631c7949ef9b482091b2dfbddf6934005d66446797bf8abcc22
 SHA512 
ad971cd29e431225d03faf5ebc0ba7a9f17d20dd70106867f05df8dc1e509413d4db533101a1b3418480ad758b7626c178ec345c5ff7e9409f7fcfbea9427166

diff --git a/dev-db/psqlodbc/psqlodbc-11.01.0000.ebuild 
b/dev-db/psqlodbc/psqlodbc-11.01.0000.ebuild
deleted file mode 100644
index 2e25f4eb74be..000000000000
--- a/dev-db/psqlodbc/psqlodbc-11.01.0000.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="https://odbc.postgresql.org/";
-SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz";
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="amd64 x86"
-IUSE="doc iodbc ssl threads"
-
-DEPEND="dev-db/postgresql:*[ssl?]
-               !iodbc? ( dev-db/unixODBC )
-               iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       econf \
-               $(use_with iodbc) \
-               $(use_with !iodbc unixodbc) \
-               $(use_enable threads pthreads)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc readme.txt
-       use doc && dodoc docs/*{html,jpg,txt}
-}

diff --git a/dev-db/psqlodbc/psqlodbc-13.00.0000.ebuild 
b/dev-db/psqlodbc/psqlodbc-13.00.0000.ebuild
deleted file mode 100644
index eb5492ff004f..000000000000
--- a/dev-db/psqlodbc/psqlodbc-13.00.0000.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="https://odbc.postgresql.org/";
-SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz";
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iodbc ssl threads"
-
-DEPEND="dev-db/postgresql:*[ssl?]
-               !iodbc? ( dev-db/unixODBC )
-               iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-# No tests to run
-RESTRICT="test"
-
-src_configure() {
-       econf \
-               $(use_with iodbc) \
-               $(use_with !iodbc unixodbc) \
-               $(use_enable threads pthreads)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc readme.txt
-       use doc && dodoc docs/*{html,jpg,txt}
-}

diff --git a/dev-db/psqlodbc/psqlodbc-15.00.0000.ebuild 
b/dev-db/psqlodbc/psqlodbc-15.00.0000.ebuild
deleted file mode 100644
index 3970af804572..000000000000
--- a/dev-db/psqlodbc/psqlodbc-15.00.0000.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="https://odbc.postgresql.org/";
-SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz";
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iodbc ssl threads"
-
-DEPEND="dev-db/postgresql:*[ssl?]
-               !iodbc? ( dev-db/unixODBC )
-               iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-# No tests to run
-RESTRICT="test"
-
-src_configure() {
-       econf \
-               $(use_with iodbc) \
-               $(use_with !iodbc unixodbc) \
-               $(use_enable threads pthreads)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc readme.txt
-       use doc && dodoc docs/*{html,jpg,txt}
-}

Reply via email to