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] repo/gentoo:master commit in: kde-plasma/plasma-workspace/
Date: Wed, 13 Feb 2019 16:24:40 +0000 (UTC)	[thread overview]
Message-ID: <1550075053.7be166f5cfb23d5f71de502e02c638e2800cb30b.asturm@gentoo> (raw)

commit:     7be166f5cfb23d5f71de502e02c638e2800cb30b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 16:18:08 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 16:24:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be166f5

kde-plasma/plasma-workspace: 5.14.5.1 version bump

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

 kde-plasma/plasma-workspace/Manifest               |   1 +
 .../plasma-workspace-5.14.5.1.ebuild               | 180 +++++++++++++++++++++
 2 files changed, 181 insertions(+)

diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest
index c29e646d0cc..142f4d937b1 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,2 +1,3 @@
+DIST plasma-workspace-5.14.5.1.tar.xz 4683004 BLAKE2B cbf2241daea627e189c9750edac6844494b254676796e09f54fd5936ac8aa3bf5e0df2039d7fd0f73aa0140436679bf8b92173f648f1001299e2ac4e880246c1 SHA512 07a6965c2eb7a0ccd02324ed1108ea11b7d9f7e205c3639ba95366c5ded2fcbd78904ec22a47f2bbd60da6bb57da6cb237f584a2c98c3643e36e004cbcc8deee
 DIST plasma-workspace-5.14.5.tar.xz 4578556 BLAKE2B 3c37bd9f880225f0e8b2496b90e5afc5ad591e8e356bd68ae135c3e9ccfe646adcb2418e2e80185f396c3b412f0df603ba0902e5a6d54a6d9a5abdff500a71f7 SHA512 247abdfe4ed4c7b6bb847c5352b3df11d110d59f8cc62b51dfd9de76c62549a0191efdd1e1f5a6ab82a87eccdc9fd28481a85c1252d05595e0f1a72174b3f8c6
 DIST plasma-workspace-5.15.0.tar.xz 4706936 BLAKE2B f1f772bf0c27b491ed2e8b9e4342694b5e1acaabec701ca44b252fb522c72688be1bf4c8db8826e5c7cd407c47ca1c205ae422312532bb7ea2dce165d9b9204e SHA512 2ed2f0ce2ef15aafa337a2b4943389668d18e18f026df67950f4d506d2c5647660ddade6f9c915b1e2fb36c79fbcddf563c25fdac69aac3f14e26afb603c533c

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.14.5.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.14.5.1.ebuild
new file mode 100644
index 00000000000..6b8b720cd49
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.14.5.1.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 qmake-utils
+
+DESCRIPTION="KDE Plasma workspace"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd"
+
+REQUIRED_USE="gps? ( geolocation )"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kactivities)
+	$(add_frameworks_dep kauth)
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kdeclarative)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kidletime)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kjs)
+	$(add_frameworks_dep kjsembed)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kpackage)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktexteditor)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwayland)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep plasma)
+	$(add_frameworks_dep solid)
+	$(add_plasma_dep kscreenlocker)
+	$(add_plasma_dep kwin)
+	$(add_plasma_dep libksysguard)
+	$(add_plasma_dep libkworkspace)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative 'widgets')
+	$(add_qt_dep qtgui 'jpeg')
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	media-libs/phonon[qt5(+)]
+	sys-libs/zlib
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libxcb
+	x11-libs/libXfixes
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/xcb-util
+	x11-libs/xcb-util-image
+	appstream? ( dev-libs/appstream[qt5] )
+	calendar? ( $(add_frameworks_dep kholidays) )
+	geolocation? ( $(add_frameworks_dep networkmanager-qt) )
+	gps? ( sci-geosciences/gpsd )
+	prison? ( $(add_frameworks_dep prison) )
+	qalculate? ( sci-libs/libqalculate:= )
+	semantic-desktop? ( $(add_frameworks_dep baloo) )
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_qt_dep qtconcurrent)
+	x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kded)
+	$(add_frameworks_dep kdesu)
+	$(add_kdeapps_dep kio-extras)
+	$(add_plasma_dep ksysguard)
+	$(add_plasma_dep milou)
+	$(add_plasma_dep plasma-integration)
+	$(add_qt_dep qdbus)
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtpaths)
+	$(add_qt_dep qtquickcontrols 'widgets')
+	app-text/iso-codes
+	x11-apps/mkfontdir
+	x11-apps/xmessage
+	x11-apps/xprop
+	x11-apps/xrdb
+	x11-apps/xset
+	x11-apps/xsetroot
+	systemd? ( sys-apps/dbus[user-session] )
+	!systemd? ( sys-apps/dbus )
+	!kde-plasma/freespacenotifier:4
+	!kde-plasma/libtaskmanager:4
+	!kde-plasma/kcminit:4
+	!kde-plasma/kdebase-startkde:4
+	!kde-plasma/klipper:4
+	!kde-plasma/krunner:4
+	!kde-plasma/ksmserver:4
+	!kde-plasma/ksplash:4
+	!kde-plasma/plasma-workspace:4
+"
+PDEPEND="
+	$(add_plasma_dep kde-cli-tools)
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-5.4-startkde-script.patch"
+	"${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch"
+	"${FILESDIR}/${PN}-5.12.80-tests-optional.patch"
+	"${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch"
+)
+
+RESTRICT+=" test"
+
+src_prepare() {
+	kde5_src_prepare
+
+	sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \
+		-i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die
+
+	cmake_comment_add_subdirectory libkworkspace
+	# delete colliding libkworkspace translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		find po -type f -name "*po" -and -name "libkworkspace*" -delete || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_xembed-sni-proxy=OFF
+		$(cmake-utils_use_find_package appstream AppStreamQt)
+		$(cmake-utils_use_find_package calendar KF5Holidays)
+		$(cmake-utils_use_find_package geolocation KF5NetworkManagerQt)
+		$(cmake-utils_use_find_package prison KF5Prison)
+		$(cmake-utils_use_find_package qalculate Qalculate)
+		$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+	)
+
+	use gps && mycmakeargs+=( $(cmake-utils_use_find_package gps libgps) )
+
+	kde5_src_configure
+}
+
+src_install() {
+	kde5_src_install
+
+	# startup and shutdown scripts
+	insinto /etc/plasma/startup
+	doins "${FILESDIR}/10-agent-startup.sh"
+
+	insinto /etc/plasma/shutdown
+	doins "${FILESDIR}/10-agent-shutdown.sh"
+}
+
+pkg_postinst () {
+	kde5_pkg_postinst
+
+	elog "To enable gpg-agent and/or ssh-agent in Plasma sessions,"
+	elog "edit ${EPREFIX}/etc/plasma/startup/10-agent-startup.sh and"
+	elog "${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh"
+}


             reply	other threads:[~2019-02-13 16:24 UTC|newest]

Thread overview: 258+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-13 16:24 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 21:37 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ Andreas Sturmlechner
2024-09-10 16:36 Andreas Sturmlechner
2024-08-12 20:16 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-16 16:32 Andreas Sturmlechner
2024-07-02 17:57 Andreas Sturmlechner
2024-06-27 17:18 Andreas Sturmlechner
2024-06-27 10:04 Sam James
2024-06-25 22:33 Sam James
2024-06-18 14:52 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2024-06-11 16:30 Andreas Sturmlechner
2024-06-11 16:30 Andreas Sturmlechner
2024-06-11 16:30 Andreas Sturmlechner
2024-06-07 16:18 Andreas Sturmlechner
2024-06-07 13:36 Sam James
2024-06-07  8:40 Arthur Zamarin
2024-06-06 17:28 Arthur Zamarin
2024-06-05 18:57 Andreas Sturmlechner
2024-06-05 18:57 Andreas Sturmlechner
2024-06-01  7:06 Andreas Sturmlechner
2024-06-01  7:06 Andreas Sturmlechner
2024-06-01  7:06 Andreas Sturmlechner
2024-05-27 22:23 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-12 16:32 Andreas Sturmlechner
2024-03-11 20:57 Arthur Zamarin
2024-03-11 13:17 Arthur Zamarin
2024-03-06 19:34 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-02-17  5:25 Sam James
2024-01-10 23:24 Andreas Sturmlechner
2024-01-02 19:48 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner
2023-12-23  9:13 Andreas Sturmlechner
2023-12-20  8:45 Arthur Zamarin
2023-12-17 23:02 Andreas Sturmlechner
2023-12-16  8:35 Andreas Sturmlechner
2023-12-07  9:06 Andreas Sturmlechner
2023-11-23 16:51 Sam James
2023-11-23 16:38 Sam James
2023-11-23 15:16 Sam James
2023-11-11  1:03 Andreas Sturmlechner
2023-10-24 22:37 Sam James
2023-09-30 10:00 Andreas Sturmlechner
2023-09-26 18:14 Arthur Zamarin
2023-09-26 15:35 Arthur Zamarin
2023-09-26 15:28 Arthur Zamarin
2023-09-13 17:44 Andreas Sturmlechner
2023-08-14 15:07 Andreas Sturmlechner
2023-08-05 21:59 Andreas Sturmlechner
2023-08-01 10:58 Andreas Sturmlechner
2023-06-27 11:25 Andreas Sturmlechner
2023-06-20 22:24 Andreas Sturmlechner
2023-05-22 12:55 Andreas Sturmlechner
2023-05-09 15:01 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-10 18:03 Andreas Sturmlechner
2023-04-10 18:03 Andreas Sturmlechner
2023-04-04 19:07 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2023-03-14 20:14 Andreas Sturmlechner
2023-03-03 19:37 Andreas Sturmlechner
2023-02-28 15:44 Andreas Sturmlechner
2023-02-22 10:23 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-05 18:32 Andreas Sturmlechner
2023-01-20 13:11 Andreas Sturmlechner
2023-01-15 13:04 Andreas Sturmlechner
2023-01-04 15:20 Andreas Sturmlechner
2022-12-25 20:53 Andreas Sturmlechner
2022-12-25  0:25 Andreas Sturmlechner
2022-12-03 14:44 Arthur Zamarin
2022-12-03 12:49 Arthur Zamarin
2022-11-29 18:59 Andreas Sturmlechner
2022-11-08 18:44 Andreas Sturmlechner
2022-11-08 16:11 Andreas Sturmlechner
2022-10-26 13:51 Andreas Sturmlechner
2022-10-18 13:47 Andreas Sturmlechner
2022-10-11 12:40 Andreas Sturmlechner
2022-10-08 12:01 Andreas Sturmlechner
2022-10-07 20:19 Sam James
2022-10-06  7:01 Agostino Sarubbo
2022-10-06  6:57 Agostino Sarubbo
2022-09-23 20:07 Andreas Sturmlechner
2022-09-23 20:07 Andreas Sturmlechner
2022-09-14 11:59 Andreas Sturmlechner
2022-09-06 19:22 Andreas Sturmlechner
2022-08-02 18:38 Andreas Sturmlechner
2022-07-30  8:51 Agostino Sarubbo
2022-07-28 11:03 Agostino Sarubbo
2022-07-20  5:15 Sam James
2022-07-13  9:17 Andreas Sturmlechner
2022-06-29  7:21 WANG Xuerui
2022-06-28 17:54 Andreas Sturmlechner
2022-06-21 21:28 Andreas Sturmlechner
2022-05-29 20:44 Andreas Sturmlechner
2022-05-28  7:04 Agostino Sarubbo
2022-05-18 15:06 Andreas Sturmlechner
2022-05-03 22:41 Sam James
2022-04-29 13:33 Agostino Sarubbo
2022-04-29 13:29 Agostino Sarubbo
2022-03-29 15:57 Andreas Sturmlechner
2022-03-22 10:02 Andreas Sturmlechner
2022-03-21 11:04 Andreas Sturmlechner
2022-03-21 11:04 Andreas Sturmlechner
2022-03-08 17:18 Andreas Sturmlechner
2022-02-22 16:55 Andreas Sturmlechner
2022-02-15 17:51 Andreas Sturmlechner
2022-02-10 20:10 Andreas Sturmlechner
2022-02-10 20:10 Andreas Sturmlechner
2022-02-08 13:10 Andreas Sturmlechner
2022-01-18 17:40 Andreas Sturmlechner
2022-01-04 15:10 Andreas Sturmlechner
2021-12-10 14:58 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2021-11-14 16:38 Mike Gilbert
2021-11-09 17:15 Andreas Sturmlechner
2021-10-31  3:17 Sam James
2021-10-27  5:02 Sam James
2021-10-20  6:51 Andreas Sturmlechner
2021-10-14 10:32 Andreas Sturmlechner
2021-10-13  7:28 Andreas Sturmlechner
2021-10-13  3:55 Sam James
2021-10-06  6:48 Agostino Sarubbo
2021-10-03  9:32 Andreas Sturmlechner
2021-10-02 22:50 Sam James
2021-10-01  6:44 Andreas Sturmlechner
2021-09-16 19:30 Maciej Mrozowski
2021-07-29 18:03 Andreas Sturmlechner
2021-07-27 19:15 Andreas Sturmlechner
2021-07-06 17:20 Andreas Sturmlechner
2021-06-23  6:27 Andreas Sturmlechner
2021-06-16 14:14 Sam James
2021-06-16 12:32 Sam James
2021-06-12 12:52 Sam James
2021-06-12  6:25 Sam James
2021-06-12  1:03 Sam James
2021-06-10 18:05 Georgy Yakovlev
2021-06-05 10:57 Mikle Kolyada
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-05-09 12:11 Andreas Sturmlechner
2021-04-06 14:12 Andreas Sturmlechner
2021-03-16 14:43 Andreas Sturmlechner
2021-03-02 20:24 Andreas Sturmlechner
2021-02-23 21:19 Andreas Sturmlechner
2021-02-17 22:13 Andreas Sturmlechner
2021-02-17 21:12 Sam James
2021-02-17  1:56 Sam James
2021-02-16 14:39 Andreas Sturmlechner
2021-02-16 13:45 Sam James
2021-01-24 19:34 Sam James
2021-01-24 13:02 Andreas Sturmlechner
2021-01-24  3:46 Sam James
2021-01-23 22:45 Andreas Sturmlechner
2021-01-21 13:37 Agostino Sarubbo
2021-01-15 18:33 Andreas Sturmlechner
2021-01-05 17:36 Andreas Sturmlechner
2020-12-01 16:08 Andreas Sturmlechner
2020-11-11 14:21 Andreas Sturmlechner
2020-10-27 21:26 Andreas Sturmlechner
2020-10-20 19:56 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-10-07 11:05 Agostino Sarubbo
2020-10-07 10:44 Agostino Sarubbo
2020-10-04 16:07 Andreas Sturmlechner
2020-10-04 16:07 Andreas Sturmlechner
2020-09-01 16:33 Andreas Sturmlechner
2020-07-11 15:21 Sam James
2020-07-09 17:52 Andreas Sturmlechner
2020-07-07 21:30 Andreas Sturmlechner
2020-06-20 21:03 Thomas Deutschmann
2020-06-03 13:04 Andreas Sturmlechner
2020-05-31 15:54 Mikle Kolyada
2020-05-30 13:38 Mikle Kolyada
2020-05-30 13:33 Mikle Kolyada
2020-05-21 13:41 Mikle Kolyada
2020-05-20 16:15 Mikle Kolyada
2020-05-20 16:11 Mikle Kolyada
2020-05-20 15:33 Andreas Sturmlechner
2020-05-16 22:38 Andreas Sturmlechner
2020-04-23 22:07 Andreas Sturmlechner
2020-02-29 12:34 Mikle Kolyada
2020-02-19 10:51 Andreas Sturmlechner
2020-02-15 11:31 Mikle Kolyada
2020-02-11 14:05 Andreas Sturmlechner
2020-02-11 13:54 Mikle Kolyada
2020-02-11 13:50 Mikle Kolyada
2019-12-22 21:54 Aaron Bauman
2019-12-22 20:43 Mikle Kolyada
2019-12-22 20:39 Mikle Kolyada
2019-12-22 19:07 Andreas Sturmlechner
2019-12-22 18:58 Andreas Sturmlechner
2019-11-25  0:33 Maciej Mrozowski
2019-09-21  0:08 Mikle Kolyada
2019-09-21  0:04 Mikle Kolyada
2019-09-20  3:24 Aaron Bauman
2019-07-07 15:56 Andreas Sturmlechner
2019-05-28  2:35 Aaron Bauman
2019-05-18 18:15 Mikle Kolyada
2019-05-18 18:11 Mikle Kolyada
2019-02-18 10:54 Andreas Sturmlechner
2019-02-18  6:20 Mikle Kolyada
2019-02-17 22:35 Thomas Deutschmann
2019-01-25  7:28 Mikle Kolyada
2019-01-25  7:20 Mikle Kolyada
2018-10-23 17:45 Andreas Sturmlechner
2018-10-18 12:31 Thomas Deutschmann
2018-09-13 16:57 Andreas Sturmlechner
2018-05-26  0:52 Thomas Deutschmann
2018-04-29 18:47 Andreas Sturmlechner
2018-04-11 20:08 Andreas Sturmlechner
2018-02-13 11:02 Michael Palimaka
2018-02-13 11:02 Michael Palimaka
2018-02-12 21:36 Thomas Deutschmann
2018-02-10 10:25 Andreas Sturmlechner
2017-09-09 16:35 Andreas Sturmlechner
2017-07-27 16:24 Andreas Sturmlechner
2017-07-26  7:58 Alexis Ballier
2017-07-07  8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-06-17 18:30 Andreas Sturmlechner
2017-06-09 19:24 Andreas Sturmlechner
2017-06-09 19:24 Andreas Sturmlechner
2017-06-09 10:19 Agostino Sarubbo
2017-06-04 16:01 Agostino Sarubbo
2017-05-28 17:22 Andreas Sturmlechner
2017-05-28 16:48 Andreas Sturmlechner
2017-05-28 16:48 Andreas Sturmlechner
2017-05-01  8:31 Andreas Sturmlechner
2017-05-01  8:03 Andreas Sturmlechner
2017-05-01  8:03 Andreas Sturmlechner
2017-04-29  5:25 Michael Palimaka
2017-03-20 16:45 Agostino Sarubbo
2017-01-31 11:43 Agostino Sarubbo
2017-01-30 13:09 Agostino Sarubbo
2016-11-28 12:21 Johannes Huber
2016-11-28 12:13 Johannes Huber
2016-11-19  9:36 Michael Palimaka
2016-11-17 11:35 Michael Palimaka
2016-11-17  7:01 Michael Palimaka
2016-08-03 18:38 Michael Palimaka
2016-07-25 21:34 Johannes Huber
2016-06-16 19:34 Michael Palimaka
2016-03-02 13:33 Michael Palimaka
2016-03-01 17:53 Michael Palimaka
2016-02-09 16:25 Michael Palimaka
2016-02-09 16:25 Michael Palimaka
2016-01-28 18:58 Michael Palimaka
2015-12-16 13:09 Michael Palimaka
2015-12-10 10:27 Michael Palimaka
2015-08-26  9:15 Johannes Huber

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=1550075053.7be166f5cfb23d5f71de502e02c638e2800cb30b.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