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

commit:     97a461e5c39798d4011dc2a61894cc25174f41b0
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Dec 28 18:54:08 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 12:48:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=97a461e5

kde-apps/kaccounts-mobile: New package

Package-Manager: portage-2.2.24

 .../kaccounts-mobile/kaccounts-mobile-9999.ebuild  | 45 ++++++++++++++++++++++
 kde-apps/kaccounts-mobile/metadata.xml             |  8 ++++
 2 files changed, 53 insertions(+)

diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
new file mode 100644
index 0000000..a95d09a
--- /dev/null
+++ b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE accounts providers"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS=""
+IUSE="google"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_kdeapps_dep kcontacts)
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtxml:5
+	net-libs/accounts-qt
+	net-libs/signond
+	google? (
+		dev-qt/qtwebkit:5
+		net-libs/libkgapi:5
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package google KF5GAPI)
+		$(cmake-utils_use_find_package google Qt5WebKitWidgets)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kaccounts-mobile/metadata.xml b/kde-apps/kaccounts-mobile/metadata.xml
new file mode 100644
index 0000000..f08407c
--- /dev/null
+++ b/kde-apps/kaccounts-mobile/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="google">Enable support for Google Contacts Sync via <pkg>kde-apps/libkgapi</pkg></flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-mobile/
@ 2019-11-13  2:00 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-11-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     62fbd45389fa5ad371700416d55993463d945fc3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:48:03 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:25 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=62fbd453

kde-apps/kaccounts-mobile: Port to ecm.eclass and kde.org.eclass

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

 .../kaccounts-mobile/kaccounts-mobile-9999.ebuild  | 30 ++++++++++++----------
 1 file changed, 17 insertions(+), 13 deletions(-)

diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
index 8ba6e81e95..2b36d52745 100644
--- a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
+++ b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
@@ -3,12 +3,16 @@
 
 EAPI=7
 
-inherit kde5
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="KDE accounts providers"
 HOMEPAGE="https://community.kde.org/KTp"
-LICENSE="LGPL-2.1"
 
+LICENSE="LGPL-2.1"
+SLOT="5"
 KEYWORDS=""
 IUSE="google"
 
@@ -16,20 +20,20 @@ BDEPEND="
 	virtual/pkgconfig
 "
 DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcontacts)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtxml)
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcontacts-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
 	net-libs/accounts-qt
 	net-libs/signond
 	google? (
-		$(add_kdeapps_dep libkgapi)
 		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
+		>=kde-apps/libkgapi-${PVCUT}:5
 	)
 "
 RDEPEND="${DEPEND}"
@@ -40,5 +44,5 @@ src_configure() {
 		$(cmake-utils_use_find_package google Qt5WebKitWidgets)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-mobile/
@ 2020-10-10 21:39 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-10-10 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9e63c6219cb1b82c4c3f403caf5ee50425707c8f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 21:13:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 21:39:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e63c621

kde-apps/kaccounts-mobile: Remove package, no more development

Unmaintained and archived upstream. See also:
https://invent.kde.org/sysadmin/repo-metadata/-/commit/fbe8935b256d38caed6f9c57d1c9bc9f5e936559

Bug: https://bugs.gentoo.org/636322
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kaccounts-mobile/kaccounts-mobile-9999.ebuild  | 48 ----------------------
 kde-apps/kaccounts-mobile/metadata.xml             | 11 -----
 2 files changed, 59 deletions(-)

diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
deleted file mode 100644
index aeff2f0ff4..0000000000
--- a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.74.0
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE accounts providers"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="google"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	net-libs/accounts-qt
-	net-libs/signond
-	google? (
-		>=dev-qt/qtwebkit-5.212.0_pre20180120:5
-		>=kde-apps/libkgapi-${PVCUT}:5
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package google KF5GAPI)
-		$(cmake_use_find_package google Qt5WebKitWidgets)
-	)
-
-	ecm_src_configure
-}

diff --git a/kde-apps/kaccounts-mobile/metadata.xml b/kde-apps/kaccounts-mobile/metadata.xml
deleted file mode 100644
index b4c0ab200f..0000000000
--- a/kde-apps/kaccounts-mobile/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>
-	<use>
-		<flag name="google">Enable support for Google Contacts Sync via <pkg>kde-apps/libkgapi</pkg></flag>
-	</use>
-</pkgmetadata>


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

end of thread, other threads:[~2020-10-10 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-10 21:39 [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-mobile/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13  2:00 Andreas Sturmlechner
2015-12-29 12:48 Michael Palimaka

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