* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/
@ 2019-05-15 16:26 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-05-15 16:26 UTC (permalink / raw
To: gentoo-commits
commit: f4e9fc408fcf0892e5a71c77c2b1efde26216710
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:23:14 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:25:57 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4e9fc40
kde-misc/plasma-thunderbolt: New package
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/plasma-thunderbolt/metadata.xml | 8 ++++++
.../plasma-thunderbolt-9999.ebuild | 30 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/kde-misc/plasma-thunderbolt/metadata.xml b/kde-misc/plasma-thunderbolt/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-misc/plasma-thunderbolt/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
new file mode 100644
index 0000000000..b102997435
--- /dev/null
+++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
+HOMEPAGE="https://cgit.kde.org/kpublictransport.git/tree/
+ https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html"
+
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep knotifications)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+"
+DEPEND="${RDEPEND}
+ sys-apps/bolt
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/
@ 2019-05-15 16:28 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-05-15 16:28 UTC (permalink / raw
To: gentoo-commits
commit: d8453a2fb780df22fc89f9f4bd8825fe1a002da8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:28:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:28:40 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8453a2f
kde-misc/plasma-thunderbolt: Fix LICENSE
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
index b102997435..e570dabd18 100644
--- a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
+++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
HOMEPAGE="https://cgit.kde.org/kpublictransport.git/tree/
https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html"
-LICENSE="LGPL-2+"
+LICENSE="|| ( GPL-2 GPL-3+ )"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/
@ 2019-05-15 16:30 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-05-15 16:30 UTC (permalink / raw
To: gentoo-commits
commit: d1c60df2cbde343ec0ed782b2c4498a29126efa2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:30:21 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:30:21 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c60df2
kde-misc/plasma-thunderbolt: Switch R<->DEPENDs
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
index 8266e4457f..6deb83a0a1 100644
--- a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
+++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
@@ -13,7 +13,7 @@ LICENSE="|| ( GPL-2 GPL-3+ )"
KEYWORDS=""
IUSE=""
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
@@ -24,6 +24,6 @@ RDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
"
-DEPEND="${RDEPEND}
+RDEPEND="${DEPEND}
sys-apps/bolt
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/
@ 2019-05-15 16:30 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-05-15 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 1997d5c40e93af0a877a7d850ea4cdba8b3f0087
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:30:02 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:30:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1997d5c4
kde-misc/plasma-thunderbolt: Fix HOMEPAGE
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
index e570dabd18..8266e4457f 100644
--- a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
+++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild
@@ -7,8 +7,7 @@ KDE_TEST="true"
inherit kde5
DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://cgit.kde.org/kpublictransport.git/tree/
- https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html"
+HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git"
LICENSE="|| ( GPL-2 GPL-3+ )"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-05-15 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-15 16:30 [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-05-15 16:30 Andreas Sturmlechner
2019-05-15 16:28 Andreas Sturmlechner
2019-05-15 16:26 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox