public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/
Date: Sun, 26 Apr 2020 01:37:15 +0000 (UTC)	[thread overview]
Message-ID: <1587862062.622bef71b555568ba295acdf6247efb1cdde643e.asturm@gentoo> (raw)

commit:     622bef71b555568ba295acdf6247efb1cdde643e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 00:47:42 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 00:47:42 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=622bef71

kde-plasma/plasma-meta: Drop USE consolekit

USE consolekit is gone from desktop profile make.defaults and neither can we
recommend it any longer. Its use is not prohibited from plasma-meta, but all
checks for USE-dep alignment in dependencies are gone and users are on their
own to set it (globally) correctly. Greatly simplifies pkg_postinst.

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

 kde-plasma/plasma-meta/metadata.xml                |  1 -
 .../plasma-meta/plasma-meta-5.18.4.1-r1.ebuild     | 37 ++++++++--------------
 .../plasma-meta/plasma-meta-5.18.49.9999.ebuild    | 37 ++++++++--------------
 kde-plasma/plasma-meta/plasma-meta-9999.ebuild     | 37 ++++++++--------------
 4 files changed, 39 insertions(+), 73 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml
index e3ad14b3e9..8f7c40562a 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="browser-integration">Enable integration with Chrome/Firefox with browser extensions</flag>
-		<flag name="consolekit">Enable <pkg>sys-auth/consolekit</pkg> support instead of logind session tracking</flag>
 		<flag name="crypt">Pull in <pkg>kde-plasma/plasma-vault</pkg> for encrypted vaults integration</flag>
 		<flag name="desktop-portal">Enable <pkg>sys-apps/xdg-desktop-portal</pkg> backend implementation for Plasma</flag>
 		<flag name="discover">Pull in resources management GUI; a centralised GHNS alternative and optional <pkg>sys-apps/fwupd</pkg> frontend</flag>

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
index 440bc316ff..24fe51c28f 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
@@ -9,11 +9,11 @@ HOMEPAGE="https://kde.org/plasma-desktop"
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64"
-IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook kwinft +legacy-systray networkmanager
 pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
-REQUIRED_USE="?? ( consolekit elogind systemd )"
+REQUIRED_USE="?? ( elogind systemd )"
 
 RDEPEND="
 	>=kde-plasma/breeze-${PV}:${SLOT}
@@ -50,14 +50,13 @@ RDEPEND="
 	sys-fs/udisks:2[elogind?,systemd?]
 	bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
 	browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-	consolekit? ( >=sys-auth/consolekit-1.0.1 )
 	crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
 	desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
 	discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
 	display-manager? (
 		sddm? (
 			>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-			x11-misc/sddm[consolekit?,elogind?,systemd?]
+			x11-misc/sddm[elogind?,systemd?]
 		)
 		!sddm? ( x11-misc/lightdm )
 	)
@@ -70,12 +69,12 @@ RDEPEND="
 	legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
 	networkmanager? (
 		>=kde-plasma/plasma-nm-${PV}:${SLOT}
-		net-misc/networkmanager[consolekit?,elogind?,systemd?]
+		net-misc/networkmanager[elogind?,systemd?]
 		qrcode? ( kde-frameworks/prison[qml] )
 	)
 	pam? (
 		>=kde-plasma/kwallet-pam-${PV}:${SLOT}
-		sys-auth/pambase[consolekit?,elogind?,systemd?]
+		sys-auth/pambase[elogind?,systemd?]
 	)
 	plymouth? (
 		>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
@@ -88,22 +87,12 @@ RDEPEND="
 "
 
 pkg_postinst() {
-	local i selected use_pkg_map=(
-		consolekit:sys-auth/consolekit
-		elogind:sys-auth/elogind
-		systemd:sys-apps/systemd
-	)
-	for i in ${use_pkg_map[@]}; do
-		use ${i%:*} && selected="${i%:*}"
-	done
-	for i in ${use_pkg_map[@]}; do
-		if ! use ${i%:*} && has_version ${i#*:}; then
-			ewarn "An existing installation of ${i#*:} was detected even though"
-			ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}."
-			ewarn "There can only be one session manager at runtime, otherwise random issues"
-			ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf"
-			ewarn "or package.use and remove ${i#*:} before raising bugs."
-			ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
-		fi
-	done
+	has_version sys-auth/consolekit || return
+	use elogind || use systemd && return
+	ewarn "An existing installation of sys-auth/consolekit was detected even though"
+	ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+	ewarn "There can only be one session manager at runtime, otherwise random issues"
+	ewarn "may occur. Please make sure USE consolekit is nowhere enabled in make.conf"
+	ewarn "or package.use and remove sys-auth/consolekit before raising bugs."
+	ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
 }

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild
index 5cb896a062..a62ab60c5b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.49.9999.ebuild
@@ -9,11 +9,11 @@ HOMEPAGE="https://kde.org/plasma-desktop"
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook kwinft +legacy-systray networkmanager
 pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
-REQUIRED_USE="?? ( consolekit elogind systemd )"
+REQUIRED_USE="?? ( elogind systemd )"
 
 RDEPEND="
 	>=kde-plasma/breeze-${PV}:${SLOT}
@@ -50,14 +50,13 @@ RDEPEND="
 	sys-fs/udisks:2[elogind?,systemd?]
 	bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
 	browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-	consolekit? ( >=sys-auth/consolekit-1.0.1 )
 	crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
 	desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
 	discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
 	display-manager? (
 		sddm? (
 			>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-			x11-misc/sddm[consolekit?,elogind?,systemd?]
+			x11-misc/sddm[elogind?,systemd?]
 		)
 		!sddm? ( x11-misc/lightdm )
 	)
@@ -70,12 +69,12 @@ RDEPEND="
 	legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
 	networkmanager? (
 		>=kde-plasma/plasma-nm-${PV}:${SLOT}
-		net-misc/networkmanager[consolekit?,elogind?,systemd?]
+		net-misc/networkmanager[elogind?,systemd?]
 		qrcode? ( kde-frameworks/prison[qml] )
 	)
 	pam? (
 		>=kde-plasma/kwallet-pam-${PV}:${SLOT}
-		sys-auth/pambase[consolekit?,elogind?,systemd?]
+		sys-auth/pambase[elogind?,systemd?]
 	)
 	plymouth? (
 		>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
@@ -88,22 +87,12 @@ RDEPEND="
 "
 
 pkg_postinst() {
-	local i selected use_pkg_map=(
-		consolekit:sys-auth/consolekit
-		elogind:sys-auth/elogind
-		systemd:sys-apps/systemd
-	)
-	for i in ${use_pkg_map[@]}; do
-		use ${i%:*} && selected="${i%:*}"
-	done
-	for i in ${use_pkg_map[@]}; do
-		if ! use ${i%:*} && has_version ${i#*:}; then
-			ewarn "An existing installation of ${i#*:} was detected even though"
-			ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}."
-			ewarn "There can only be one session manager at runtime, otherwise random issues"
-			ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf"
-			ewarn "or package.use and remove ${i#*:} before raising bugs."
-			ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
-		fi
-	done
+	has_version sys-auth/consolekit || return
+	use elogind || use systemd && return
+	ewarn "An existing installation of sys-auth/consolekit was detected even though"
+	ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+	ewarn "There can only be one session manager at runtime, otherwise random issues"
+	ewarn "may occur. Please make sure USE consolekit is nowhere enabled in make.conf"
+	ewarn "or package.use and remove sys-auth/consolekit before raising bugs."
+	ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
 }

diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
index 5cb896a062..a62ab60c5b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
@@ -9,11 +9,11 @@ HOMEPAGE="https://kde.org/plasma-desktop"
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook kwinft +legacy-systray networkmanager
 pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
-REQUIRED_USE="?? ( consolekit elogind systemd )"
+REQUIRED_USE="?? ( elogind systemd )"
 
 RDEPEND="
 	>=kde-plasma/breeze-${PV}:${SLOT}
@@ -50,14 +50,13 @@ RDEPEND="
 	sys-fs/udisks:2[elogind?,systemd?]
 	bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
 	browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-	consolekit? ( >=sys-auth/consolekit-1.0.1 )
 	crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
 	desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
 	discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
 	display-manager? (
 		sddm? (
 			>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-			x11-misc/sddm[consolekit?,elogind?,systemd?]
+			x11-misc/sddm[elogind?,systemd?]
 		)
 		!sddm? ( x11-misc/lightdm )
 	)
@@ -70,12 +69,12 @@ RDEPEND="
 	legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
 	networkmanager? (
 		>=kde-plasma/plasma-nm-${PV}:${SLOT}
-		net-misc/networkmanager[consolekit?,elogind?,systemd?]
+		net-misc/networkmanager[elogind?,systemd?]
 		qrcode? ( kde-frameworks/prison[qml] )
 	)
 	pam? (
 		>=kde-plasma/kwallet-pam-${PV}:${SLOT}
-		sys-auth/pambase[consolekit?,elogind?,systemd?]
+		sys-auth/pambase[elogind?,systemd?]
 	)
 	plymouth? (
 		>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
@@ -88,22 +87,12 @@ RDEPEND="
 "
 
 pkg_postinst() {
-	local i selected use_pkg_map=(
-		consolekit:sys-auth/consolekit
-		elogind:sys-auth/elogind
-		systemd:sys-apps/systemd
-	)
-	for i in ${use_pkg_map[@]}; do
-		use ${i%:*} && selected="${i%:*}"
-	done
-	for i in ${use_pkg_map[@]}; do
-		if ! use ${i%:*} && has_version ${i#*:}; then
-			ewarn "An existing installation of ${i#*:} was detected even though"
-			ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}."
-			ewarn "There can only be one session manager at runtime, otherwise random issues"
-			ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf"
-			ewarn "or package.use and remove ${i#*:} before raising bugs."
-			ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
-		fi
-	done
+	has_version sys-auth/consolekit || return
+	use elogind || use systemd && return
+	ewarn "An existing installation of sys-auth/consolekit was detected even though"
+	ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+	ewarn "There can only be one session manager at runtime, otherwise random issues"
+	ewarn "may occur. Please make sure USE consolekit is nowhere enabled in make.conf"
+	ewarn "or package.use and remove sys-auth/consolekit before raising bugs."
+	ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
 }


             reply	other threads:[~2020-04-26  1:37 UTC|newest]

Thread overview: 189+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26  1:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07  2:52 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ Sam James
2025-04-02  6:06 Sam James
2025-03-15 19:06 Andreas Sturmlechner
2025-03-15 19:06 Andreas Sturmlechner
2025-03-11 20:47 Andreas Sturmlechner
2025-02-21 16:56 Andreas Sturmlechner
2025-02-20 21:51 Andreas Sturmlechner
2025-02-16 18:02 Andreas Sturmlechner
2025-02-11 18:09 Andreas Sturmlechner
2025-01-23 18:56 Andreas Sturmlechner
2025-01-10 17:53 Andreas Sturmlechner
2025-01-01 21:26 Andreas Sturmlechner
2024-11-26 18:18 Andreas Sturmlechner
2024-10-13  7:49 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-07 19:17 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-09-04 11:43 Andreas Sturmlechner
2024-06-28 15:15 Andreas Sturmlechner
2024-06-28 15:11 Andreas Sturmlechner
2024-06-25 22:31 Sam James
2024-06-25 22:31 Sam James
2024-06-18 20:03 Andreas Sturmlechner
2024-06-17 21:40 Andreas Sturmlechner
2024-06-13  0:58 Sam James
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-03-09 23:04 Andreas Sturmlechner
2024-03-09 20:42 Andreas Sturmlechner
2024-03-05  9:40 Andreas Sturmlechner
2024-03-03 10:58 Andreas Sturmlechner
2024-03-03 10:29 Andreas Sturmlechner
2024-03-03 10:29 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-23  0:12 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-19 11:11 Andreas Sturmlechner
2023-12-19  9:49 Andreas Sturmlechner
2023-12-16 20:50 Andreas Sturmlechner
2023-12-16 11:23 Andreas Sturmlechner
2023-11-30 20:54 Andreas Sturmlechner
2023-11-28 21:04 Andreas Sturmlechner
2023-11-28  9:49 Andreas Sturmlechner
2023-11-12 23:16 Andreas Sturmlechner
2023-10-25  7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-03-14 10:55 Andreas Sturmlechner
2023-03-07 19:32 Andreas Sturmlechner
2023-03-07 19:32 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-16 19:00 Andreas Sturmlechner
2023-01-16 18:58 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-17 14:08 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13  9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-14  8:12 Andreas Sturmlechner
2022-06-09 11:48 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08  9:22 Andreas Sturmlechner
2022-05-08 22:23 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-11-26 17:38 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-05 15:49 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-21 18:44 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-08-05  9:46 Andreas Sturmlechner
2021-06-11  5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-07 23:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-04-06 10:29 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-23  0:26 Andreas Sturmlechner
2021-01-22 16:01 Andreas Sturmlechner
2021-01-22 16:01 Andreas Sturmlechner
2021-01-22  0:00 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-10-21 21:09 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-09  6:35 Andreas Sturmlechner
2020-10-09  6:35 Andreas Sturmlechner
2020-09-19  8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:28 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2020-08-28 18:31 Andreas Sturmlechner
2020-08-02 17:37 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-07-05 22:59 Andreas Sturmlechner
2020-06-01 10:03 Andreas Sturmlechner
2020-05-20 15:50 Andreas Sturmlechner
2020-05-09 20:22 Andreas Sturmlechner
2020-04-29 16:10 Andreas Sturmlechner
2020-04-26  1:37 Andreas Sturmlechner
2020-04-26  1:37 Andreas Sturmlechner
2020-04-14  0:03 Andreas Sturmlechner
2019-11-10 21:24 Andreas Sturmlechner
2019-09-19 15:47 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2019-07-21 18:02 Andreas Sturmlechner
2019-02-25 16:58 Andreas Sturmlechner
2018-12-13 14:05 Andreas Sturmlechner
2018-12-01 19:50 Andreas Sturmlechner
2018-11-30  2:06 Andreas Sturmlechner
2018-11-11 15:49 Andreas Sturmlechner
2018-11-11 15:49 Andreas Sturmlechner
2018-11-07 11:08 Andreas Sturmlechner
2018-10-25 18:09 Andreas Sturmlechner
2018-10-25 17:46 Andreas Sturmlechner
2018-10-22 20:52 Andreas Sturmlechner
2018-09-04 12:49 Andreas Sturmlechner
2018-09-04 12:28 Andreas Sturmlechner
2018-07-08 21:09 Andreas Sturmlechner
2018-06-10 16:29 Johannes Huber
2018-05-18 10:18 Andreas Sturmlechner
2018-04-25 23:32 Andreas Sturmlechner
2018-04-25 23:30 Andreas Sturmlechner
2018-04-05 18:17 Andreas Sturmlechner
2018-03-01 12:25 Andreas Sturmlechner
2017-10-09 19:49 Andreas Sturmlechner
2017-10-09 18:10 Johannes Huber
2017-09-13 21:10 Andreas Sturmlechner
2017-08-14 18:55 Andreas Sturmlechner
2017-06-07 21:34 Johannes Huber
2017-02-01 12:02 Michael Palimaka
2016-09-21 14:33 Michael Palimaka
2016-09-15 14:55 Michael Palimaka
2016-09-15 14:55 Michael Palimaka
2016-08-24 13:32 Michael Palimaka
2016-08-04 20:01 Johannes Huber
2016-04-07  9:11 Michael Palimaka
2016-03-25 14:00 Michael Palimaka
2016-03-24 10:41 Michael Palimaka
2016-03-23 17:58 Michael Palimaka
2016-03-01 11:52 Michael Palimaka
2015-11-19 18:19 Michael Palimaka
2015-09-10 18:50 Michael Palimaka
2015-08-20 19:43 Michael Palimaka
2015-08-06 20:30 Johannes Huber
2015-08-03 17:39 Johannes Huber
2015-07-03 17:06 Michael Palimaka
2015-06-12 15:12 Manuel Rüger
2015-06-11 19:57 Johannes Huber
2015-06-09 15:33 Manuel Rüger
2015-05-03 13:28 Michael Palimaka
2015-04-23 15:10 Manuel Rüger
2015-04-06 10:53 Johannes Huber
2015-04-01 11:33 Michael Palimaka
2015-03-28 22:02 Johannes Huber
2015-03-12 14:59 Michael Palimaka
2015-03-12 14:49 Michael Palimaka
2015-03-12 11:22 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587862062.622bef71b555568ba295acdf6247efb1cdde643e.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox