* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2015-09-24 16:48 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2015-09-24 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 266d8dc25386a779b75d489ba2ab69c2d409c1eb
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 16:47:47 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 16:48:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266d8dc2
dev-libs/purpose: new package
Package-Manager: portage-2.2.20.1
dev-libs/purpose/Manifest | 1 +
dev-libs/purpose/metadata.xml | 5 +++++
dev-libs/purpose/purpose-1.0.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest
new file mode 100644
index 0000000..7aaf047
--- /dev/null
+++ b/dev-libs/purpose/Manifest
@@ -0,0 +1 @@
+DIST purpose-1.0.tar.xz 61752 SHA256 f025294333f7cf5931dabf0f4dc0abeb9e41a2b25d4af86e1b63eada82980702 SHA512 c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b WHIRLPOOL d5af27e4f725a24724c8d2cbc90897e6fb4d4fb7350c2db9e2e3b364c5470ce462ad0a52c18d5600854b7bfbbf61dd8a3d2135064b57b0471f335ee82e1f5609
diff --git a/dev-libs/purpose/metadata.xml b/dev-libs/purpose/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-libs/purpose/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>
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
new file mode 100644
index 0000000..0a638ff
--- /dev/null
+++ b/dev-libs/purpose/purpose-1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kaccounts-integration)
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ net-libs/accounts-qt
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-03-22 15:11 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-03-22 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 3e5951c07314b5cd7aec5a678327c669e10ccb3b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 14:50:04 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 15:11:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5951c0
dev-libs/purpose: add ~arm keyword
Tested on Raspberry Pi 2.
Package-Manager: portage-2.2.28
dev-libs/purpose/purpose-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
index 0a638ff..cabd1c6 100644
--- a/dev-libs/purpose/purpose-1.0.ebuild
+++ b/dev-libs/purpose/purpose-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ DESCRIPTION="Library for providing abstractions to get the developer's purposes
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-03-23 17:25 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-03-23 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 42dd24ba76e16285ae30271276b2600da532c155
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 17:25:16 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 17:25:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dd24ba
dev-libs/purpose: add ~x86 keyword
Package-Manager: portage-2.2.28
dev-libs/purpose/purpose-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
index cabd1c6..ec17737 100644
--- a/dev-libs/purpose/purpose-1.0.ebuild
+++ b/dev-libs/purpose/purpose-1.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Library for providing abstractions to get the developer's purposes
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-04-08 17:07 Johannes Huber
0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2016-04-08 17:07 UTC (permalink / raw
To: gentoo-commits
commit: b8fbfcc57c526c33da64ea76d5ad89996abbd76c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 17:07:28 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 17:07:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fbfcc5
dev-libs/purpose: EAPI 6
Package-Manager: portage-2.2.28
dev-libs/purpose/purpose-1.0.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
index ec17737..1344a70 100644
--- a/dev-libs/purpose/purpose-1.0.ebuild
+++ b/dev-libs/purpose/purpose-1.0.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
inherit kde5
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
@@ -20,10 +20,10 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_kdeapps_dep kaccounts-integration)
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
net-libs/accounts-qt
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-06-02 14:01 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-06-02 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 88385a5ec350767004ae161cb44dd77c29ba4d0c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 14:00:09 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 14:00:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88385a5e
dev-libs/purpose: version bump
Package-Manager: portage-2.3.0_rc1
dev-libs/purpose/Manifest | 1 +
dev-libs/purpose/purpose-1.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest
index 7aaf047..57b5f9e 100644
--- a/dev-libs/purpose/Manifest
+++ b/dev-libs/purpose/Manifest
@@ -1 +1,2 @@
DIST purpose-1.0.tar.xz 61752 SHA256 f025294333f7cf5931dabf0f4dc0abeb9e41a2b25d4af86e1b63eada82980702 SHA512 c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b WHIRLPOOL d5af27e4f725a24724c8d2cbc90897e6fb4d4fb7350c2db9e2e3b364c5470ce462ad0a52c18d5600854b7bfbbf61dd8a3d2135064b57b0471f335ee82e1f5609
+DIST purpose-1.1.tar.xz 84980 SHA256 7a6030212104582ccf19ad2fb765d441fb1eea7ae08368e04ce9603ea6ea1040 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9 WHIRLPOOL 3c2b95477b48d8decdce98df69aeaa65023afc6cde64ce5d3c7293ec727a4f4aa93fddc80c388176e0b3067fd7a9a8dbf199d4f684e007c4b1e0cede2bdc6c82
diff --git a/dev-libs/purpose/purpose-1.1.ebuild b/dev-libs/purpose/purpose-1.1.ebuild
new file mode 100644
index 0000000..54a2ef9
--- /dev/null
+++ b/dev-libs/purpose/purpose-1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kaccounts-integration)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ net-libs/accounts-qt
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-06-19 13:42 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-06-19 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 076fdccdd0a98e10439c819b4363efe4b17c2273
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 13:39:24 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 13:42:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076fdccd
dev-libs/purpose: revision bump to add Qt subslot operator
The QT_VERSION_CHECK macro is used at build-time.
Package-Manager: portage-2.3.0_rc1
dev-libs/purpose/purpose-1.1-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-libs/purpose/purpose-1.1-r1.ebuild b/dev-libs/purpose/purpose-1.1-r1.ebuild
new file mode 100644
index 0000000..212830a
--- /dev/null
+++ b/dev-libs/purpose/purpose-1.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.6.0
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kaccounts-integration)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui '' '' '5=')
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ net-libs/accounts-qt
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-07-20 21:40 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-07-20 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 2b0946914bda26cd4faf668472c2e3135ef37f46
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 21:40:22 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 21:40:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b094691
dev-libs/purpose: remove old
Package-Manager: portage-2.3.0
dev-libs/purpose/Manifest | 1 -
dev-libs/purpose/purpose-1.0.ebuild | 29 -----------------------------
dev-libs/purpose/purpose-1.1.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest
index 57b5f9e..c354236 100644
--- a/dev-libs/purpose/Manifest
+++ b/dev-libs/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-1.0.tar.xz 61752 SHA256 f025294333f7cf5931dabf0f4dc0abeb9e41a2b25d4af86e1b63eada82980702 SHA512 c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b WHIRLPOOL d5af27e4f725a24724c8d2cbc90897e6fb4d4fb7350c2db9e2e3b364c5470ce462ad0a52c18d5600854b7bfbbf61dd8a3d2135064b57b0471f335ee82e1f5609
DIST purpose-1.1.tar.xz 84980 SHA256 7a6030212104582ccf19ad2fb765d441fb1eea7ae08368e04ce9603ea6ea1040 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9 WHIRLPOOL 3c2b95477b48d8decdce98df69aeaa65023afc6cde64ce5d3c7293ec727a4f4aa93fddc80c388176e0b3067fd7a9a8dbf199d4f684e007c4b1e0cede2bdc6c82
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
deleted file mode 100644
index 1344a70..0000000
--- a/dev-libs/purpose/purpose-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-libs/purpose/purpose-1.1.ebuild b/dev-libs/purpose/purpose-1.1.ebuild
deleted file mode 100644
index 54a2ef9..0000000
--- a/dev-libs/purpose/purpose-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-07-25 15:45 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-07-25 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 915118930012494fefee8bc78e77ad53f4a04c2c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 15:45:16 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:45:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91511893
dev-libs/purpose: restrict tests
Package-Manager: portage-2.3.0
dev-libs/purpose/purpose-1.1-r1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-libs/purpose/purpose-1.1-r1.ebuild b/dev-libs/purpose/purpose-1.1-r1.ebuild
index 212830a..f5af4de 100644
--- a/dev-libs/purpose/purpose-1.1-r1.ebuild
+++ b/dev-libs/purpose/purpose-1.1-r1.ebuild
@@ -5,6 +5,7 @@
EAPI=6
KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
@@ -27,3 +28,6 @@ DEPEND="
net-libs/accounts-qt
"
RDEPEND="${DEPEND}"
+
+# requires running environment
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2016-07-25 18:33 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-07-25 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 4280c20f459007298ddd174f3fbdf6419bdcdcd2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:28:43 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:33:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4280c20f
dev-libs/purpose: amd64/x86 stable
Gentoo-bug: 586166
Package-Manager: portage-2.3.0
dev-libs/purpose/purpose-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/purpose/purpose-1.1-r1.ebuild b/dev-libs/purpose/purpose-1.1-r1.ebuild
index f5af4de..6f3641a 100644
--- a/dev-libs/purpose/purpose-1.1-r1.ebuild
+++ b/dev-libs/purpose/purpose-1.1-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for providing abstractions to get the developer's purposes
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
# drop qtgui subslot operator when QT_MINIMAL >= 5.6.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2017-10-28 22:24 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2017-10-28 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 7c79ecd7b07c8640d52bb5234cf7ba4958e221a6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 22:24:01 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 22:24:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c79ecd7
dev-libs/purpose: 1.2.1 version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-libs/purpose/metadata.xml | 3 +++
dev-libs/purpose/purpose-1.2.1.ebuild | 49 +++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-libs/purpose/metadata.xml b/dev-libs/purpose/metadata.xml
index 2fdbf33d963..69186b245f3 100644
--- a/dev-libs/purpose/metadata.xml
+++ b/dev-libs/purpose/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="kaccounts">Enable support for system-wide defined KAccounts</flag>
+ </use>
</pkgmetadata>
diff --git a/dev-libs/purpose/purpose-1.2.1.ebuild b/dev-libs/purpose/purpose-1.2.1.ebuild
new file mode 100644
index 00000000000..10aa6d8a1a1
--- /dev/null
+++ b/dev-libs/purpose/purpose-1.2.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+kaccounts"
+
+DEPEND="
+ $(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 qtwidgets)
+ kaccounts? (
+ $(add_kdeapps_dep kaccounts-integration)
+ net-libs/accounts-qt
+ )
+"
+RDEPEND="${DEPEND}"
+
+# requires running environment
+RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package kaccounts KAccounts)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ if ! has_version "kde-misc/kdeconnect[app]" ; then
+ elog
+ elog "Optional runtime dependency:"
+ elog "kde-misc/kdeconnect[app] (send through KDE Connect)"
+ elog
+ fi
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2017-10-28 22:38 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2017-10-28 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 22a479b521d2c2e4f654bc78d9436688f400a061
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 22:38:03 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 22:38:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a479b5
dev-libs/purpose: Fix SRC_URI
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-libs/purpose/Manifest | 1 +
dev-libs/purpose/purpose-1.2.1.ebuild | 2 ++
2 files changed, 3 insertions(+)
diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest
index c354236715b..7709153ac2e 100644
--- a/dev-libs/purpose/Manifest
+++ b/dev-libs/purpose/Manifest
@@ -1 +1,2 @@
DIST purpose-1.1.tar.xz 84980 SHA256 7a6030212104582ccf19ad2fb765d441fb1eea7ae08368e04ce9603ea6ea1040 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9 WHIRLPOOL 3c2b95477b48d8decdce98df69aeaa65023afc6cde64ce5d3c7293ec727a4f4aa93fddc80c388176e0b3067fd7a9a8dbf199d4f684e007c4b1e0cede2bdc6c82
+DIST purpose-1.2.1.tar.xz 114408 SHA256 62c4120074d5663abe133134cd2854b39642846621b69690a2f8390e1a5ca31b SHA512 39747f5043e09f198bbec25d011a45c54cb681fd564ade25016f1b898a3fa4d545f29dc96ca421c266414d375d6b95259f59292255dfb73af777ff62a96ba249 WHIRLPOOL b44748beac8640c1895cd3df0095105ea396ef3e3804c073372dd637acaa12b2dc5109ecdacbecf22fd83290679b74e62c43a425c8e47beac53ff929139ec3f0
diff --git a/dev-libs/purpose/purpose-1.2.1.ebuild b/dev-libs/purpose/purpose-1.2.1.ebuild
index 10aa6d8a1a1..44752dba3be 100644
--- a/dev-libs/purpose/purpose-1.2.1.ebuild
+++ b/dev-libs/purpose/purpose-1.2.1.ebuild
@@ -7,6 +7,8 @@ KDE_TEST="forceoptional"
inherit kde5
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+kaccounts"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2017-12-16 12:41 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2017-12-16 12:41 UTC (permalink / raw
To: gentoo-commits
commit: afd7763465928cafd28e78458cf55f902a2e2638
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:40:49 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:40:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd77634
dev-libs/purpose: remove 1.1-r1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-libs/purpose/Manifest | 1 -
dev-libs/purpose/purpose-1.1-r1.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest
index 5a22dacd902..fc00c57ca6a 100644
--- a/dev-libs/purpose/Manifest
+++ b/dev-libs/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-1.1.tar.xz 84980 BLAKE2B e47ff6316d2288fa41392933d9f243889a573a277cdf1bb6648e740209ec8c807b1ea25178a55c9d0cdbfca943079362c90da39e5717df3d74679babff7f0640 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9
DIST purpose-1.2.1.tar.xz 114408 BLAKE2B 99d5eff18fd66b0823c36381281229705c54d4266926ce02cdcff4899c2431b8c3aa97667dab19824676b72c456cea2bf56a032d6137f2c9c207d724196fb262 SHA512 39747f5043e09f198bbec25d011a45c54cb681fd564ade25016f1b898a3fa4d545f29dc96ca421c266414d375d6b95259f59292255dfb73af777ff62a96ba249
diff --git a/dev-libs/purpose/purpose-1.1-r1.ebuild b/dev-libs/purpose/purpose-1.1-r1.ebuild
deleted file mode 100644
index 069685dec01..00000000000
--- a/dev-libs/purpose/purpose-1.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.6.0
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui '' '' '5=')
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
-"
-RDEPEND="${DEPEND}"
-
-# requires running environment
-RESTRICT="test"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/
@ 2017-12-16 12:41 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2017-12-16 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 3f97524da834ff75aee366683984ca9430128aa1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:40:33 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:40:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f97524d
dev-libs/purpose: stabilise 1.2.1 for amd64/x86
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-libs/purpose/purpose-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/purpose/purpose-1.2.1.ebuild b/dev-libs/purpose/purpose-1.2.1.ebuild
index 44752dba3be..78b845bdcdf 100644
--- a/dev-libs/purpose/purpose-1.2.1.ebuild
+++ b/dev-libs/purpose/purpose-1.2.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Library for providing abstractions to get the developer's purposes
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="+kaccounts"
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2017-12-16 12:41 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-28 22:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/purpose/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2017-12-16 12:41 Michael Palimaka
2017-12-16 12:41 Michael Palimaka
2017-10-28 22:38 Andreas Sturmlechner
2016-07-25 18:33 Michael Palimaka
2016-07-25 15:45 Michael Palimaka
2016-07-20 21:40 Michael Palimaka
2016-06-19 13:42 Michael Palimaka
2016-06-02 14:01 Michael Palimaka
2016-04-08 17:07 Johannes Huber
2016-03-23 17:25 Michael Palimaka
2016-03-22 15:11 Michael Palimaka
2015-09-24 16: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