public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-03-09 21:23 Johannes Huber
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Huber @ 2016-03-09 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d02d0d1974635580e8f744cb7d35dc7e5fb6e5c0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 21:22:41 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 21:22:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02d0d19

kde-misc/yakuake: Version bump 3.0.2

Thanks to Andreas Sturmlechner <andreas.sturmlechner <AT> gmail.com>.

Package-Manager: portage-2.2.27

 kde-misc/yakuake/Manifest             |  1 +
 kde-misc/yakuake/yakuake-3.0.2.ebuild | 47 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index e875c25..dd1f9b0 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1 +1,2 @@
 DIST yakuake-2.9.9.tar.xz 316716 SHA256 0e0e4994c568f8091c9424e4aab35645436a9ff341c00b1cd1eab0ada0bf61ce SHA512 6dbc3f38df81598eafa86eecadb2d9e4cf32c77843434ac48fddf4ff3295babebc4c41dab300eebd4ef9b80f11a6f87c73c7e18279d02fe6e45f7caf38286b14 WHIRLPOOL feb44998c6810c06344c525465cfb965ec2b58de5382979a634d7eccd4e1f7872e45d7259da4d639327792430dc3b5ea21c79459dff7389253f7bbe5bf93816d
+DIST yakuake-3.0.2.tar.xz 443516 SHA256 e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584 WHIRLPOOL 4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
new file mode 100644
index 0000000..9e71853
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="http://yakuake.kde.org/"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep konsole)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+	!kde-misc/yakuake:4
+"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-06-09 18:46 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-06-09 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7a17773c512f270322bd98d64fc985f70542ec
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 18:46:02 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 18:46:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7a1777

kde-misc/yakuake: amd64 stable

Gentoo-bug: 584762

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/yakuake-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
index 9e71853..7e64ca2 100644
--- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-06-09 18:46 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-06-09 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1b46057345ca3ce1b2d121eb658dd7f2b28782a6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 18:44:28 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 18:46:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b460573

kde-misc/yakuake: metadata typo

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index c2a5509..daa15bc 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<longdescription>
-		YaKuake is Yet Another Kuake KDE terminal emulator. It drops down no a
+		YaKuake is Yet Another Kuake KDE terminal emulator. It drops down on a
 		configurable key press (defaults to F12) with a konsole window, supports
 		multiple tabs, multiple screens and mouse wheel tab navigation amongst other
 		features.


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-06-09 18:46 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-06-09 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     83d37a2b8970a7ea74d52932ddd5060cb36f7f59
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 18:39:36 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 18:46:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d37a2b

kde-misc/yakuake: metadata whitespace

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/metadata.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index 170e498..c2a5509 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -1,14 +1,14 @@
 <?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>
-  <longdescription>
-    YaKuake is Yet Another Kuake KDE terminal emulator. It drops down no a
-	configurable key press (defaults to F12) with a konsole window, supports
-	multiple tabs, multiple screens and mouse wheel tab navigation amongst other
-	features.
-  </longdescription>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<longdescription>
+		YaKuake is Yet Another Kuake KDE terminal emulator. It drops down no a
+		configurable key press (defaults to F12) with a konsole window, supports
+		multiple tabs, multiple screens and mouse wheel tab navigation amongst other
+		features.
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-06-23 13:50 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-06-23 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     53259e52d0ce4c3df0e241b9b738ef6188e2819e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 13:50:12 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 13:50:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53259e52

kde-misc/yakuake: x86 stable

Gentoo-bug: 584762

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/yakuake-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
index 7e64ca2..b2c5cb6 100644
--- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2016-07-07 17:52 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-07-07 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d18335d93e846d82b90bf83ebf2cdcd70351b03e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 18:59:38 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 17:52:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18335d9

kde-misc/yakuake: drop ~ppc keyword

Package-Manager: portage-2.3.0

 kde-misc/yakuake/yakuake-2.9.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild b/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild
index cf87362..07fd67d 100644
--- a/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild
+++ b/kde-misc/yakuake/yakuake-2.9.9-r3.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$
 
@@ -14,7 +14,7 @@ HOMEPAGE="https://yakuake.kde.org/"
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm x86"
 SLOT="4"
 IUSE="debug"
 


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2017-04-03 18:07 Johannes Huber
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Huber @ 2017-04-03 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     edbc5c659b214a51670cf2495989594ae5ce37c8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 18:05:42 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 18:05:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbc5c65

kde-misc/yakuake: Version bump 3.0.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-misc/yakuake/Manifest             |  1 +
 kde-misc/yakuake/yakuake-3.0.4.ebuild | 47 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index 6348f7b2669..de74613f875 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1,2 +1,3 @@
 DIST yakuake-3.0.2.tar.xz 443516 SHA256 e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584 WHIRLPOOL 4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b
 DIST yakuake-3.0.3.tar.xz 367512 SHA256 ef51aa3325916d352fde17870cf706397e41105103e4c9289cc4032a1b8609a7 SHA512 deb1ab7fa2198cc324948a340e08e10d45bde389aab16e0050f78a6bac1b8b4dcc025f3aad966009d1a750712620f5345f6f2ce6dff7e1300f4ac8e53ccae601 WHIRLPOOL ff314fa07cb0f08b79181b53f793ef885e0daaddf48ec5f3855ca85c4a79c9d7759052578e4c37c6de8665eec315e94a84798fb443469b2235e19f1845097f75
+DIST yakuake-3.0.4.tar.xz 367788 SHA256 10e2b57c508e2ec5bfd09eac38c4c16a1ac4b93b394b3ce3120b7d8859b861e0 SHA512 e50fe742349e02116bb9d7edd61178fcbc215ace39d50b48fb8ec3095c948a7ff91add7be5d8778c817f9d5b4663d4cefe3e0ef197c7ec6e0b88b3158ff39659 WHIRLPOOL 4223f973ddc5cb6d40289f8e9943740c9a734ffa9b05763c09a1baf1323065454e13f8fb86ff904672300a87bad6168e44808c23ea851cd92ecce9454f107d7d

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
new file mode 100644
index 00000000000..961c9b9d991
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="http://yakuake.kde.org/"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwayland)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep konsole)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+	!kde-misc/yakuake:4
+"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2017-06-18 12:08 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2017-06-18 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6adc00341e1a7e1a0c3ec19de36daea43a2ffc69
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 11:52:09 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 12:08:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adc0034

kde-misc/yakuake: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-misc/yakuake/yakuake-3.0.2.ebuild | 4 ++--
 kde-misc/yakuake/yakuake-3.0.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
index 62ecbe96de4..ae57aa8c900 100644
--- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="http://yakuake.kde.org/"
+HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 fi

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
index 961c9b9d991..311463a6638 100644
--- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="http://yakuake.kde.org/"
+HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 fi


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2017-06-18 14:01 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2017-06-18 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9909696a7ceaf652ec29280e2bb263d286ae53d1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 13:58:23 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 13:58:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9909696a

kde-misc/yakuake: amd64 stable wrt bug #622062

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-misc/yakuake/yakuake-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
index 311463a6638..78c4bc476fc 100644
--- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
@@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2017-06-20  5:17 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2017-06-20  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     246e6ec7f2944eebe4a440282512945bf5fcffd4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 05:17:38 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 05:17:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246e6ec7

kde-misc/yakuake: x86 stable wrt bug #622062

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-misc/yakuake/yakuake-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
index 78c4bc476fc..7665f978c98 100644
--- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
@@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2017-06-20 19:42 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2017-06-20 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3ca7fac41779d485d9c461a9c33574541d20a555
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 19:11:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 19:42:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca7fac4

kde-misc/yakuake: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-misc/yakuake/Manifest             |  1 -
 kde-misc/yakuake/yakuake-3.0.2.ebuild | 46 -----------------------------------
 2 files changed, 47 deletions(-)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index 67d4ff326ec..a6cf5e74216 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1,2 +1 @@
-DIST yakuake-3.0.2.tar.xz 443516 SHA256 e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584 WHIRLPOOL 4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b
 DIST yakuake-3.0.4.tar.xz 367788 SHA256 10e2b57c508e2ec5bfd09eac38c4c16a1ac4b93b394b3ce3120b7d8859b861e0 SHA512 e50fe742349e02116bb9d7edd61178fcbc215ace39d50b48fb8ec3095c948a7ff91add7be5d8778c817f9d5b4663d4cefe3e0ef197c7ec6e0b88b3158ff39659 WHIRLPOOL 4223f973ddc5cb6d40289f8e9943740c9a734ffa9b05763c09a1baf1323065454e13f8fb86ff904672300a87bad6168e44808c23ea851cd92ecce9454f107d7d

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
deleted file mode 100644
index ae57aa8c900..00000000000
--- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://yakuake.kde.org/"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep konsole)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-	!kde-misc/yakuake:4
-"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-01-25 14:26 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2018-01-25 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7ef16a486d7fdeee4fde8749c0a5c2eb2856bfb8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 14:20:17 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 14:25:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef16a48

kde-misc/yakuake: stabilise 3.0.4-r2 for amd64/x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/yakuake/yakuake-3.0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild b/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
index e82c0cbc12d..cd59332d3eb 100644
--- a/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-01-25 14:26 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2018-01-25 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9f6748ef82bfc04022ce7ef7608118fa4e621178
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 14:20:32 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 14:25:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6748ef

kde-misc/yakuake: remove 3.0.4-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/yakuake/yakuake-3.0.4.ebuild | 47 -----------------------------------
 1 file changed, 47 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
deleted file mode 100644
index 7665f978c98..00000000000
--- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://yakuake.kde.org/"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep kwayland)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep konsole)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-	!kde-misc/yakuake:4
-"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-03-28 17:30 Johannes Huber
  0 siblings, 0 replies; 22+ messages in thread
From: Johannes Huber @ 2018-03-28 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ff65b9ad4dc731bff34b5b54e30b972f2d9bffe2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 17:29:40 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 17:29:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff65b9ad

kde-misc/yakuake: Version bump 3.0.5

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 kde-misc/yakuake/Manifest             |  1 +
 kde-misc/yakuake/yakuake-3.0.5.ebuild | 47 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index 1f0ecd2fa31..531ea738b8b 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1 +1,2 @@
 DIST yakuake-3.0.4.tar.xz 367788 BLAKE2B 6c151ac1fa70d7cf3cfd00854d8f5ab553345a9d12186514d405428e8e7ad32d8405b1c562b420c46a713347d1e00e037b92e20801c51cd90a81e299e94c51d1 SHA512 e50fe742349e02116bb9d7edd61178fcbc215ace39d50b48fb8ec3095c948a7ff91add7be5d8778c817f9d5b4663d4cefe3e0ef197c7ec6e0b88b3158ff39659
+DIST yakuake-3.0.5.tar.xz 347412 BLAKE2B 964b5abdbc377b2ff3c1c37ebf4cb2537dde00d8c4178bc7db1785701dee82c600cd775a38896d8ad8976cbe14427df094c4db0c425355b0330d2e8b4fbe23cd SHA512 17640590bb87b7c27e1e336cb82141b986103af95cfae2da129b69537d89a78eb0e21a6f5fb9ab26ed9e572f9edad055264f642afee6012e1a5a5c55d9dc2d22

diff --git a/kde-misc/yakuake/yakuake-3.0.5.ebuild b/kde-misc/yakuake/yakuake-3.0.5.ebuild
new file mode 100644
index 00000000000..10a82b71570
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-3.0.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="https://yakuake.kde.org/"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwayland)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep konsole)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}
+	!kde-misc/yakuake:4
+"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-05-07  0:24 Thomas Deutschmann
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2018-05-07  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6f597edb19270c32954e252b435c75de43578fc4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 00:23:05 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May  7 00:24:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f597edb

kde-misc/yakuake: x86 stable (bug #655066)

Package-Manager: Portage-2.3.34, Repoman-2.3.9

 kde-misc/yakuake/yakuake-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5.ebuild b/kde-misc/yakuake/yakuake-3.0.5.ebuild
index 10a82b71570..117caeb21fd 100644
--- a/kde-misc/yakuake/yakuake-3.0.5.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Quake-style terminal emulator based on konsole"
 HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2 LGPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-05-08  7:11 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2018-05-08  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a1b5cd041eb5cdebefa32f2976eea2fa89c6ffc9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May  8 07:11:02 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May  8 07:11:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b5cd04

kde-misc/yakuake: amd64 stable wrt bug #655066

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 kde-misc/yakuake/yakuake-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5.ebuild b/kde-misc/yakuake/yakuake-3.0.5.ebuild
index 117caeb21fd..eadf4031c32 100644
--- a/kde-misc/yakuake/yakuake-3.0.5.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Quake-style terminal emulator based on konsole"
 HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2 LGPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2018-12-22 14:03 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2018-12-22 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8f8fce40fe9e5386460dc4246360e60bc486787b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 13:12:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 14:02:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8fce40

kde-misc/yakuake: Add USE absolute-position, X

Add several post-release fixes while at it.

Closes: https://bugs.gentoo.org/672520
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/yakuake/Manifest                |  1 +
 kde-misc/yakuake/metadata.xml            |  9 ++---
 kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 65 ++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+), 6 deletions(-)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index da483e10427..0b9717ab736 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1 +1,2 @@
+DIST yakuake-3.0.5-patches.tar.xz 4996 BLAKE2B 0ffef1bf066b962c73ef6a28251d9abf3df66b28cf324bcd2d4f49c7038ba64dd3554490534cb0b001a589c42309253a0cf77683b4f97661d0fbfc17c96e5be0 SHA512 6c66043e22e98d65230de566e4594f4c1bfdcccc229ab8b66d604bf6fa666964f8b05746eb914f65d1e52fa850010aa5016a26b629f8eec09b67548dd2b00251
 DIST yakuake-3.0.5.tar.xz 347412 BLAKE2B 964b5abdbc377b2ff3c1c37ebf4cb2537dde00d8c4178bc7db1785701dee82c600cd775a38896d8ad8976cbe14427df094c4db0c425355b0330d2e8b4fbe23cd SHA512 17640590bb87b7c27e1e336cb82141b986103af95cfae2da129b69537d89a78eb0e21a6f5fb9ab26ed9e572f9edad055264f642afee6012e1a5a5c55d9dc2d22

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index daa15bc80c2..b62c302261a 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -5,10 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
-	<longdescription>
-		YaKuake is Yet Another Kuake KDE terminal emulator. It drops down on a
-		configurable key press (defaults to F12) with a konsole window, supports
-		multiple tabs, multiple screens and mouse wheel tab navigation amongst other
-		features.
-	</longdescription>
+	<use>
+		<flag name="absolute-position">Use <pkg>kde-frameworks/kwayland</pkg> for absolute window positioning in KWin</flag>
+	</use>
 </pkgmetadata>

diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
new file mode 100644
index 00000000000..d3b01299271
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Quake-style terminal emulator based on konsole"
+HOMEPAGE="https://yakuake.kde.org/"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz
+	https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2"
+IUSE="absolute-position X"
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep konsole)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	absolute-position? ( $(add_frameworks_dep kwayland) )
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+	)
+"
+RDEPEND="${DEPEND}
+	!kde-misc/yakuake:4
+"
+
+PATCHES=(
+	"${WORKDIR}/${P}-patches/${P}-kmainwindow.patch"
+	"${WORKDIR}/${P}-patches/${P}-qicon.patch"
+	"${WORKDIR}/${P}-patches/${P}-kwindowsystem.patch"
+)
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package absolute-position KF5Wayland)
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2019-01-09 10:57 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-01-09 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e234db1cd21b70835d11c34b0d5b85df13ed63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 10:44:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 10:57:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e234db

kde-misc/yakuake: Restore longdescription

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

 kde-misc/yakuake/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index b62c302261a..af7db56fcb8 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -5,6 +5,11 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<longdescription>
+		YaKuake is Yet Another Kuake terminal emulator. It drops down on a configurable
+		key press (defaults to F12) with a konsole window, supports multiple tabs,
+		tabs, multiple screens and mouse wheel tab navigation amongst other features.
+	</longdescription>
 	<use>
 		<flag name="absolute-position">Use <pkg>kde-frameworks/kwayland</pkg> for absolute window positioning in KWin</flag>
 	</use>


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2019-01-15 22:10 Thomas Deutschmann
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2019-01-15 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     512bc67603090f2824c6501ce6e829087d14f840
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 22:08:27 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 22:10:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512bc676

kde-misc/yakuake: x86 stable (bug #674960)

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
index d3b01299271..fe2f31a5ddb 100644
--- a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz
 	https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2 LGPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2019-01-16 15:25 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2019-01-16 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e5915b2e0995ab53b8531eb64726db509bd1c835
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 15:24:48 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 15:25:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5915b2e

kde-misc/yakuake: amd64 stable wrt bug #674960

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
index fe2f31a5ddb..53cb9758ae6 100644
--- a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://yakuake.kde.org/"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz
 	https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz"
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2 LGPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2019-01-16 16:13 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-01-16 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d112cea26315ce4395465b8cf79d0fef342ab822
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 15:59:46 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 16:13:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d112cea2

kde-misc/yakuake: Drop 3.0.5 (r0)

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

 kde-misc/yakuake/yakuake-3.0.5.ebuild | 47 -----------------------------------
 1 file changed, 47 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5.ebuild b/kde-misc/yakuake/yakuake-3.0.5.ebuild
deleted file mode 100644
index eadf4031c32..00000000000
--- a/kde-misc/yakuake/yakuake-3.0.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://yakuake.kde.org/"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-	KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep kwayland)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep konsole)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-	!kde-misc/yakuake:4
-"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
@ 2019-03-30 19:28 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-03-30 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     656b6a4aaca698222445002a04bdd5ec8635f6f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 13:04:26 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 19:26:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656b6a4a

kde-misc/yakuake: EAPI-7 bump

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

 kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
index 53cb9758ae6..afa2667addc 100644
--- a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 
@@ -49,11 +49,7 @@ RDEPEND="${DEPEND}
 	!kde-misc/yakuake:4
 "
 
-PATCHES=(
-	"${WORKDIR}/${P}-patches/${P}-kmainwindow.patch"
-	"${WORKDIR}/${P}-patches/${P}-qicon.patch"
-	"${WORKDIR}/${P}-patches/${P}-kwindowsystem.patch"
-)
+PATCHES=( "${WORKDIR}/${P}-patches" )
 
 src_configure() {
 	local mycmakeargs=(


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

end of thread, other threads:[~2019-03-30 19:28 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 18:46 [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2019-03-30 19:28 Andreas Sturmlechner
2019-01-16 16:13 Andreas Sturmlechner
2019-01-16 15:25 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2019-01-09 10:57 Andreas Sturmlechner
2018-12-22 14:03 Andreas Sturmlechner
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-03-28 17:30 Johannes Huber
2018-01-25 14:26 Michael Palimaka
2018-01-25 14:26 Michael Palimaka
2017-06-20 19:42 Andreas Sturmlechner
2017-06-20  5:17 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-06-18 12:08 Michael Palimaka
2017-04-03 18:07 Johannes Huber
2016-07-07 17:52 Michael Palimaka
2016-06-23 13:50 Michael Palimaka
2016-06-09 18:46 Michael Palimaka
2016-06-09 18:46 Michael Palimaka
2016-03-09 21:23 Johannes Huber

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