public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2014-12-01 12:38 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-12-01 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     bcf0aa3a168b1a2fbc96164e0b6b7d05e190b837
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Wed Nov 19 22:45:14 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 12:38:29 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bcf0aa3a

[kde-misc/kaccounts-integration] added

---
 .../kaccounts-integration-9999.ebuild              | 35 ++++++++++++++++++++++
 kde-misc/kaccounts-integration/metadata.xml        |  5 ++++
 2 files changed, 40 insertions(+)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
new file mode 100644
index 0000000..69c7e7d
--- /dev/null
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE KAccount integration"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdebase_dep kdepimlibs)
+	net-libs/accounts-qt
+	net-libs/signond
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-misc/kaccounts-integration/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2014-12-09 16:34 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-12-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0996662003b3e6af5e932c7d48acaf88b72064ea
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Fri Dec  5 10:01:38 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  9 16:34:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09966620

[kde-misc/kaccounts-integration] add test handling

---
 kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index 69c7e7d..4901f1a 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-IUSE=""
+IUSE="test"
 
 DEPEND="
 	$(add_frameworks_dep kconfig)
@@ -33,3 +33,9 @@ DEPEND="
 	dev-qt/qtxml:5
 "
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	if ! use test; then
+		sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests"
+	fi
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2014-12-09 16:34 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-12-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a87e1b8de178023d2f57114f327e88cd89c3751e
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Tue Dec  9 10:11:20 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec  9 16:34:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a87e1b8d

[kde-misc/kaccounts-integration] make kdepim optional

---
 .../kaccounts-integration/kaccounts-integration-9999.ebuild | 13 +++++++++++--
 kde-misc/kaccounts-integration/metadata.xml                 |  3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index 4901f1a..47179b9 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-IUSE="test"
+IUSE="kdepim test"
 
 DEPEND="
 	$(add_frameworks_dep kconfig)
@@ -23,7 +23,9 @@ DEPEND="
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwallet)
 	$(add_frameworks_dep kwidgetsaddons)
-	$(add_kdebase_dep kdepimlibs)
+	kdepim? (
+		$(add_kdebase_dep kdepimlibs)
+	)
 	net-libs/accounts-qt
 	net-libs/signond
 	dev-qt/qtcore:5
@@ -39,3 +41,10 @@ src_prepare() {
 		sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests"
 	fi
 }
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package kdepim KF5Akonadi)
+	)
+	cmake-utils_src_configure
+}

diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml
index a23f444..ab25241 100644
--- a/kde-misc/kaccounts-integration/metadata.xml
+++ b/kde-misc/kaccounts-integration/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<use>
+		<flag name="kdepim">KDE PIM integration via kde-base/kdepimlibs</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2014-12-19 14:10 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-12-19 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6a9ef69925f8e8c0256bb4fbeda28f53600c9957
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 14:09:52 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 14:09:52 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a9ef699

[kde-misc/kaccounts-integration] Call overriden phase fuctions.

Package-Manager: portage-2.2.15

---
 kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index 7943260..daec5ac 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -40,11 +40,14 @@ src_prepare() {
 	if ! use test; then
 		sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests"
 	fi
+
+	kde5_src_prepare
 }
 
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package kdepim KF5Akonadi)
 	)
-	cmake-utils_src_configure
+
+	kde5_src_configure
 }


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2015-01-11 20:41 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2015-01-11 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7739155939229bd74e7cfb6729ee3366375281eb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 11 20:41:23 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 20:41:35 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77391559

[kde-misc/kaccounts-integration] Fix DEPEND

Package-Manager: portage-2.2.15

---
 .../kaccounts-integration-9999.ebuild                      | 14 +-------------
 kde-misc/kaccounts-integration/metadata.xml                |  3 ---
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index b33ae34..7fac4b3 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-IUSE="kdepim test"
+IUSE="test"
 
 DEPEND="
 	$(add_frameworks_dep kconfig)
@@ -23,12 +23,8 @@ DEPEND="
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwallet)
 	$(add_frameworks_dep kwidgetsaddons)
-	kdepim? (
-		$(add_kdeplasma_dep kdepimlibs)
-	)
 	net-libs/accounts-qt
 	net-libs/signond
-	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 "
@@ -41,11 +37,3 @@ src_prepare() {
 
 	kde5_src_prepare
 }
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package kdepim KF5Akonadi)
-	)
-
-	kde5_src_configure
-}

diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml
index ab25241..a23f444 100644
--- a/kde-misc/kaccounts-integration/metadata.xml
+++ b/kde-misc/kaccounts-integration/metadata.xml
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
-	<use>
-		<flag name="kdepim">KDE PIM integration via kde-base/kdepimlibs</flag>
-	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/
@ 2015-02-25 22:10 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2015-02-25 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5482c33804386648f4a8103f45c301817e57920f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 19:41:38 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 22:10:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5482c338

[kde-misc/kaccounts-integration] QA issues

Drop SLOT handled by eclass. Rely on eclass tests handling. Update DESCRIPTION.
Sort dependencies.

Package-Manager: portage-2.2.17

---
 .../kaccounts-integration-9999.ebuild                 | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index 7fac4b3..f28eddf 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -4,14 +4,13 @@
 
 EAPI=5
 
+KDE_TEST=true
 inherit kde5
 
-DESCRIPTION="KDE KAccount integration"
+DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop"
 HOMEPAGE="https://community.kde.org/KTp"
-
 LICENSE="LGPL-2.1"
-SLOT="5"
-IUSE="test"
+IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kconfig)
@@ -23,17 +22,9 @@ DEPEND="
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwallet)
 	$(add_frameworks_dep kwidgetsaddons)
-	net-libs/accounts-qt
-	net-libs/signond
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+	net-libs/accounts-qt
+	net-libs/signond
 "
 RDEPEND="${DEPEND}"
-
-src_prepare() {
-	if ! use test; then
-		sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests"
-	fi
-
-	kde5_src_prepare
-}


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

end of thread, other threads:[~2015-02-25 22:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 22:10 [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-01-11 20:41 Johannes Huber
2014-12-19 14:10 Michael Palimaka
2014-12-09 16:34 Michael Palimaka
2014-12-09 16:34 Michael Palimaka
2014-12-01 12:38 Michael Palimaka

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