public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/
Date: Thu, 21 Dec 2017 09:07:47 +0000 (UTC)	[thread overview]
Message-ID: <1513847256.d0cd9de862a3147ecc6ad636ebe71a38b9f5ac3d.kensington@gentoo> (raw)

commit:     d0cd9de862a3147ecc6ad636ebe71a38b9f5ac3d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:02:26 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cd9de8

app-misc/pax-utils: remove old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-misc/pax-utils/Manifest                  |  1 -
 app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild | 61 ----------------------------
 app-misc/pax-utils/pax-utils-1.1.6.ebuild    | 57 --------------------------
 app-misc/pax-utils/pax-utils-1.2.2-r1.ebuild | 58 --------------------------
 app-misc/pax-utils/pax-utils-1.2.2.ebuild    | 56 -------------------------
 5 files changed, 233 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index fc2991872c0..8b26ec599d4 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,3 +1,2 @@
-DIST pax-utils-1.1.6.tar.xz 647308 BLAKE2B 3cec06e1ac9c87a6a020cc550c51a1ada2f0438e2b4c4ab49de74e16ec67bf8c9d6283575bb294fc4729b261c8d7847c82accc2b6a03e03518de935956f5e840 SHA512 c5bdb3ee076c5f4d026f811a59329014c539e3bb3ab45aec92564dcc4abcedaebc50bec55c37aeccfe9e31c554ec7789426fcb3d6f67a8d805843f32c5993f94
 DIST pax-utils-1.1.7.tar.xz 648376 BLAKE2B 676551b2391b2ba27281d26fba61da7d0d277f3b562c9d8365ea5a6b5bfa4327bad66cf1f62cb626f8b6ec3ae693cab713683b81142dd71920f3b6300951f6d2 SHA512 cec176cf5863b15acc058cbd99639f5f456346136d0551ce5875cb66c28dd0f6e7f5077b0c06751a3a68984b5c4386c232d3db8b76aa4f4b326b0b692835fdeb
 DIST pax-utils-1.2.2.tar.xz 655964 BLAKE2B 5e43b52648f1f0cc1f46616ebd9a554cf2e5909292337c84f9ee0e2eceb4879a5f16ca20700e5a16267b38ffea529814949817ea6054cd1b2ea38e267455de00 SHA512 6bafe93f3b84d4595b6adfa09b46a3dd249f309fe836d90115e9aa5fcc7da37b03f743e80719dfe6bcdb739ce6ec3843170a5513e196c348721f850e19d3e38c

diff --git a/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild b/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild
deleted file mode 100644
index e5a993a7e98..00000000000
--- a/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities"
-SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~solar/pax/${P}.tar.xz
-	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-	python? ( dev-python/pyelftools )
-	seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-	caps? ( virtual/pkgconfig )
-	seccomp? ( virtual/pkgconfig )
-	app-arch/xz-utils"
-
-_emake() {
-	emake \
-		USE_CAP=$(usex caps) \
-		USE_DEBUG=$(usex debug) \
-		USE_PYTHON=$(usex python) \
-		USE_SECCOMP=$(usex seccomp) \
-		"$@"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}/0001-lddtree.py-work-around-pyelftools-API-change.patch"
-}
-
-src_configure() {
-	# Avoid slow configure+gnulib+make if on an up-to-date Linux system
-	if use prefix || ! use kernel_linux || \
-	   has_version '<sys-libs/glibc-2.10'
-	then
-		econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
-	else
-		tc-export CC PKG_CONFIG
-	fi
-}
-
-src_compile() {
-	_emake
-}
-
-src_test() {
-	_emake check
-}
-
-src_install() {
-	_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
-}

diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
deleted file mode 100644
index 3696902fdd3..00000000000
--- a/app-misc/pax-utils/pax-utils-1.1.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities"
-SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~solar/pax/${P}.tar.xz
-	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-	python? ( dev-python/pyelftools )
-	seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-	caps? ( virtual/pkgconfig )
-	seccomp? ( virtual/pkgconfig )
-	app-arch/xz-utils"
-
-_emake() {
-	emake \
-		USE_CAP=$(usex caps) \
-		USE_DEBUG=$(usex debug) \
-		USE_PYTHON=$(usex python) \
-		USE_SECCOMP=$(usex seccomp) \
-		"$@"
-}
-
-src_configure() {
-	# Avoid slow configure+gnulib+make if on an up-to-date Linux system
-	if use prefix || ! use kernel_linux || \
-	   has_version '<sys-libs/glibc-2.10'
-	then
-		econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
-	else
-		tc-export CC PKG_CONFIG
-	fi
-}
-
-src_compile() {
-	_emake
-}
-
-src_test() {
-	_emake check
-}
-
-src_install() {
-	_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
-}

diff --git a/app-misc/pax-utils/pax-utils-1.2.2-r1.ebuild b/app-misc/pax-utils/pax-utils-1.2.2-r1.ebuild
deleted file mode 100644
index ba368f7be67..00000000000
--- a/app-misc/pax-utils/pax-utils-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities"
-SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-	python? ( dev-python/pyelftools )
-	seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-	caps? ( virtual/pkgconfig )
-	seccomp? ( virtual/pkgconfig )
-	app-arch/xz-utils"
-
-PATCHES=("${FILESDIR}"/${P}-scanelf-fix-out-of-bounds-access-in-ia64.patch)
-
-_emake() {
-	emake \
-		USE_CAP=$(usex caps) \
-		USE_DEBUG=$(usex debug) \
-		USE_PYTHON=$(usex python) \
-		USE_SECCOMP=$(usex seccomp) \
-		"$@"
-}
-
-src_configure() {
-	# Avoid slow configure+gnulib+make if on an up-to-date Linux system
-	if use prefix || ! use kernel_linux || \
-	   has_version '<sys-libs/glibc-2.10'
-	then
-		econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
-	else
-		tc-export CC PKG_CONFIG
-	fi
-}
-
-src_compile() {
-	_emake
-}
-
-src_test() {
-	_emake check
-}
-
-src_install() {
-	_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
-}

diff --git a/app-misc/pax-utils/pax-utils-1.2.2.ebuild b/app-misc/pax-utils/pax-utils-1.2.2.ebuild
deleted file mode 100644
index b40fc4f31b4..00000000000
--- a/app-misc/pax-utils/pax-utils-1.2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities"
-SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-	python? ( dev-python/pyelftools )
-	seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-	caps? ( virtual/pkgconfig )
-	seccomp? ( virtual/pkgconfig )
-	app-arch/xz-utils"
-
-_emake() {
-	emake \
-		USE_CAP=$(usex caps) \
-		USE_DEBUG=$(usex debug) \
-		USE_PYTHON=$(usex python) \
-		USE_SECCOMP=$(usex seccomp) \
-		"$@"
-}
-
-src_configure() {
-	# Avoid slow configure+gnulib+make if on an up-to-date Linux system
-	if use prefix || ! use kernel_linux || \
-	   has_version '<sys-libs/glibc-2.10'
-	then
-		econf $(use_with caps) $(use_with debug) $(use_with python) $(use_with seccomp)
-	else
-		tc-export CC PKG_CONFIG
-	fi
-}
-
-src_compile() {
-	_emake
-}
-
-src_test() {
-	_emake check
-}
-
-src_install() {
-	_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
-}


             reply	other threads:[~2017-12-21  9:07 UTC|newest]

Thread overview: 201+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-21  9:07 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06 12:26 [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ Sam James
2024-11-25 23:08 Sam James
2024-11-23 20:15 Arthur Zamarin
2024-11-23 16:44 Michał Górny
2024-11-23 16:32 Sam James
2024-11-23 16:29 Sam James
2024-11-23 16:27 Sam James
2024-10-05  1:43 Sam James
2024-09-22  4:40 Sam James
2024-04-13 15:52 Mike Gilbert
2024-04-13 15:52 Mike Gilbert
2024-01-15  3:32 Ionen Wolkens
2023-12-06 17:57 Ionen Wolkens
2023-10-12  9:47 Sam James
2023-10-12  9:47 Sam James
2023-06-25  8:18 Arthur Zamarin
2023-06-25  8:14 Arthur Zamarin
2023-06-25  8:14 Arthur Zamarin
2023-06-25  8:14 Arthur Zamarin
2023-01-27  6:23 Sam James
2023-01-09 20:37 Mike Gilbert
2023-01-09 20:37 Mike Gilbert
2023-01-09 20:22 Sebastian Pipping
2023-01-06  7:14 Sam James
2023-01-03  6:14 Sam James
2023-01-03  6:14 Sam James
2022-12-31 15:01 Sam James
2022-11-19  7:18 Arthur Zamarin
2022-11-02  6:34 Agostino Sarubbo
2022-11-02  6:20 Agostino Sarubbo
2022-11-02  6:19 Agostino Sarubbo
2022-11-02  6:07 Agostino Sarubbo
2022-09-23  1:56 Sam James
2022-09-10 11:33 Sam James
2022-08-31  6:22 Jakov Smolić
2022-08-31  6:22 Jakov Smolić
2022-07-31  4:58 Sam James
2022-07-12 10:04 Sam James
2022-07-12 10:03 Sam James
2022-07-03 14:43 Jakov Smolić
2022-07-03 10:52 Agostino Sarubbo
2022-07-03 10:48 Agostino Sarubbo
2022-07-03  8:51 Agostino Sarubbo
2022-07-03  8:51 Agostino Sarubbo
2022-07-03  8:50 Agostino Sarubbo
2022-07-03  8:49 Agostino Sarubbo
2022-07-03  8:48 Agostino Sarubbo
2022-04-25  1:58 WANG Xuerui
2022-04-17 18:32 Sam James
2021-10-07  7:12 Mike Frysinger
2021-10-01  7:14 Sam James
2021-09-20 21:04 Sam James
2021-09-20 21:04 Sam James
2021-09-20 21:04 Sam James
2021-09-20  4:02 Sam James
2021-09-19  6:39 Agostino Sarubbo
2021-09-19  3:35 Sam James
2021-09-19  3:35 Sam James
2021-09-19  3:35 Sam James
2021-09-05  5:48 Sam James
2021-08-02  3:56 Sam James
2021-07-27  3:16 Sam James
2021-07-26 11:17 Sam James
2021-07-22 21:35 Sergei Trofimovich
2021-07-18 13:14 Sergei Trofimovich
2021-07-18  6:35 Agostino Sarubbo
2021-07-18  6:34 Agostino Sarubbo
2021-07-18  6:33 Agostino Sarubbo
2021-07-17 23:14 Sam James
2021-07-02  6:03 Sergei Trofimovich
2021-06-12 10:07 Sergei Trofimovich
2021-06-10  7:21 Sergei Trofimovich
2021-06-05 10:50 Sergei Trofimovich
2021-05-22 19:23 Sergei Trofimovich
2021-05-22 15:10 Sam James
2021-05-22  1:35 Sam James
2021-05-22  1:35 Sam James
2021-05-22  1:32 Sam James
2021-05-21 19:49 Sam James
2021-05-21 19:49 Sam James
2021-04-18 20:36 Mike Frysinger
2021-04-18 18:34 Mike Frysinger
2021-04-17  5:39 Mike Frysinger
2021-04-17  5:39 Mike Frysinger
2021-04-14  1:00 Sam James
2021-03-26 14:26 Agostino Sarubbo
2021-03-13  9:53 Sergei Trofimovich
2021-03-07 14:41 Agostino Sarubbo
2021-03-06 21:38 Sergei Trofimovich
2021-03-06 21:38 Sergei Trofimovich
2021-03-06 15:37 Thomas Deutschmann
2021-03-06 15:14 Sergei Trofimovich
2021-02-04  9:17 Sergei Trofimovich
2021-02-03 20:49 Sergei Trofimovich
2021-01-06 13:19 Fabian Groffen
2020-12-25 12:17 Sergei Trofimovich
2020-12-20 20:31 Sergei Trofimovich
2020-12-19 21:50 Sergei Trofimovich
2020-12-09 12:10 Fabian Groffen
2020-10-05  8:04 Sergei Trofimovich
2020-08-29  7:42 Sergei Trofimovich
2020-08-14 21:44 Sergei Trofimovich
2020-08-01 13:50 Sergei Trofimovich
2020-06-20 19:49 Sergei Trofimovich
2020-05-30 19:48 Michał Górny
2020-05-28 15:45 Agostino Sarubbo
2020-05-28 15:42 Agostino Sarubbo
2020-05-28 15:40 Agostino Sarubbo
2020-05-28 15:39 Agostino Sarubbo
2020-05-28 12:32 Agostino Sarubbo
2020-05-27  6:28 Sergei Trofimovich
2020-05-26 19:31 Agostino Sarubbo
2020-05-25 21:33 Sergei Trofimovich
2020-04-13 10:49 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2020-03-31 17:51 Mart Raudsepp
2020-03-27 18:19 Sergei Trofimovich
2020-03-22 15:02 Agostino Sarubbo
2020-03-22 14:30 Agostino Sarubbo
2020-03-22 12:01 Agostino Sarubbo
2020-03-22 11:10 Agostino Sarubbo
2020-03-22 11:09 Agostino Sarubbo
2020-03-22 11:08 Agostino Sarubbo
2020-03-22 11:07 Agostino Sarubbo
2020-03-22 11:07 Agostino Sarubbo
2020-02-16 13:06 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-02-09 16:11 Michał Górny
2020-02-05 19:37 Michał Górny
2020-01-13  7:27 Sergei Trofimovich
2019-12-24 14:00 Mikle Kolyada
2019-12-10 10:54 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-03 11:58 Agostino Sarubbo
2019-12-03 11:56 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-12-03  8:37 Agostino Sarubbo
2019-12-03  1:49 Aaron Bauman
2019-08-04 13:58 Alexey Shvetsov
2019-05-04 10:35 Andreas K. Hüttel
2019-01-14 23:07 Sergei Trofimovich
2019-01-14 23:07 Sergei Trofimovich
2018-08-10  7:34 Sergei Trofimovich
2018-05-09  8:44 Michał Górny
2018-05-01 20:17 Mikle Kolyada
2018-04-08 13:08 Aaron Bauman
2018-04-08 13:08 Aaron Bauman
2018-04-08 10:55 Markus Meier
2018-04-04 22:26 Sergei Trofimovich
2018-04-03 21:51 Sergei Trofimovich
2018-04-03 21:47 Sergei Trofimovich
2018-03-31 10:11 Tobias Klausmann
2018-03-30 23:14 Sergei Trofimovich
2018-03-28 19:45 Mart Raudsepp
2018-03-24 12:31 Sergei Trofimovich
2018-03-24 11:16 Mikle Kolyada
2018-03-23 23:38 Sergei Trofimovich
2018-03-22 16:39 Mikle Kolyada
2018-03-15 14:10 Mikle Kolyada
2018-03-12  3:14 Stephen Klimaszewski
2018-03-10 21:45 Doug Goldstein
2018-03-04 17:07 Tobias Klausmann
2018-02-24 10:33 Sergei Trofimovich
2018-02-18 11:57 Sergei Trofimovich
2018-02-06 21:40 Sergei Trofimovich
2018-02-06 18:36 Thomas Deutschmann
2018-02-06 16:40 Agostino Sarubbo
2018-02-04 21:44 Sergei Trofimovich
2018-02-04 21:28 Sergei Trofimovich
2017-01-29 14:59 Fabian Groffen
2017-01-24  6:50 Mike Frysinger
2017-01-22 20:10 Tobias Klausmann
2017-01-22 17:59 Mike Frysinger
2017-01-22 15:01 Agostino Sarubbo
2017-01-22 14:53 Agostino Sarubbo
2017-01-22  6:17 Mike Frysinger
2017-01-22  6:17 Mike Frysinger
2016-12-16 13:17 Fabian Groffen
2016-11-12  7:19 Mike Frysinger
2016-11-12  7:19 Mike Frysinger
2016-11-12  7:13 Mike Frysinger
2016-06-10 13:53 Agostino Sarubbo
2016-06-08 19:38 Markus Meier
2016-06-01 15:10 Tobias Klausmann
2016-05-28  4:34 Benda XU
2016-05-27  3:02 Jeroen Roovers
2016-05-26  1:44 Benda XU
2016-05-03  4:36 Mike Frysinger
2016-03-04  3:07 Mike Frysinger
2016-02-24 19:37 Mike Frysinger
2016-02-10 19:41 Mike Frysinger
2015-10-26  4:39 Mike Frysinger
2015-09-19  6:27 Mike Frysinger
2015-09-12  4:17 Mike Frysinger
2015-08-28  6:05 Mike Frysinger
2015-08-26 23:54 Mike Frysinger
2015-08-20 14:55 Mike Frysinger
2015-08-20 14:55 Mike Frysinger

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=1513847256.d0cd9de862a3147ecc6ad636ebe71a38b9f5ac3d.kensington@gentoo \
    --to=kensington@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