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: Wed,  9 Nov 2016 13:14:31 +0000 (UTC)	[thread overview]
Message-ID: <1478697257.d8a96e68ff5ccbe80ab8c409c35d798bac13827f.kensington@gentoo> (raw)

commit:     d8a96e68ff5ccbe80ab8c409c35d798bac13827f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 13:11:48 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 13:14:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a96e68

dev-db/kdb: new package

Package-Manager: portage-2.3.2

 dev-db/kdb/Manifest         |  1 +
 dev-db/kdb/kdb-3.0.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 dev-db/kdb/metadata.xml     |  8 ++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-db/kdb/Manifest b/dev-db/kdb/Manifest
new file mode 100644
index 00000000..8ce005e
--- /dev/null
+++ b/dev-db/kdb/Manifest
@@ -0,0 +1 @@
+DIST kdb-3.0.0.tar.xz 478500 SHA256 b7dcc4f90a6adf069faa725bb2182639b59ff4f570f7fd1b790c3012c68913a0 SHA512 68fbb9e13c3bd702f398ae554d9b436973aab29d9ce71fb350b962cc9ab9bfdf096e718d46d1b8ea69f265ee8e7094df9923aebfaa1609fda45d54bd9cf0723e WHIRLPOOL bbc471b5818f3b28f1aafd636996e4c4d6460541557dc3d5b2231e0c1dff622b4b69834e432d226f3aaa411e9c0d2ad30f1f1a2b2bc3976bfde239d823f1a456

diff --git a/dev-db/kdb/kdb-3.0.0.ebuild b/dev-db/kdb/kdb-3.0.0.ebuild
new file mode 100644
index 00000000..59c4ba2
--- /dev/null
+++ b/dev-db/kdb/kdb-3.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}"
+
+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
+}

diff --git a/dev-db/kdb/metadata.xml b/dev-db/kdb/metadata.xml
new file mode 100644
index 00000000..2fdbf33
--- /dev/null
+++ b/dev-db/kdb/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2016-11-09 13:14 UTC|newest]

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

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=1478697257.d8a96e68ff5ccbe80ab8c409c35d798bac13827f.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