public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kdb/
Date: Tue, 26 Sep 2017 14:32:06 +0000 (UTC)	[thread overview]
Message-ID: <1506436312.1eb61a3210f154148c1afa05b28e12bae96ca58f.kensington@gentoo> (raw)

commit:     1eb61a3210f154148c1afa05b28e12bae96ca58f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 13:50:04 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 14:31:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb61a32

dev-db/kdb: remove 3.0.1.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/kdb/Manifest           |  1 -
 dev-db/kdb/kdb-3.0.1.1.ebuild | 43 -------------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-db/kdb/Manifest b/dev-db/kdb/Manifest
index 62f57fb2938..ce1c0859d5f 100644
--- a/dev-db/kdb/Manifest
+++ b/dev-db/kdb/Manifest
@@ -1,2 +1 @@
-DIST kdb-3.0.1.1.tar.xz 480388 SHA256 b99e32076428b704c69572e3cf6d3c74ad3df03b58f257851d77c9ec3858c1af SHA512 da2aea108f1fe7edca03ae664971d0ef73fd625e7a63fb0959fc97ddb51f03ae509f0767211929c7c804f17e7bc260319d7bf71588279bc146f480899fbb2e3d WHIRLPOOL 893b43314412c42b8c3b1662d60f85c8819eedfba35d14a1b4d5d12239f4bbc9d69364336aadfadef85a7b71711783f09ea62f0fb03516032bd9234c06ab80ad
 DIST kdb-3.0.2.tar.xz 478576 SHA256 896804959f4e203cbafb3d345127c6d80721d79136dbfd6d51c4e93131ec21d8 SHA512 e2fcc09d9477b707bc5af23d23ebfedd21ee7445b0de8fa160969795eb608d712d74572618334fcef4aa06095fa69ce9861542851f5609e83287b23ef01fae90 WHIRLPOOL 2d94426cfdaae4f57872e6a2b9369f467327998551f893cc4a1005fa20b2b34c5eec48af25984b039f41b4eeab8e4c2d8e9b5a623c0d6ddb9283fad8c0730529

diff --git a/dev-db/kdb/kdb-3.0.1.1.ebuild b/dev-db/kdb/kdb-3.0.1.1.ebuild
deleted file mode 100644
index b28f9ae45be..00000000000
--- a/dev-db/kdb/kdb-3.0.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit kde5 python-any-r1
-
-DESCRIPTION="Database connectivity and creation framework for various vendors"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="mysql postgres sqlite"
-
-RDEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	dev-libs/icu:=
-	mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql:* )
-	sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}/${PN}-3.0.1"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package mysql MySQL)
-		$(cmake-utils_use_find_package postgres PostgreSQL)
-		$(cmake-utils_use_find_package sqlite Sqlite)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2017-09-26 14:32 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-26 14:32 Michael Palimaka [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 16:25 Andreas Sturmlechner
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-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=1506436312.1eb61a3210f154148c1afa05b28e12bae96ca58f.kensington@gentoo \
    --to=kensington@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