From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/
Date: Sun, 20 May 2018 18:37:11 +0000 (UTC) [thread overview]
Message-ID: <1526841291.c6ddd4b0a3d8a91a07a1197740e3ce9107ae6f40.mattst88@gentoo> (raw)
commit: c6ddd4b0a3d8a91a07a1197740e3ce9107ae6f40
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:34:51 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:34:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ddd4b0
x11-misc/xkeyboard-config: Drop old versions
x11-misc/xkeyboard-config/Manifest | 3 --
.../xkeyboard-config/xkeyboard-config-2.20.ebuild | 40 ----------------------
.../xkeyboard-config/xkeyboard-config-2.21.ebuild | 40 ----------------------
.../xkeyboard-config/xkeyboard-config-2.22.ebuild | 40 ----------------------
.../xkeyboard-config-2.23.1.ebuild | 40 ----------------------
5 files changed, 163 deletions(-)
diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest
index 813914ce45f..27b60247873 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -1,4 +1 @@
-DIST xkeyboard-config-2.20.tar.bz2 978275 BLAKE2B 5d24adb829057f9600c7de0dd028af067d23a9138de87438fcc03936e48c1908fc4740f41c8f87be90ec0edbadd20735859a7fe184f5c4704ee819a1c248a091 SHA512 29584096874cf8f1444ed00374150fb186e9a74221b384d779bcf01c0762977f8a6a1b3dfa37acd560667a79cc80d4c0d39729b7dc21809520a7254026439db4
-DIST xkeyboard-config-2.21.tar.bz2 994972 BLAKE2B d6810fce00cad5fc296bd744831a13e797d8e03dada40445cf4a81b328470517f0ced8d9d0e734d9d8d35da4727ac9ff74488e118a8b7fe8c2e9cd6d364854f0 SHA512 c8c3da9d78365878b051bcfecc7c51e89c5aa15e6e3ba5e8c84612eaca4ca7741702c023f9571ac04c865f2951a7ca33f4fbbedb3baf6c76441ebf59c4e41068
-DIST xkeyboard-config-2.22.tar.bz2 1046333 BLAKE2B 5a869154be04a84c57bd93896e0ada5598b1aa788a10952e5432820d5511c3d9fb101f995248115affb4c3270754b05757af4c91c4273f16299eaba6db5fb285 SHA512 1697cc1a49625eb608d8ab1f54f9f37e37facc482fc8bae5ebff9e3336efdd2f57e0ed95db0a9745d49f1bc21e2cfa792d0849f4057745d8be8f7abac4893f97
DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647 SHA512 d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
deleted file mode 100644
index c301928f46a..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
- !<x11-libs/libX11-1.4.3"
-DEPEND="
- sys-devel/gettext
- dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
- --enable-compat-rules
- # do not check for runtime deps
- --disable-runtime-deps
- --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
- xorg-2_src_prepare
- if [[ ${XORG_EAUTORECONF} != no ]]; then
- intltoolize --copy --automake || die
- fi
-}
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
deleted file mode 100644
index 4dede12071f..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
- !<x11-libs/libX11-1.4.3"
-DEPEND="
- sys-devel/gettext
- dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
- --enable-compat-rules
- # do not check for runtime deps
- --disable-runtime-deps
- --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
- xorg-2_src_prepare
- if [[ ${XORG_EAUTORECONF} != no ]]; then
- intltoolize --copy --automake || die
- fi
-}
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild
deleted file mode 100644
index 4dede12071f..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
- !<x11-libs/libX11-1.4.3"
-DEPEND="
- sys-devel/gettext
- dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
- --enable-compat-rules
- # do not check for runtime deps
- --disable-runtime-deps
- --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
- xorg-2_src_prepare
- if [[ ${XORG_EAUTORECONF} != no ]]; then
- intltoolize --copy --automake || die
- fi
-}
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
deleted file mode 100644
index 40b72722a50..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
-[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
- !<x11-libs/libX11-1.4.3"
-DEPEND="
- sys-devel/gettext
- dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
- --enable-compat-rules
- # do not check for runtime deps
- --disable-runtime-deps
- --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
- xorg-2_src_prepare
- if [[ ${XORG_EAUTORECONF} != no ]]; then
- intltoolize --copy --automake || die
- fi
-}
next reply other threads:[~2018-05-20 18:37 UTC|newest]
Thread overview: 265+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-20 18:37 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 9:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/ Arthur Zamarin
2024-11-08 2:49 Sam James
2024-11-07 7:41 Sam James
2024-11-07 7:41 Sam James
2024-11-07 7:41 Sam James
2024-11-07 7:17 Sam James
2024-11-07 7:17 Sam James
2024-10-02 15:13 Matt Turner
2024-10-02 15:13 Matt Turner
2024-09-03 1:57 Matt Turner
2024-09-03 0:31 Ionen Wolkens
2024-08-12 15:31 Matt Turner
2024-07-14 17:43 Jakov Smolić
2024-07-14 15:39 Sam James
2024-07-14 15:39 Sam James
2024-07-14 15:39 Sam James
2024-07-14 15:39 Sam James
2024-07-14 15:39 Sam James
2024-07-14 15:39 Sam James
2024-06-10 18:07 Matt Turner
2024-06-09 15:37 Matt Turner
2024-04-21 21:09 Matt Turner
2024-04-17 5:37 Arthur Zamarin
2024-03-21 20:45 Arthur Zamarin
2024-03-19 9:31 Sam James
2024-03-19 7:13 Arthur Zamarin
2024-02-13 19:38 Matt Turner
2024-02-13 19:38 Matt Turner
2024-01-24 17:00 Matt Turner
2024-01-22 15:42 Sam James
2024-01-06 8:11 Sam James
2024-01-03 18:39 Arthur Zamarin
2024-01-03 18:39 Arthur Zamarin
2024-01-03 6:22 Sam James
2024-01-03 2:24 Sam James
2024-01-03 1:08 Sam James
2024-01-03 1:08 Sam James
2024-01-03 1:08 Sam James
2023-12-21 14:54 Matt Turner
2023-12-08 14:29 Arthur Zamarin
2023-12-03 7:42 Sam James
2023-11-17 13:58 Sam James
2023-11-17 13:04 Sam James
2023-11-16 19:55 Arthur Zamarin
2023-11-16 19:42 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-11-16 17:17 Arthur Zamarin
2023-10-16 2:11 Matt Turner
2023-10-16 2:11 Matt Turner
2023-08-16 22:07 Matt Turner
2023-08-16 15:12 Arthur Zamarin
2023-08-11 19:12 Arthur Zamarin
2023-08-11 5:56 Arthur Zamarin
2023-08-09 4:27 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-02 11:54 Arthur Zamarin
2023-07-02 11:52 Arthur Zamarin
2023-06-14 17:28 Matt Turner
2023-04-09 4:05 Matt Turner
2023-04-08 17:18 Arthur Zamarin
2023-04-08 15:00 Arthur Zamarin
2023-04-08 14:47 Arthur Zamarin
2023-04-08 10:46 Arthur Zamarin
2023-04-08 9:57 Arthur Zamarin
2023-04-08 9:02 Arthur Zamarin
2023-04-08 6:18 Arthur Zamarin
2023-02-27 18:44 Matt Turner
2022-12-03 6:05 Arthur Zamarin
2022-12-02 6:32 Arthur Zamarin
2022-11-19 7:01 Arthur Zamarin
2022-11-16 18:23 Arthur Zamarin
2022-11-16 7:58 Arthur Zamarin
2022-11-12 15:55 Arthur Zamarin
2022-11-12 15:50 Arthur Zamarin
2022-10-18 1:08 Matt Turner
2022-10-08 14:32 Matt Turner
2022-06-24 16:26 Matt Turner
2022-06-24 11:04 Arthur Zamarin
2022-06-17 6:56 Agostino Sarubbo
2022-06-16 15:16 Sam James
2022-06-16 15:16 Sam James
2022-06-16 7:39 Agostino Sarubbo
2022-06-16 7:38 Agostino Sarubbo
2022-06-16 6:10 Agostino Sarubbo
2022-06-16 6:09 Agostino Sarubbo
2022-06-04 12:33 Matt Turner
2022-06-04 12:33 Matt Turner
2022-05-29 15:23 Matt Turner
2022-05-25 18:00 Jakov Smolić
2022-05-25 17:57 Jakov Smolić
2022-05-10 16:19 Arthur Zamarin
2022-05-08 23:01 Sam James
2022-05-08 7:34 WANG Xuerui
2022-02-12 3:48 Matt Turner
2022-02-09 19:08 Matt Turner
2022-01-05 23:51 James Le Cuirot
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-10-22 4:32 Matt Turner
2021-10-22 4:32 Matt Turner
2021-09-23 20:13 Sam James
2021-08-20 0:28 Sam James
2021-08-20 0:07 Sam James
2021-08-20 0:07 Sam James
2021-08-18 1:41 Sam James
2021-08-13 21:56 Sam James
2021-08-13 21:56 Sam James
2021-08-11 20:14 Sam James
2021-07-04 18:24 Matt Turner
2021-05-29 18:16 Matt Turner
2021-05-27 19:23 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:14 Sam James
2021-05-27 19:11 Sam James
2021-05-27 19:11 Sam James
2021-02-17 18:29 Matt Turner
2021-02-17 18:29 Matt Turner
2021-01-06 12:05 Fabian Groffen
2020-12-31 16:59 Matt Turner
2020-12-20 19:17 Thomas Deutschmann
2020-12-19 15:08 Sam James
2020-12-13 23:30 Sam James
2020-12-09 22:38 Sergei Trofimovich
2020-12-07 15:27 Sam James
2020-12-07 5:23 Sam James
2020-12-06 20:48 Sam James
2020-10-25 21:56 Matt Turner
2020-10-06 3:44 Matt Turner
2020-07-31 17:53 Sergei Trofimovich
2020-07-21 9:33 Agostino Sarubbo
2020-07-21 8:48 Agostino Sarubbo
2020-07-19 1:47 Sam James
2020-07-17 20:47 Sam James
2020-07-17 15:15 Agostino Sarubbo
2020-07-17 15:09 Agostino Sarubbo
2020-07-17 15:07 Agostino Sarubbo
2020-06-23 19:43 Matt Turner
2020-06-08 21:23 Matt Turner
2020-03-29 10:48 Sergei Trofimovich
2020-03-20 0:39 Matt Turner
2020-03-19 22:30 Matt Turner
2020-03-11 20:08 Matt Turner
2020-03-08 10:49 Mart Raudsepp
2020-03-05 15:10 Agostino Sarubbo
2020-03-05 15:09 Agostino Sarubbo
2020-03-05 13:23 Agostino Sarubbo
2020-03-05 12:54 Agostino Sarubbo
2020-03-05 11:51 Agostino Sarubbo
2020-03-05 11:40 Agostino Sarubbo
2020-03-05 11:37 Agostino Sarubbo
2020-02-02 0:15 Matt Turner
2020-02-02 0:15 Matt Turner
2020-01-02 17:29 Matt Turner
2019-11-26 22:54 Matt Turner
2019-11-26 0:58 Thomas Deutschmann
2019-11-25 7:30 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-22 9:34 Mikle Kolyada
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-18 22:08 Aaron Bauman
2019-11-18 14:29 Agostino Sarubbo
2019-10-22 11:05 Lars Wendler
2019-10-03 5:53 Michał Górny
2019-07-28 13:05 Mikle Kolyada
2019-07-21 17:13 Aaron Bauman
2019-07-19 11:33 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 10:47 Agostino Sarubbo
2019-07-17 14:03 Agostino Sarubbo
2019-07-17 10:18 Mikle Kolyada
2019-07-14 9:11 Sergei Trofimovich
2019-07-13 10:36 Sergei Trofimovich
2019-07-10 10:30 Agostino Sarubbo
2019-07-09 23:11 Sergei Trofimovich
2019-06-03 20:28 Matt Turner
2019-05-01 18:24 Matt Turner
2019-04-28 20:59 Sergei Trofimovich
2019-04-28 9:35 Mikle Kolyada
2019-04-28 4:21 Matt Turner
2019-04-28 0:48 Matt Turner
2019-04-27 11:52 Mikle Kolyada
2019-04-27 11:47 Mikle Kolyada
2019-04-27 4:29 Aaron Bauman
2019-04-27 3:15 Aaron Bauman
2019-02-12 22:59 James Le Cuirot
2019-02-06 6:36 Matt Turner
2019-01-19 20:09 Mart Raudsepp
2018-12-30 21:38 Mikle Kolyada
2018-11-29 5:17 Matt Turner
2018-11-27 20:30 Matt Turner
2018-11-17 14:57 Mikle Kolyada
2018-11-10 17:23 Matt Turner
2018-11-04 19:14 Thomas Deutschmann
2018-11-04 14:16 Sergei Trofimovich
2018-11-04 4:35 Matt Turner
2018-11-04 4:35 Matt Turner
2018-11-03 14:43 Mikle Kolyada
2018-10-21 21:19 Matt Turner
2018-08-17 2:05 Mikle Kolyada
2018-08-08 19:27 Matt Turner
2018-07-28 0:38 Matt Turner
2018-07-28 0:38 Matt Turner
2018-06-06 23:05 Matt Turner
2018-05-20 18:37 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08 6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:36 Mikle Kolyada
2018-02-01 13:11 Chí-Thanh Christopher Nguyễn
2017-10-06 7:44 Lars Wendler
2017-08-16 7:16 Michał Górny
2017-06-05 15:43 Manuel Rüger
2017-03-16 20:37 Matt Turner
2017-03-16 8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-08 7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-04 7:03 Matt Turner
2017-03-04 7:03 Matt Turner
2017-02-03 21:39 Robin H. Johnson
2017-02-01 6:37 Matt Turner
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13 9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-10-01 12:32 Manuel Rüger
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-06 11:00 Markus Meier
2016-08-03 4:06 Jeroen Roovers
2016-06-04 9:41 Chí-Thanh Christopher Nguyễn
2016-06-02 17:12 Tobias Klausmann
2016-03-04 6:46 Stephen Klimaszewski
2016-01-27 9:13 Manuel Rüger
2016-01-27 9:13 Manuel Rüger
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:56 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
2015-10-20 20:55 Manuel Rüger
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=1526841291.c6ddd4b0a3d8a91a07a1197740e3ce9107ae6f40.mattst88@gentoo \
--to=mattst88@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