public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Mon, 25 Jul 2022 22:15:13 +0000 (UTC)	[thread overview]
Message-ID: <1658787304.d5557fb080ebb477555f9edfb350ff32e5ea96f0.marecki@gentoo> (raw)

commit:     d5557fb080ebb477555f9edfb350ff32e5ea96f0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 20:09:52 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 22:15:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5557fb0

app-admin/keepassxc: drop 2.6.6, 2.6.9999, 2.7.0-r2

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-admin/keepassxc/Manifest                  |  2 -
 app-admin/keepassxc/keepassxc-2.6.6.ebuild    | 96 --------------------------
 app-admin/keepassxc/keepassxc-2.6.9999.ebuild | 99 ---------------------------
 app-admin/keepassxc/keepassxc-2.7.0-r2.ebuild | 98 --------------------------
 app-admin/keepassxc/metadata.xml              |  1 -
 5 files changed, 296 deletions(-)

diff --git a/app-admin/keepassxc/Manifest b/app-admin/keepassxc/Manifest
index 7805b96fbea3..f0479c7ab83a 100644
--- a/app-admin/keepassxc/Manifest
+++ b/app-admin/keepassxc/Manifest
@@ -1,3 +1 @@
-DIST keepassxc-2.6.6-src.tar.xz 7640532 BLAKE2B ed55dfe992c02e78354d7aeb9f63853380dbcdec0e834232997cb6f5ecc303ff18ed50dcc48f54497031d6fc8b741c620202e78c3eacbe50d4dcfa7e4d59a92c SHA512 175702ef3ae5b048ba23a794ddf4e17d61f2640955de7ec21a3e49e4abe7cab8c93c9a2bc61c5c052c62382a69bd8dcb4a4f0cf6daa162f5e00cff3f7a1a713b
-DIST keepassxc-2.7.0-src.tar.xz 8846780 BLAKE2B 74c4e9c6d06239950f1b8a64c5bce894799fdd73a562ee22d1189c60dedfff3555132c0619488e0682e94de8759e096627520b96d664f472645e4b6375d68ff9 SHA512 0fc436ae5fb8fb82765a0c2df20c9567b1baf6aceff1e08c843a151ddcc0920d4cb2d416aebd89bdd8f1b53efb0a4ad0f579955c6943ee66c20b0becbb978e12
 DIST keepassxc-2.7.1.tar.gz 11168642 BLAKE2B 4708821c596e8fc736e086a700d5526be6d9c4cfcb270e3a0a8b73395e9ca3544cbb5973494b15d66e0b98264f4e79d9fa122961407211d346275a9aa1bd5cae SHA512 c2f780ba1f464b32f741d1c6e83734ff220de56dce382f3c38d940abf255d689559c13bff6ad565c38c18cfdb1d883aca52650dba0486e3e28bb4ef872253cc9

diff --git a/app-admin/keepassxc/keepassxc-2.6.6.ebuild b/app-admin/keepassxc/keepassxc-2.6.6.ebuild
deleted file mode 100644
index 2c4ae038afba..000000000000
--- a/app-admin/keepassxc/keepassxc-2.6.6.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org"
-
-if [[ "${PV}" != 9999 ]] ; then
-	if [[ "${PV}" == *_beta* ]] ; then
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-		S="${WORKDIR}/${P/_/-}"
-	else
-		#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
-		KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-	fi
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype browser ccache doc keeshare +network test yubikey"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-crypt/argon2:=
-	dev-libs/libgcrypt:=
-	>=dev-libs/libsodium-1.0.12:=
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	media-gfx/qrencode:=
-	sys-libs/readline:0=
-	sys-libs/zlib:=
-	autotype? (
-		dev-qt/qtx11extras:5
-		x11-libs/libX11
-		x11-libs/libXi
-		x11-libs/libXtst
-	)
-	keeshare? ( dev-libs/quazip:0= )
-	yubikey? ( sys-auth/ykpers )
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-qt/linguist-tools:5
-	dev-qt/qttest:5
-"
-BDEPEND="
-	ccache? ( dev-util/ccache )
-	doc? ( dev-ruby/asciidoctor )
-"
-
-src_prepare() {
-	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != 9999 ]] && [[ ! -f .version ]] ; then
-		printf '%s' "${PV}" > .version || die
-	fi
-
-	 cmake_src_prepare
-}
-
-src_configure() {
-	# https://github.com/keepassxreboot/keepassxc/issues/5801
-	filter-flags -flto*
-
-	local mycmakeargs=(
-		-DWITH_CCACHE="$(usex ccache)"
-		-DWITH_GUI_TESTS=OFF
-		-DWITH_TESTS="$(usex test)"
-		-DWITH_XC_AUTOTYPE="$(usex autotype)"
-		-DWITH_XC_DOCS="$(usex doc)"
-		-DWITH_XC_BROWSER="$(usex browser)"
-		-DWITH_XC_FDOSECRETS=ON
-		-DWITH_XC_KEESHARE="$(usex keeshare)"
-		-DWITH_XC_KEESHARE_SECURE="$(usex keeshare)"
-		-DWITH_XC_NETWORKING="$(usex network)"
-		-DWITH_XC_SSHAGENT=ON
-		-DWITH_XC_UPDATECHECK=OFF
-		-DWITH_XC_YUBIKEY="$(usex yubikey)"
-	)
-	if [[ "${PV}" == *_beta* ]] ; then
-		mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
-	fi
-	cmake_src_configure
-}

diff --git a/app-admin/keepassxc/keepassxc-2.6.9999.ebuild b/app-admin/keepassxc/keepassxc-2.6.9999.ebuild
deleted file mode 100644
index 606bf9740f31..000000000000
--- a/app-admin/keepassxc/keepassxc-2.6.9999.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org"
-
-if [[ "${PV}" != *9999 ]] ; then
-	if [[ "${PV}" == *_beta* ]] ; then
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-		S="${WORKDIR}/${P/_/-}"
-	else
-		#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
-		KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-	fi
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"
-	[[ "${PV}" != 9999 ]] && EGIT_BRANCH="master"
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype browser ccache doc keeshare +network test yubikey"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-crypt/argon2:=
-	dev-libs/libgcrypt:=
-	>=dev-libs/libsodium-1.0.12:=
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	media-gfx/qrencode:=
-	sys-libs/readline:0=
-	sys-libs/zlib:=
-	autotype? (
-		dev-qt/qtx11extras:5
-		x11-libs/libX11
-		x11-libs/libXi
-		x11-libs/libXtst
-	)
-	keeshare? ( sys-libs/zlib:=[minizip] )
-	yubikey? ( sys-auth/ykpers )
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-qt/linguist-tools:5
-	dev-qt/qttest:5
-"
-BDEPEND="
-	ccache? ( dev-util/ccache )
-	doc? ( dev-ruby/asciidoctor )
-"
-
-src_prepare() {
-	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *9999 ]] && [[ ! -f .version ]] ; then
-		printf '%s' "${PV}" > .version || die
-	fi
-
-	 cmake_src_prepare
-}
-
-src_configure() {
-	# https://github.com/keepassxreboot/keepassxc/issues/5801
-	filter-flags -flto*
-
-	local mycmakeargs=(
-		-DWITH_CCACHE="$(usex ccache)"
-		-DWITH_GUI_TESTS=OFF
-		-DWITH_TESTS="$(usex test)"
-		-DWITH_XC_AUTOTYPE="$(usex autotype)"
-		-DWITH_XC_DOCS="$(usex doc)"
-		-DWITH_XC_BROWSER="$(usex browser)"
-		-DWITH_XC_FDOSECRETS=ON
-		-DWITH_XC_KEESHARE="$(usex keeshare)"
-		-DWITH_XC_NETWORKING="$(usex network)"
-		-DWITH_XC_SSHAGENT=ON
-		-DWITH_XC_UPDATECHECK=OFF
-		-DWITH_XC_YUBIKEY="$(usex yubikey)"
-	)
-	if [[ "${PV}" == *_beta* ]] ; then
-		mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
-	fi
-	if [[ "${PV}" != 9999 ]] ; then
-		mycmakeargs+=( -DWITH_XC_KEESHARE_SECURE="$(usex keeshare)" )
-	fi
-	cmake_src_configure
-}

diff --git a/app-admin/keepassxc/keepassxc-2.7.0-r2.ebuild b/app-admin/keepassxc/keepassxc-2.7.0-r2.ebuild
deleted file mode 100644
index d148084c50be..000000000000
--- a/app-admin/keepassxc/keepassxc-2.7.0-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org"
-
-if [[ "${PV}" != *9999 ]] ; then
-	if [[ "${PV}" == *_beta* ]] ; then
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-		S="${WORKDIR}/${P/_/-}"
-	else
-		#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
-		KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-	fi
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"
-	[[ "${PV}" != 9999 ]] && EGIT_BRANCH="master"
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype browser doc keeshare +network test yubikey"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-crypt/argon2:=
-	dev-libs/botan:2=
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	media-gfx/qrencode:=
-	sys-libs/readline:0=
-	sys-libs/zlib:=
-	autotype? (
-		x11-libs/libX11
-		x11-libs/libXtst
-	)
-	keeshare? ( sys-libs/zlib:=[minizip] )
-	yubikey? (
-		dev-libs/libusb:1
-		sys-apps/pcsc-lite
-	)
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-qt/linguist-tools:5
-	dev-qt/qttest:5
-"
-BDEPEND="
-	doc? ( dev-ruby/asciidoctor )
-"
-
-src_prepare() {
-	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *9999 ]] && [[ ! -f .version ]] ; then
-		printf '%s' "${PV}" > .version || die
-	fi
-
-	 cmake_src_prepare
-}
-
-src_configure() {
-	# https://github.com/keepassxreboot/keepassxc/issues/5801
-	filter-flags -flto*
-
-	local mycmakeargs=(
-		# Gentoo users enable ccache via e.g. FEATURES=ccache or
-		# other means. We don't want the build system to enable it for us.
-		-DWITH_CCACHE=OFF
-		-DWITH_GUI_TESTS=OFF
-		-DWITH_TESTS="$(usex test)"
-		-DWITH_XC_AUTOTYPE="$(usex autotype)"
-		-DWITH_XC_DOCS="$(usex doc)"
-		-DWITH_XC_BROWSER="$(usex browser)"
-		-DWITH_XC_FDOSECRETS=ON
-		-DWITH_XC_KEESHARE="$(usex keeshare)"
-		-DWITH_XC_NETWORKING="$(usex network)"
-		-DWITH_XC_SSHAGENT=ON
-		-DWITH_XC_UPDATECHECK=OFF
-		-DWITH_XC_YUBIKEY="$(usex yubikey)"
-	)
-	if [[ "${PV}" == *_beta* ]] ; then
-		mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
-	fi
-	cmake_src_configure
-}

diff --git a/app-admin/keepassxc/metadata.xml b/app-admin/keepassxc/metadata.xml
index 38521204bca7..a608739dade1 100644
--- a/app-admin/keepassxc/metadata.xml
+++ b/app-admin/keepassxc/metadata.xml
@@ -12,7 +12,6 @@
 	<use>
 		<flag name="autotype">Add support to autotype the passwords into other applications</flag>
 		<flag name="browser">Enables browser plugin support</flag>
-		<flag name="ccache">Use <pkg>dev-util/ccache</pkg> to build keepassxc</flag>
 		<flag name="keeshare">Enable KeeShare sharing integration</flag>
 		<flag name="network">Enable network support</flag>
 		<flag name="yubikey">Enable database unlocking via YubiKey.</flag>


             reply	other threads:[~2022-07-25 22:15 UTC|newest]

Thread overview: 177+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25 22:15 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07 16:10 [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ Maciej Barć
2025-04-07 16:10 Maciej Barć
2025-04-05 17:08 Arthur Zamarin
2025-04-05 17:08 Arthur Zamarin
2024-11-08 19:34 Maciej Barć
2024-07-22  1:09 Sam James
2024-07-21 19:48 Arthur Zamarin
2024-06-20 14:05 Maciej Barć
2024-06-07 17:46 Arthur Zamarin
2024-06-07 16:46 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-04-17 23:29 Sam James
2024-04-17 22:35 Sam James
2024-03-12 17:03 Maciej Barć
2024-03-11  9:03 Maciej Barć
2024-03-11  9:03 Maciej Barć
2024-03-10 16:19 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-09-21  5:09 Sam James
2023-09-21  5:09 Sam James
2023-08-17 13:22 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-06-30 19:08 Maciej Barć
2023-06-24  2:59 Sam James
2023-06-20 16:48 Arthur Zamarin
2023-06-20 16:48 Arthur Zamarin
2023-05-19 14:18 Maciej Barć
2023-05-19  8:37 Marek Szuba
2023-05-19  8:37 Marek Szuba
2023-05-07 15:21 Maciej Barć
2022-11-30 22:34 Sam James
2022-11-30 21:15 Jakov Smolić
2022-11-29  6:58 Jakov Smolić
2022-11-01  0:36 Marek Szuba
2022-10-26 13:40 Maciej Barć
2022-09-26  8:03 Maciej Barć
2022-07-26 22:02 Maciej Barć
2022-06-29 11:24 Marek Szuba
2022-06-29 11:08 Marek Szuba
2022-06-29 11:08 Marek Szuba
2022-06-29 11:01 Maciej Barć
2022-05-28  7:04 Agostino Sarubbo
2022-05-28  6:55 Agostino Sarubbo
2022-04-10 22:58 Sam James
2022-04-10 22:58 Sam James
2022-04-06  6:50 Lars Wendler
2022-03-23 14:40 Lars Wendler
2022-03-23 14:40 Lars Wendler
2022-03-23  8:40 Lars Wendler
2022-03-23  8:40 Lars Wendler
2022-03-22  1:59 Lars Wendler
2022-02-27 23:04 Lars Wendler
2022-02-27 23:04 Lars Wendler
2022-01-28 14:56 Lars Wendler
2022-01-28 14:56 Lars Wendler
2022-01-28 14:56 Lars Wendler
2021-09-28 17:48 Lars Wendler
2021-07-15  7:42 Agostino Sarubbo
2021-07-15  7:38 Agostino Sarubbo
2021-06-12 14:20 Lars Wendler
2021-06-12 10:35 Lars Wendler
2021-06-08  7:40 Lars Wendler
2021-06-08  7:20 Lars Wendler
2021-06-08  7:20 Lars Wendler
2021-04-11 21:46 Lars Wendler
2021-04-11 21:46 Lars Wendler
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2021-02-23 19:53 Andreas Sturmlechner
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15  3:36 Sam James
2021-02-03  3:11 Sam James
2021-02-02 21:00 Sam James
2021-02-01  9:19 Lars Wendler
2021-02-01  9:19 Lars Wendler
2021-02-01  9:19 Lars Wendler
2021-01-13  9:18 Sam James
2021-01-13  9:17 Sam James
2021-01-13  1:28 Lars Wendler
2020-10-23 11:07 Lars Wendler
2020-10-22  7:02 Lars Wendler
2020-10-22  7:02 Lars Wendler
2020-10-14 19:22 Agostino Sarubbo
2020-10-14 19:08 Agostino Sarubbo
2020-09-07  7:35 Sergei Trofimovich
2020-08-20  2:42 Lars Wendler
2020-07-08 15:07 Lars Wendler
2020-07-08 15:07 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-15 12:00 Lars Wendler
2020-05-09  8:47 Mart Raudsepp
2020-04-10 14:37 Lars Wendler
2020-03-09 12:52 Lars Wendler
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-01-19 23:06 Lars Wendler
2020-01-19 23:06 Lars Wendler
2020-01-04 15:09 Lars Wendler
2020-01-04 14:59 Lars Wendler
2020-01-04 14:59 Lars Wendler
2019-11-12  8:17 Lars Wendler
2019-11-04 12:53 Lars Wendler
2019-10-27 10:15 Lars Wendler
2019-10-27 10:15 Lars Wendler
2019-09-09  6:54 Agostino Sarubbo
2019-09-08 19:15 Thomas Deutschmann
2019-07-12  8:03 Lars Wendler
2019-07-12  8:03 Lars Wendler
2019-07-12  8:03 Lars Wendler
2019-06-12 10:45 Lars Wendler
2019-06-12 10:45 Lars Wendler
2019-06-11 11:12 Lars Wendler
2019-06-03 14:22 Lars Wendler
2019-06-03 12:22 Lars Wendler
2019-04-26 10:49 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-03-25 11:44 Lars Wendler
2019-03-25 11:44 Lars Wendler
2019-03-23 22:25 Lars Wendler
2019-03-20 12:44 Lars Wendler
2019-03-20 11:01 Lars Wendler
2019-03-11 15:28 Lars Wendler
2019-03-11 14:31 Lars Wendler
2019-03-10 17:49 Lars Wendler
2019-03-10 13:16 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2019-03-07 22:43 Lars Wendler
2019-03-07 22:43 Lars Wendler
2019-03-07 22:43 Lars Wendler
2018-10-26  9:37 Lars Wendler
2018-08-30  8:45 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-08-25 20:29 Lars Wendler
2018-08-25 20:29 Lars Wendler
2018-05-11 15:25 Lars Wendler
2018-03-13 19:41 Lars Wendler
2018-03-13 19:38 Mikle Kolyada
2018-03-08  9:19 Lars Wendler
2018-03-05  8:06 Lars Wendler
2018-03-04  6:51 Thomas Deutschmann
2018-03-01 15:06 Lars Wendler
2018-03-01 15:06 Lars Wendler
2018-03-01 15:06 Lars Wendler
2018-02-23 23:24 Matt Thode
2018-02-11 21:59 Matt Thode
2017-12-16 15:57 Lars Wendler
2017-12-16 15:57 Lars Wendler
2017-10-24  9:06 Lars Wendler
2017-10-20 11:07 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-10-12  7:18 Lars Wendler
2017-10-03  9:38 Lars Wendler
2017-08-01  8:25 Lars Wendler
2017-08-01  8:25 Lars Wendler
2017-08-01  8:23 Lars Wendler
2017-06-28 11:26 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-04-10 13:49 Lars Wendler
2017-04-10 13:49 Lars Wendler
2017-03-03 12:59 Lars Wendler
2017-03-03 12:59 Lars Wendler
2017-02-20  9:00 Lars Wendler
2017-02-20  8:45 Lars Wendler
2017-02-20  8:45 Lars Wendler
2017-02-10  7:31 Lars Wendler

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=1658787304.d5557fb080ebb477555f9edfb350ff32e5ea96f0.marecki@gentoo \
    --to=marecki@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