public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
@ 2015-12-09 12:13 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2015-12-09 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     89ae88df814d0ff440d9655f56b37a255a5224a6
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Nov 30 21:53:10 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 12:13:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=89ae88df

kde-apps/akonadi-contact: Icons moved from kdepim, block <15.12.50

Package-Manager: portage-2.2.26

 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
index 9db32b9..62f87c7 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
@@ -46,6 +46,7 @@ DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
 "
 RDEPEND="${COMMON_DEPEND}
+	!<kde-apps/kdepim-15.12.50
 	!kde-apps/kdepimlibs
 	!kde-base/kdepimlibs:4
 "


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
@ 2016-06-29 22:31 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2016-06-29 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 22:17:39 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:30:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4df8576c

kde-apps/akonadi-contact: Splitted upstream

Package-Manager: portage-2.3.0

 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
index f7d9dfb..e165770 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
@@ -5,7 +5,8 @@
 EAPI=6
 
 KDE_TEST="forceoptional"
-KMNAME="kdepimlibs"
+# TODO pkg move with 16.08 release
+KMNAME="${PN}s"
 QT_MINIMAL="5.6.0"
 inherit kde5
 
@@ -50,15 +51,10 @@ RDEPEND="${DEPEND}
 	!kde-apps/kdepimlibs:5
 "
 
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
-	S="${WORKDIR}/${P}/${PN}"
-else
-	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
-fi
-
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package prison KF5Prison)
 	)
+
 	kde5_src_configure
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
@ 2016-06-05 18:55 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     579082e9d2ef6cca1fbd0e6c4ab011dec04b70ea
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 30 21:14:23 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 18:55:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=579082e9

kde-apps/akonadi-contact: Fix DEPENDs

Package-Manager: portage-2.2.28

 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
index f55efc0..f7d9dfb 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
@@ -17,7 +17,7 @@ IUSE="prison"
 # some akonadi tests time out, that probably needs more work as it's ~700 tests
 RESTRICT="test"
 
-COMMON_DEPEND="
+DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -41,14 +41,11 @@ COMMON_DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
-	dev-libs/grantlee:5
+	>=dev-libs/grantlee-5.1.0:5
 	prison? ( media-libs/prison:5 )
 "
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-	!<kde-apps/kdepim-15.12.50
+RDEPEND="${DEPEND}
+	!kde-apps/kdepim
 	!kde-apps/kdepimlibs:4
 	!kde-apps/kdepimlibs:5
 "


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
@ 2016-04-08 15:45 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-04-08 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c69cc79ce5bf035b08186e9f1dd11c4048ad23ee
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 20:49:09 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 20:51:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c69cc79c

kde-apps/akonadi-contact: Fix release version dir

Package-Manager: portage-2.2.27

 kde-apps/akonadi-contact/akonadi-contact-16.03.90.ebuild      | 2 ++
 kde-apps/akonadi-contact/akonadi-contact-16.04.49.9999.ebuild | 2 ++
 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild          | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-apps/akonadi-contact/akonadi-contact-16.03.90.ebuild b/kde-apps/akonadi-contact/akonadi-contact-16.03.90.ebuild
index a09cacc..ea8f80d 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-16.03.90.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-16.03.90.ebuild
@@ -55,6 +55,8 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi
 
 src_configure() {

diff --git a/kde-apps/akonadi-contact/akonadi-contact-16.04.49.9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-16.04.49.9999.ebuild
index e4bd7d1..70c42d3 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-16.04.49.9999.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-16.04.49.9999.ebuild
@@ -55,6 +55,8 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi
 
 src_configure() {

diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
index e4bd7d1..70c42d3 100644
--- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
+++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
@@ -55,6 +55,8 @@ RDEPEND="${COMMON_DEPEND}
 
 if [[ ${KDE_BUILD_TYPE} = live ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
+else
+	S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
 fi
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
@ 2015-10-08 13:07 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2015-10-08 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3f17a48d6b5e43afc33ac53edc3ad514961aa141
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Oct  6 09:34:48 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 13:07:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f17a48d

kde-apps/akonadi-contact: New package

Split out of kdepimlibs

Package-Manager: portage-2.2.22

 .../akonadi-contact/akonadi-contact-9999.ebuild    | 61 ++++++++++++++++++++++
 kde-apps/akonadi-contact/metadata.xml              |  8 +++
 2 files changed, 69 insertions(+)

diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
new file mode 100644
index 0000000..9db32b9
--- /dev/null
+++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST=true
+KMNAME=kdepimlibs
+inherit kde5
+
+DESCRIPTION="Library for akonadi contact integration"
+KEYWORDS=""
+LICENSE="LGPL-2.1"
+IUSE="prison"
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep libakonadi)
+	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kmime)
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/phonon[qt5]
+	prison? ( media-libs/prison:5 )
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+	!kde-apps/kdepimlibs
+	!kde-base/kdepimlibs:4
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package prison KF5Prison)
+		$(cmake-utils_use_build test TESTING)
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/akonadi-contact/metadata.xml b/kde-apps/akonadi-contact/metadata.xml
new file mode 100644
index 0000000..d19719a
--- /dev/null
+++ b/kde-apps/akonadi-contact/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+	<use>
+		<flag name="prison">Enable support for QRcodes in contacts</flag>
+	</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-29 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 12:13 [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-06-29 22:31 Johannes Huber
2016-06-05 18:55 Michael Palimaka
2016-04-08 15:45 Michael Palimaka
2015-10-08 13:07 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox