From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6ABDC158042 for ; Thu, 31 Oct 2024 21:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9E8E088A; Thu, 31 Oct 2024 21:15:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84BC6E088A for ; Thu, 31 Oct 2024 21:15:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B80C1342FF9 for ; Thu, 31 Oct 2024 21:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D5BEA0 for ; Thu, 31 Oct 2024 21:15:53 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1730409159.89a199e2eb25132f4cf394bac8f85fb7e73a69ea.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libdbi-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r2.ebuild X-VCS-Directories: dev-db/libdbi-drivers/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 89a199e2eb25132f4cf394bac8f85fb7e73a69ea X-VCS-Branch: master Date: Thu, 31 Oct 2024 21:15:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bce6ffe-d69f-4a8f-b0b7-e8231c0ad254 X-Archives-Hash: 14b77369552bff4fce748b5de89219e1 commit: 89a199e2eb25132f4cf394bac8f85fb7e73a69ea Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 31 21:12:39 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 31 21:12:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a199e2 dev-db/libdbi-drivers: drop 0.9.0-r1, 0.9.0-r2 Bug: https://bugs.gentoo.org/920460 Signed-off-by: Andreas K. Hüttel gentoo.org> .../libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild | 89 ---------------------- .../libdbi-drivers/libdbi-drivers-0.9.0-r2.ebuild | 87 --------------------- 2 files changed, 176 deletions(-) diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild deleted file mode 100644 index 1e209862d0b1..000000000000 --- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi" -HOMEPAGE="http://libdbi-drivers.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="doc firebird mysql oci8 postgres +sqlite static-libs" - -REQUIRED_USE="|| ( mysql postgres sqlite firebird oci8 )" -RESTRICT="firebird? ( bindist )" - -RDEPEND=" - >=dev-db/libdbi-0.9.0 - firebird? ( dev-db/firebird ) - mysql? ( dev-db/mysql-connector-c:= ) - postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) -" -DEPEND="${RDEPEND}" -BDEPEND="doc? ( app-text/openjade )" - -DOCS=( AUTHORS ChangeLog NEWS README README.osx TODO ) - -PATCHES=( - #"${FILESDIR}"/${P}-fix-ac-macro.patch - #"${FILESDIR}"/${PN}-0.8.3-oracle-build-fix.patch - #"${FILESDIR}"/${PN}-0.8.3-firebird-fix.patch - "${FILESDIR}"/${PN}-0.9.0-doc-build-fix.patch - "${FILESDIR}"/${PN}-0.9.0-slibtool-libdir.patch -) - -pkg_setup() { - use oci8 && [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!" -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf="" - # WARNING: the configure script does NOT work correctly - # --without-$driver does NOT work - # so do NOT use `use_with...` - # Future additions: - # msql - # freetds - # ingres - # db2 - use mysql && myconf+=" --with-mysql" - use postgres && myconf+=" --with-pgsql" - use sqlite && myconf+=" --with-sqlite3" - use firebird && myconf+=" --with-firebird" - if use oci8; then - [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!" - myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle" - fi - - econf \ - $(use_enable doc docs) \ - $(use_enable static-libs static) \ - --with-dbi-libdir=/usr/$(get_libdir) \ - ${myconf} -} - -src_test() { - if [[ -z "${WANT_INTERACTIVE_TESTS}" ]]; then - ewarn "Tests disabled due to interactivity." - ewarn "Run with WANT_INTERACTIVE_TESTS=1 if you want them." - return 0 - fi - einfo "Running interactive tests" - emake check -} - -src_install() { - default - - find "${ED}" -name '*.la' -type f -delete || die -} diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r2.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r2.ebuild deleted file mode 100644 index 1228ccd29ad7..000000000000 --- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0-r2.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi" -HOMEPAGE="https://libdbi-drivers.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="doc firebird mysql oci8 postgres +sqlite static-libs" - -REQUIRED_USE="|| ( mysql postgres sqlite firebird oci8 )" -RESTRICT="firebird? ( bindist )" - -RDEPEND=" - >=dev-db/libdbi-0.9.0 - firebird? ( dev-db/firebird ) - mysql? ( dev-db/mysql-connector-c:= ) - postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) -" -DEPEND="${RDEPEND}" -BDEPEND="doc? ( app-text/openjade )" - -DOCS=( AUTHORS ChangeLog NEWS README README.osx TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.0-doc-build-fix.patch - "${FILESDIR}"/${PN}-0.9.0-slibtool-libdir.patch - "${FILESDIR}"/${PN}-0.9.0-clang16-build-fix.patch -) - -pkg_setup() { - use oci8 && [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!" -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf="" - # WARNING: the configure script does NOT work correctly - # --without-$driver does NOT work - # so do NOT use `use_with...` - # Future additions: - # msql - # freetds - # ingres - # db2 - use mysql && myconf+=" --with-mysql" - use postgres && myconf+=" --with-pgsql" - use sqlite && myconf+=" --with-sqlite3" - use firebird && myconf+=" --with-firebird" - if use oci8; then - [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!" - myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle" - fi - - econf \ - $(use_enable doc docs) \ - $(use_enable static-libs static) \ - --with-dbi-libdir=/usr/$(get_libdir) \ - ${myconf} -} - -src_test() { - if [[ -z "${WANT_INTERACTIVE_TESTS}" ]]; then - ewarn "Tests disabled due to interactivity." - ewarn "Run with WANT_INTERACTIVE_TESTS=1 if you want them." - return 0 - fi - einfo "Running interactive tests" - emake check -} - -src_install() { - default - - find "${ED}" -name '*.la' -type f -delete || die -}