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] proj/kde:master commit in: app-office/kexi/
Date: Wed,  9 Nov 2016 13:15:45 +0000 (UTC)	[thread overview]
Message-ID: <1478697334.f7b830876181d7dbf0b90d897643cb9217951b22.kensington@gentoo> (raw)

commit:     f7b830876181d7dbf0b90d897643cb9217951b22
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 13:14:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 13:15:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7b83087

app-office/kexi: moved to main tree

Package-Manager: portage-2.3.2

 app-office/kexi/kexi-3.0.0.ebuild | 79 ---------------------------------------
 1 file changed, 79 deletions(-)

diff --git a/app-office/kexi/kexi-3.0.0.ebuild b/app-office/kexi/kexi-3.0.0.ebuild
deleted file mode 100644
index f4beb9d..0000000
--- a/app-office/kexi/kexi-3.0.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# KDE_HANDBOOK="true"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Visual database applications creator"
-HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project.org/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="marble mdb mysql postgres sqlite webkit"
-
-COMMON_DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep ktexteditor)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep designer)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	dev-db/kdb[mysql?,postgres?,sqlite?]
-	dev-libs/kproperty
-	dev-libs/kreport
-	marble? ( $(add_kdeapps_dep marble) )
-	mdb? ( dev-libs/glib:2 )
-	mysql? ( virtual/libmysqlclient )
-	postgres? (
-		dev-db/postgresql:*
-		dev-libs/libpqxx
-	)
-	webkit? ( $(add_qt_dep qtwebkit) )
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-	$(add_frameworks_dep breeze-icons-rcc)
-	!app-office/calligra:4[calligra_features_kexi]
-	!app-office/calligra-l10n:4[calligra_features_kexi(+)]
-"
-
-src_prepare() {
-	if ! use webkit; then
-		punt_bogus_dep Qt5 WebKit
-		punt_bogus_dep Qt5 WebKitWidgets
-	fi
-
-	kde5_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package marble KexiMarble)
-		$(cmake-utils_use_find_package mdb GLIB2)
-		$(cmake-utils_use_find_package mysql MySQL)
-		$(cmake-utils_use_find_package postgres KexiPostgreSQL)
-	)
-	kde5_src_configure
-}


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

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-09 13:15 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28 17:31 [gentoo-commits] proj/kde:master commit in: app-office/kexi/ Andreas Sturmlechner
2022-10-06  7:33 Andreas Sturmlechner
2022-02-21 14:54 Andreas Sturmlechner
2021-11-15 11:07 Andreas Sturmlechner
2020-01-12 12:00 Andreas Sturmlechner
2019-08-25 15:58 Andreas Sturmlechner
2019-04-18 18:17 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2018-06-30 21:00 Andreas Sturmlechner
2018-03-18  3:20 Michael Palimaka
2018-03-18  3:20 Michael Palimaka
2018-03-18  3:20 Michael Palimaka
2018-03-18  3:09 Michael Palimaka
2017-08-12 12:40 Michael Palimaka
2016-10-21 19:40 Michael Palimaka
2016-10-21 19:40 Michael Palimaka
2016-09-29 10:20 Michael Palimaka
2016-08-07 16:30 Michael Palimaka
2016-03-22 20:13 Johannes Huber
2016-03-22 12:33 Johannes Huber
2016-01-01 16:24 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=1478697334.f7b830876181d7dbf0b90d897643cb9217951b22.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