[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/, profiles/

2024-02-27 Thread Andreas Sturmlechner
commit: a961142411b9a19adae9cfc5179e52fb316d26f9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 27 11:46:40 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 27 11:55:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9611424

kde-misc/plasma-pass: add 1.2.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 +
 kde-misc/plasma-pass/metadata.xml |  1 +
 kde-misc/plasma-pass/plasma-pass-1.2.2.ebuild | 38 +++
 profiles/package.mask |  1 +
 4 files changed, 41 insertions(+)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 100e0118ea44..804170d2cf94 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1 +1,2 @@
 DIST plasma-pass-1.2.1.tar.xz 41608 BLAKE2B 
eb7f73be34bf014f6947029976a2922548ee307356da3f42bbb96ff6b14db91be98df2d0656a4bdc04b5d03d899f6eec06f4de5450f6d9f528a150c88530f670
 SHA512 
eff989e045ece776a5f2696c09381ecd8f49ba83cf7de89840ab1cad89bd15e33b9b331d9c91d16956a3d5b8e5f67f52a1aa176abf1d8023b57c18573c8ce5f9
+DIST plasma-pass-1.2.2.tar.xz 42776 BLAKE2B 
c9956304665b1f355d04ca1f89d55296f920f2260013aabd42066f41d527aa45097802898d8942df40477ebc0ac4efa577ead1cfd03d7c06796a3a65d2c2219a
 SHA512 
40a6ee175ff1801cee84947639414f3e01c1fc28ad08ef54bbf1b131ecb8239236274ef10ae6c0aab600ccdc25c17bca24a245e78506331d416ee6d9b5e874be

diff --git a/kde-misc/plasma-pass/metadata.xml 
b/kde-misc/plasma-pass/metadata.xml
index d925f2439758..452492989a23 100644
--- a/kde-misc/plasma-pass/metadata.xml
+++ b/kde-misc/plasma-pass/metadata.xml
@@ -7,5 +7,6 @@


https://bugs.kde.org/
+   plasma/plasma-pass

 

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.2.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.2.ebuild
new file mode 100644
index ..f6e20837066c
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.249.0
+QTMIN=6.6.2
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="6"
+IUSE=""
+
+DEPEND="
+   >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-qt/qt5compat-${QTMIN}:6[qml]
+   >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   kde-plasma/libplasma:6
+   kde-plasma/plasma5support:6
+   sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:6
+"

diff --git a/profiles/package.mask b/profiles/package.mask
index 7082f84d07be..13a3389ce07e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -354,6 +354,7 @@ app-editors/emacs:25
 ~kde-apps/libkexiv2-24.01.95
 ~kde-apps/spectacle-24.01.95
 ~kde-misc/kio-fuse-5.1.0
+~kde-misc/plasma-pass-1.2.2
 ~dev-libs/appstream-1.0.1
 ~dev-libs/kdiagram-3.0.1
 ~dev-libs/kirigami-addons-1.0.0



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/files/, kde-misc/plasma-pass/

2023-04-30 Thread Andreas Sturmlechner
commit: c37790edf38d91e29987b3aea37b8ddbb3ad29a4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 30 17:05:20 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 30 17:05:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37790ed

kde-misc/plasma-pass: drop 1.2.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest  |  1 -
 ...asma-pass-1.2.0-fix-loggingcategories-dir.patch | 31 
 .../files/plasma-pass-1.2.0-no-werror.patch| 31 
 kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild   | 43 --
 4 files changed, 106 deletions(-)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 302bbdde371d..100e0118ea44 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1,2 +1 @@
-DIST plasma-pass-1.2.0.tar.xz 34324 BLAKE2B 
a6fce04ca5b29066f026e01bb62a2ba4f312795bc4e0676fad82e7a7612ac29386b34047b74cda68ee1cef1fe08cb28ccda6c214565f18573594c281a3dd8658
 SHA512 
4ac72af97a8026022459c46eb3d8dec1489dedf0ea47ab8c71a5ab92a9c5e2faca92ef2ed512e5cd0cc181a6aa7b6ab802ae98ce525e97818704e0bf58e4603a
 DIST plasma-pass-1.2.1.tar.xz 41608 BLAKE2B 
eb7f73be34bf014f6947029976a2922548ee307356da3f42bbb96ff6b14db91be98df2d0656a4bdc04b5d03d899f6eec06f4de5450f6d9f528a150c88530f670
 SHA512 
eff989e045ece776a5f2696c09381ecd8f49ba83cf7de89840ab1cad89bd15e33b9b331d9c91d16956a3d5b8e5f67f52a1aa176abf1d8023b57c18573c8ce5f9

diff --git 
a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
deleted file mode 100644
index 5131f7dd54b2..
--- 
a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 5f62fcc30e7d6c8248dfb6a263ee4a49e7c19e3b Mon Sep 17 00:00:00 2001
-From: Pino Toscano 
-Date: Wed, 17 Feb 2021 21:02:08 +0100
-Subject: [PATCH] cmake: install plasma-pass.categories in newer location
-
-Install plasma-pass.categories in the proper location for it, in case
-ECM >= 5.59.0 is used.

- CMakeLists.txt | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c0bed60..c32b637 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -53,7 +53,11 @@ add_subdirectory(plugin)
- if (BUILD_TESTING)
- add_subdirectory(tests)
- endif()
--install( FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
-+if(ECM_VERSION VERSION_GREATER_EQUAL 5.59)
-+install(FILES plasma-pass.categories DESTINATION 
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-+else()
-+install(FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR})
-+endif()
- 
- if(ECM_VERSION VERSION_GREATER_EQUAL 5.79)
- kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
--- 
-GitLab
-

diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch
deleted file mode 100644
index 42c40bfe923a..
--- a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 468db75d4a4f2620921c00ebd91fd7d12e7a2bce Mon Sep 17 00:00:00 2001
-From: David Faure 
-Date: Sat, 1 May 2021 21:58:56 +0200
-Subject: [PATCH] Remove -Werror, one can't predict what future compilers will
- do
-
-I assume this was supposed to be set only temporarily.
-
-CCMAIL: dvra...@kde.org

- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8131494..26cea6e 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -46,8 +46,8 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
- add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
- add_definitions(-DQT_NO_FOREACH)
- 
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic")
--set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic")
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
-+set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
- 
- # plasmoid
- plasma_install_package(package org.kde.plasma.pass)
--- 
-GitLab
-

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
deleted file mode 100644
index e66dbf2a266a..
--- a/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.82.0
-QTMIN=5.15.5
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~ppc64"
-fi
-
-LICENSE="LGPL-2.1+"

[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2023-04-30 Thread Arthur Zamarin
commit: 7972e840405643a1b01c7b242220294e84cb0d93
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 30 16:48:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 30 16:48:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7972e840

kde-misc/plasma-pass: Stabilize 1.2.1 amd64, #904527

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
index 5aa12d107797..91f0dba13156 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/pla
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64 ~riscv"
+   KEYWORDS="amd64 ~ppc64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2023-03-09 Thread Yixun Lan
commit: 2568a0f99ef8959d1c88d59e98010980bc5f4a6b
Author: Xin Yang  icloud  com>
AuthorDate: Thu Mar  9 16:58:31 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar 10 01:23:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2568a0f9

kde-misc/plasma-pass: keyword 1.2.1 riscv #900593

Closes: https://github.com/gentoo/gentoo/pull/30025
Signed-off-by: Xin Yang  icloud.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
index 06f4c7189511..5aa12d107797 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/pla
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="~amd64 ~ppc64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2023-03-05 Thread Andreas Sturmlechner
commit: 10e507643bd8cbb5fdde038e2c65735f01907380
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  5 10:02:34 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  5 10:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e50764

kde-misc/plasma-pass: add 1.2.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 +
 kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 5b88fa30eb64..302bbdde371d 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1 +1,2 @@
 DIST plasma-pass-1.2.0.tar.xz 34324 BLAKE2B 
a6fce04ca5b29066f026e01bb62a2ba4f312795bc4e0676fad82e7a7612ac29386b34047b74cda68ee1cef1fe08cb28ccda6c214565f18573594c281a3dd8658
 SHA512 
4ac72af97a8026022459c46eb3d8dec1489dedf0ea47ab8c71a5ab92a9c5e2faca92ef2ed512e5cd0cc181a6aa7b6ab802ae98ce525e97818704e0bf58e4603a
+DIST plasma-pass-1.2.1.tar.xz 41608 BLAKE2B 
eb7f73be34bf014f6947029976a2922548ee307356da3f42bbb96ff6b14db91be98df2d0656a4bdc04b5d03d899f6eec06f4de5450f6d9f528a150c88530f670
 SHA512 
eff989e045ece776a5f2696c09381ecd8f49ba83cf7de89840ab1cad89bd15e33b9b331d9c91d16956a3d5b8e5f67f52a1aa176abf1d8023b57c18573c8ce5f9

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
new file mode 100644
index ..06f4c7189511
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~ppc64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+   app-crypt/gpgme:=[cxx,qt5]
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/files/, kde-misc/plasma-pass/

2022-11-23 Thread Andreas Sturmlechner
commit: 804ff748609bc66356679400b30399ae729ca519
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:53:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804ff748

kde-misc/plasma-pass: fix logging categories dir, update EAPI 7 -> 8

Add missing runtime dependency (for 1.2.0, changed upstream in git master).

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...asma-pass-1.2.0-fix-loggingcategories-dir.patch | 31 
 kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild   | 43 ++
 2 files changed, 74 insertions(+)

diff --git 
a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
new file mode 100644
index ..5131f7dd54b2
--- /dev/null
+++ 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
@@ -0,0 +1,31 @@
+From 5f62fcc30e7d6c8248dfb6a263ee4a49e7c19e3b Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Wed, 17 Feb 2021 21:02:08 +0100
+Subject: [PATCH] cmake: install plasma-pass.categories in newer location
+
+Install plasma-pass.categories in the proper location for it, in case
+ECM >= 5.59.0 is used.
+---
+ CMakeLists.txt | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c0bed60..c32b637 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -53,7 +53,11 @@ add_subdirectory(plugin)
+ if (BUILD_TESTING)
+ add_subdirectory(tests)
+ endif()
+-install( FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
++if(ECM_VERSION VERSION_GREATER_EQUAL 5.59)
++install(FILES plasma-pass.categories DESTINATION 
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
++else()
++install(FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR})
++endif()
+ 
+ if(ECM_VERSION VERSION_GREATER_EQUAL 5.79)
+ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
+-- 
+GitLab
+

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
new file mode 100644
index ..e66dbf2a266a
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.82.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="amd64 ~ppc64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+   app-crypt/gnupg
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-loggingcategories-dir.patch
+   "${FILESDIR}"/${P}-no-werror.patch # bug 785832
+)



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2022-11-23 Thread Andreas Sturmlechner
commit: e3ef2ce9027dc085c401d5409958297f017d31a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:54:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:55:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ef2ce9

kde-misc/plasma-pass: drop 1.2.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
deleted file mode 100644
index b62a307e42dd..
--- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~ppc64"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   sys-auth/oath-toolkit
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"
-
-PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/, kde-misc/plasma-pass/files/

2021-05-01 Thread Andreas Sturmlechner
commit: 494ec0c253357d84f04eeb29b38ed40f3edb8632
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  1 20:08:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  1 21:21:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494ec0c2

kde-misc/plasma-pass: Drop -Werror

Closes: https://bugs.gentoo.org/785832
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/plasma-pass-1.2.0-no-werror.patch| 31 ++
 kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild  |  2 ++
 2 files changed, 33 insertions(+)

diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch
new file mode 100644
index 000..42c40bfe923
--- /dev/null
+++ b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch
@@ -0,0 +1,31 @@
+From 468db75d4a4f2620921c00ebd91fd7d12e7a2bce Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Sat, 1 May 2021 21:58:56 +0200
+Subject: [PATCH] Remove -Werror, one can't predict what future compilers will
+ do
+
+I assume this was supposed to be set only temporarily.
+
+CCMAIL: dvra...@kde.org
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8131494..26cea6e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -46,8 +46,8 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
+ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+ add_definitions(-DQT_NO_FOREACH)
+ 
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic")
+-set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
++set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic")
+ 
+ # plasmoid
+ plasma_install_package(package org.kde.plasma.pass)
+-- 
+GitLab
+

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
index d713294e830..b62a307e42d 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
@@ -35,3 +35,5 @@ RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
 "
+
+PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/, kde-misc/plasma-pass/files/

2021-04-05 Thread Andreas Sturmlechner
commit: 4131ac07c3955368ce6a7d37d288120857d86160
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  5 16:55:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr  5 16:58:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4131ac07

kde-misc/plasma-pass: Drop 1.1.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest  |  1 -
 .../files/plasma-pass-1.1.0-qt-5.15.patch  | 29 -
 kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild  | 36 --
 3 files changed, 66 deletions(-)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 48b2540aa19..5b88fa30eb6 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1,2 +1 @@
-DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 
69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6
 SHA512 
402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d
 DIST plasma-pass-1.2.0.tar.xz 34324 BLAKE2B 
a6fce04ca5b29066f026e01bb62a2ba4f312795bc4e0676fad82e7a7612ac29386b34047b74cda68ee1cef1fe08cb28ccda6c214565f18573594c281a3dd8658
 SHA512 
4ac72af97a8026022459c46eb3d8dec1489dedf0ea47ab8c71a5ab92a9c5e2faca92ef2ed512e5cd0cc181a6aa7b6ab802ae98ce525e97818704e0bf58e4603a

diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch
deleted file mode 100644
index ea67cf18dd2..000
--- a/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 3fb633159ca4a1db166d5c54bbc025f71aba1652 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
-Date: Thu, 9 Apr 2020 12:48:53 +0200
-Subject: Fix build against Qt 5.15
-
-* asturm 2020-06-07: Rebased for 1.1.0
-

- plugin/passwordfiltermodel.cpp | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/plugin/passwordfiltermodel.cpp b/plugin/passwordfiltermodel.cpp
-index e815797..2d323ad 100644
 a/plugin/passwordfiltermodel.cpp   2019-12-06 07:59:15.0 +0100
-+++ b/plugin/passwordfiltermodel.cpp   2020-06-07 11:22:23.310950571 +0200
-@@ -79,7 +79,11 @@
- Q_ASSERT(sender() == );
- 
- mFilter = mUpdateTimer.property(newFilterProperty).toString();
-+#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
- mParts = mFilter.splitRef(QLatin1Char('/'), QString::SkipEmptyParts);
-+#else
-+mParts = mFilter.splitRef(QLatin1Char('/'), Qt::SkipEmptyParts);
-+#endif
- Q_EMIT passwordFilterChanged();
- mSortingLookup.clear();
- invalidate();
--- 
-cgit v1.1

diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
deleted file mode 100644
index 8bc8f79a2ca..000
--- a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~ppc64"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2021-04-05 Thread Sam James
commit: 3606368ae494c4536570fef75705e00ac0dc31f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  5 16:44:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 16:44:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3606368a

kde-misc/plasma-pass: Stabilize 1.2.0 amd64, #780102

Signed-off-by: Sam James  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
index f6151be01e6..d713294e830 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/pla
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="amd64 ~ppc64"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2021-02-16 Thread Andreas Sturmlechner
commit: a0d698b792e6241c3a2f49f9862c31dcee533a74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 18:14:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 18:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d698b7

kde-misc/plasma-pass: 1.2.0 version bump with OTP support

See also: https://www.dvratil.cz/2021/02/plasma-pass-1-2-0/

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 +
 kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index c866bb0cb0d..48b2540aa19 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1 +1,2 @@
 DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 
69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6
 SHA512 
402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d
+DIST plasma-pass-1.2.0.tar.xz 34324 BLAKE2B 
a6fce04ca5b29066f026e01bb62a2ba4f312795bc4e0676fad82e7a7612ac29386b34047b74cda68ee1cef1fe08cb28ccda6c214565f18573594c281a3dd8658
 SHA512 
4ac72af97a8026022459c46eb3d8dec1489dedf0ea47ab8c71a5ab92a9c5e2faca92ef2ed512e5cd0cc181a6aa7b6ab802ae98ce525e97818704e0bf58e4603a

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
new file mode 100644
index 000..f6151be01e6
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.74.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~ppc64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/, kde-misc/plasma-pass/files/

2020-06-07 Thread Andreas Sturmlechner
commit: 3cfdd312f28d0dd9d2a22aae19fa1a8d1dbaf7be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  7 09:29:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  7 09:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfdd312

kde-misc/plasma-pass: Fix build with Qt 5.15

Closes: https://bugs.gentoo.org/727398
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/plasma-pass-1.1.0-qt-5.15.patch  | 29 ++
 kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild  |  2 ++
 2 files changed, 31 insertions(+)

diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch
new file mode 100644
index 000..ea67cf18dd2
--- /dev/null
+++ b/kde-misc/plasma-pass/files/plasma-pass-1.1.0-qt-5.15.patch
@@ -0,0 +1,29 @@
+From 3fb633159ca4a1db166d5c54bbc025f71aba1652 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
+Date: Thu, 9 Apr 2020 12:48:53 +0200
+Subject: Fix build against Qt 5.15
+
+* asturm 2020-06-07: Rebased for 1.1.0
+
+---
+ plugin/passwordfiltermodel.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/plugin/passwordfiltermodel.cpp b/plugin/passwordfiltermodel.cpp
+index e815797..2d323ad 100644
+--- a/plugin/passwordfiltermodel.cpp   2019-12-06 07:59:15.0 +0100
 b/plugin/passwordfiltermodel.cpp   2020-06-07 11:22:23.310950571 +0200
+@@ -79,7 +79,11 @@
+ Q_ASSERT(sender() == );
+ 
+ mFilter = mUpdateTimer.property(newFilterProperty).toString();
++#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
+ mParts = mFilter.splitRef(QLatin1Char('/'), QString::SkipEmptyParts);
++#else
++mParts = mFilter.splitRef(QLatin1Char('/'), Qt::SkipEmptyParts);
++#endif
+ Q_EMIT passwordFilterChanged();
+ mSortingLookup.clear();
+ invalidate();
+-- 
+cgit v1.1

diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
index 39281fe41e4..8bc8f79a2ca 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
@@ -32,3 +32,5 @@ DEPEND="
 RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
 "
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2020-01-26 Thread Georgy Yakovlev
commit: 86ca627164d34af151c67299f3469840e42ac66f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 26 07:23:28 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 26 10:17:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ca6271

kde-misc/plasma-pass: keyword on ~ppc64

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
index 78ddaa09b2c..cf69285c797 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasm
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 ~ppc64"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2020-01-12 Thread Andreas Sturmlechner
commit: ebf3af5071143ff89109a97323affdf1c5518fb7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 12 09:45:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 12 09:45:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf3af50

kde-misc/plasma-pass: Drop 1.0.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 -
 kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 7637ea73c82..c866bb0cb0d 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1,2 +1 @@
-DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 
290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca
 SHA512 
b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44
 DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 
69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6
 SHA512 
402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d

diff --git a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
deleted file mode 100644
index e8298ecbc6e..000
--- a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasma-pass.git/;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64"
-fi
-
-LICENSE="LGPL-2.1+"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}
-   $(add_frameworks_dep kirigami)
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2020-01-04 Thread Andreas Sturmlechner
commit: 84c806ef987ebd01599aa9717fba02f73a47e868
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  4 23:00:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  4 23:00:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c806ef

kde-misc/plasma-pass: 1.1.0 amd64 stable

Closes: https://bugs.gentoo.org/703776
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
index e3e3a0e453e..78ddaa09b2c 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasm
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2019-12-07 Thread Andreas Sturmlechner
commit: d7ba6ce725825bb631e84f1786f27f364ea07cb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  7 21:01:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  7 21:08:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ba6ce7

kde-misc/plasma-pass: 1.1.0 version bump

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 +
 kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 6144986b6e1..7637ea73c82 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -1 +1,2 @@
 DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 
290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca
 SHA512 
b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44
+DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 
69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6
 SHA512 
402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d

diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
new file mode 100644
index 000..e3e3a0e453e
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.64.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasma-pass.git/;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2019-03-24 Thread Mikle Kolyada
commit: 8b705afcb175fa6524ae85be9e6131bc096fd27d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 24 10:20:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 24 10:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b705afc

kde-misc/plasma-pass: amd64 stable wrt bug #681022

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
index d1ea19ba7f7..e8298ecbc6e 100644
--- a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasm
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/

2019-02-18 Thread Andreas Sturmlechner
commit: 490c50511b9dea29861125ea5332bb915f26e5c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 18 14:55:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 18 18:21:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490c5051

kde-misc/plasma-pass: New package

Closes: https://bugs.gentoo.org/654656
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/plasma-pass/Manifest |  1 +
 kde-misc/plasma-pass/metadata.xml |  8 +++
 kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild | 31 +++
 3 files changed, 40 insertions(+)

diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
new file mode 100644
index 000..6144986b6e1
--- /dev/null
+++ b/kde-misc/plasma-pass/Manifest
@@ -0,0 +1 @@
+DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 
290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca
 SHA512 
b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44

diff --git a/kde-misc/plasma-pass/metadata.xml 
b/kde-misc/plasma-pass/metadata.xml
new file mode 100644
index 000..2fdbf33d963
--- /dev/null
+++ b/kde-misc/plasma-pass/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+

diff --git a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
new file mode 100644
index 000..d1ea19ba7f7
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://cgit.kde.org/plasma-pass.git/;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1+"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+   $(add_frameworks_dep kirigami)
+"