public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libdbi-drivers/
Date: Thu, 18 Jun 2020 17:04:12 +0000 (UTC)	[thread overview]
Message-ID: <1592499831.c57f1da553a4f67465978162850ecd21864ea82c.asturm@gentoo> (raw)

commit:     c57f1da553a4f67465978162850ecd21864ea82c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 17:32:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 17:03:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57f1da5

dev-db/libdbi-drivers: Drop 0.9.0 (r0)

Closes: https://bugs.gentoo.org/704418
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild | 85 -----------------------
 1 file changed, 85 deletions(-)

diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild
deleted file mode 100644
index 6f3b490144f..00000000000
--- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools ltprune
-
-DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi"
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
-HOMEPAGE="http://libdbi-drivers.sourceforge.net/"
-LICENSE="LGPL-2.1"
-
-IUSE="doc firebird mysql oci8 postgres +sqlite static-libs"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc x86"
-SLOT=0
-REQUIRED_USE="|| ( mysql postgres sqlite firebird oci8 )"
-RESTRICT="firebird? ( bindist )"
-
-RDEPEND="
-	>=dev-db/libdbi-0.9.0
-	firebird? ( dev-db/firebird )
-	mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql )
-	sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${RDEPEND}
-	doc? ( app-text/openjade )
-"
-
-DOCS="AUTHORS ChangeLog NEWS README README.osx TODO"
-
-pkg_setup() {
-	use oci8 && [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!"
-}
-
-src_prepare() {
-		#"${FILESDIR}"/${P}-fix-ac-macro.patch \
-		#"${FILESDIR}"/${PN}-0.8.3-oracle-build-fix.patch \
-		#"${FILESDIR}"/${PN}-0.8.3-firebird-fix.patch
-	epatch \
-		"${FILESDIR}"/${PN}-0.9.0-doc-build-fix.patch
-	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
-
-	prune_libtool_files --all
-}


             reply	other threads:[~2020-06-18 17:04 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 17:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-db/libdbi-drivers/ Andreas K. Hüttel
2024-10-30 16:46 Arthur Zamarin
2024-10-26 18:39 Arthur Zamarin
2024-10-25 21:31 Sam James
2024-10-25 21:31 Sam James
2024-10-25 21:31 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:25 Sam James
2022-11-29 18:06 WANG Xuerui
2021-03-19 21:43 Sam James
2020-06-09  4:23 Mart Raudsepp
2020-04-10  9:48 Sergei Trofimovich
2020-04-07 21:48 Sergei Trofimovich
2020-03-29 10:45 Sergei Trofimovich
2020-03-02 11:49 Sergei Trofimovich
2020-02-12 16:14 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:51 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-11  8:43 Agostino Sarubbo
2020-02-11  8:40 Agostino Sarubbo
2020-02-10 18:10 Agostino Sarubbo
2019-08-23 14:39 Brian Evans
2018-01-28 17:38 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592499831.c57f1da553a4f67465978162850ecd21864ea82c.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox