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/kdb/
Date: Sat, 22 May 2021 16:25:09 +0000 (UTC)	[thread overview]
Message-ID: <1621700700.705571725cdbf0efaf883159de363b225f97ada1.asturm@gentoo> (raw)

commit:     705571725cdbf0efaf883159de363b225f97ada1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 16:01:20 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 22 16:25:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70557172

dev-db/kdb: Drop 3.2.0 (r0)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/kdb/kdb-3.2.0.ebuild | 63 ---------------------------------------------
 1 file changed, 63 deletions(-)

diff --git a/dev-db/kdb/kdb-3.2.0.ebuild b/dev-db/kdb/kdb-3.2.0.ebuild
deleted file mode 100644
index 65db2faf69e..00000000000
--- a/dev-db/kdb/kdb-3.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8,9} )
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org python-any-r1
-
-DESCRIPTION="Database connectivity and creation framework for various vendors"
-HOMEPAGE="https://community.kde.org/KDb"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-	KEYWORDS="amd64 x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="5/4"
-IUSE="debug mysql postgres sqlite"
-
-BDEPEND="${PYTHON_DEPS}
-	dev-qt/linguist-tools:5
-"
-DEPEND="
-	dev-libs/icu:=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	mysql? ( dev-db/mysql-connector-c:= )
-	postgres? (
-		>=dev-qt/qtnetwork-${QTMIN}:5
-		dev-db/postgresql:*
-	)
-	sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-cmake-pg12.patch
-	"${FILESDIR}"/${P}-build-w-pg12.patch
-)
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-	ecm_pkg_setup
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DKDB_DEBUG_GUI=$(usex debug)
-		$(cmake_use_find_package mysql MySQL)
-		$(cmake_use_find_package postgres PostgreSQL)
-		$(cmake_use_find_package sqlite Sqlite)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2021-05-22 16:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 16:25 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-db/kdb/ Andreas Sturmlechner
2024-04-20 12:57 Andreas Sturmlechner
2022-10-25 20:04 Andreas Sturmlechner
2022-06-02  6:08 Agostino Sarubbo
2022-06-02  6:05 Agostino Sarubbo
2021-05-22 15:10 Sam James
2021-05-22  3:05 Sam James
2020-11-24 19:59 Andreas Sturmlechner
2019-05-19 20:45 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-04-18 17:56 Andreas Sturmlechner
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:19 Mikle Kolyada
2018-05-09  6:32 Andreas Sturmlechner
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-03-18  3:22 Michael Palimaka
2018-03-18  1:25 Michael Palimaka
2017-12-04 21:52 Andreas Sturmlechner
2017-09-26 14:32 Michael Palimaka
2017-09-26 14:32 Michael Palimaka
2017-08-12  8:54 Michael Palimaka
2017-08-06 18:07 Andreas Sturmlechner
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2017-07-01 11:41 Michael Palimaka
2017-03-19  0:18 Michael Palimaka
2016-11-09 13:14 Michael Palimaka

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=1621700700.705571725cdbf0efaf883159de363b225f97ada1.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