public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/
Date: Sat, 23 Dec 2023 16:57:09 +0000 (UTC)	[thread overview]
Message-ID: <1703350608.2335f6539b363294e4f0a8b2ad2a39513fd6d8ee.sam@gentoo> (raw)

commit:     2335f6539b363294e4f0a8b2ad2a39513fd6d8ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 16:55:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 16:56:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2335f653

sys-devel/autoconf: drop 2.13-r2, 2.69-r5, 2.69-r8, 2.71-r1, 2.71-r5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/autoconf/autoconf-2.13-r2.ebuild | 58 -------------------
 sys-devel/autoconf/autoconf-2.69-r5.ebuild | 60 --------------------
 sys-devel/autoconf/autoconf-2.69-r8.ebuild | 65 ---------------------
 sys-devel/autoconf/autoconf-2.71-r1.ebuild | 83 ---------------------------
 sys-devel/autoconf/autoconf-2.71-r5.ebuild | 90 ------------------------------
 5 files changed, 356 deletions(-)

diff --git a/sys-devel/autoconf/autoconf-2.13-r2.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild
deleted file mode 100644
index f71a4f702f9d..000000000000
--- a/sys-devel/autoconf/autoconf-2.13-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-autoconf
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="${PV:0:3}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	dev-lang/perl
-	sys-devel/m4
-	test? ( dev-util/dejagnu )
-"
-RDEPEND="
-	${BDEPEND}
-	sys-apps/texinfo
-	>=sys-devel/autoconf-wrapper-13
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-gentoo.patch
-	"${FILESDIR}"/${P}-destdir.patch
-	"${FILESDIR}"/${P}-test-fixes.patch #146592
-	"${FILESDIR}"/${PN}-2.13-perl-5.26.patch
-)
-
-TC_AUTOCONF_BREAK_INFOS=yes
-
-src_configure() {
-	# make sure configure is newer than configure.in
-	touch configure || die
-
-	# need to include --exec-prefix and --bindir or our
-	# DESTDIR patch will trigger sandbox hate :(
-	#
-	# need to force locale to C to avoid bugs in the old
-	# configure script breaking the install paths #351982
-	#
-	# force to `awk` so that we don't encode another awk that
-	# happens to currently be installed, but might later be
-	# uninstalled (like mawk).  same for m4.
-	ac_cv_path_M4="m4" \
-	ac_cv_prog_AWK="awk" \
-	LC_ALL=C \
-	econf \
-		--exec-prefix="${EPREFIX}"/usr \
-		--bindir="${EPREFIX}"/usr/bin \
-		--program-suffix="-${PV}"
-}

diff --git a/sys-devel/autoconf/autoconf-2.69-r5.ebuild b/sys-devel/autoconf/autoconf-2.69-r5.ebuild
deleted file mode 100644
index 7928a63bb524..000000000000
--- a/sys-devel/autoconf/autoconf-2.69-r5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-		ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz
-		https://dev.gentoo.org/~polynomial-c/dist/${P}-runstatedir_patches.tar.xz"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-inherit toolchain-autoconf
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-3+"
-SLOT="${PV}"
-IUSE="emacs"
-
-BDEPEND=">=sys-devel/m4-1.4.16
-	>=dev-lang/perl-5.6"
-RDEPEND="${BDEPEND}
-	!~sys-devel/${P}:2.5
-	>=sys-devel/autoconf-wrapper-13"
-[[ ${PV} == "9999" ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
-PDEPEND="emacs? ( app-emacs/autoconf-mode )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.69-perl-5.26.patch
-	"${FILESDIR}"/${P}-fix-libtool-test.patch
-	"${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch
-	"${FILESDIR}"/${P}-make-tests-bash5-compatible.patch
-
-	"${WORKDIR}"/patches/${P}-runstatedir.patch
-	"${WORKDIR}"/patches/${P}-texinfo.patch
-	"${WORKDIR}"/patches/${P}-runstatedir_info.patch
-)
-
-TC_AUTOCONF_BREAK_INFOS=yes
-
-src_prepare() {
-	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch )
-	fi
-
-	# Save timestamp to avoid later makeinfo call
-	touch -r doc/{,old_}autoconf.texi || die
-
-	toolchain-autoconf_src_prepare
-
-	# Restore timestamp to avoid makeinfo call
-	# We already have an up to date autoconf.info page at this point.
-	touch -r doc/{old_,}autoconf.texi || die
-}

diff --git a/sys-devel/autoconf/autoconf-2.69-r8.ebuild b/sys-devel/autoconf/autoconf-2.69-r8.ebuild
deleted file mode 100644
index f222672bb8be..000000000000
--- a/sys-devel/autoconf/autoconf-2.69-r8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
-	inherit git-r3
-else
-	SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-		ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz
-		https://dev.gentoo.org/~polynomial-c/dist/${P}-runstatedir_patches.tar.xz"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-inherit toolchain-autoconf
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-3+"
-SLOT="${PV}"
-IUSE="emacs"
-
-BDEPEND="
-	>=sys-devel/m4-1.4.16
-	>=dev-lang/perl-5.6
-"
-RDEPEND="
-	${BDEPEND}
-	>=sys-devel/autoconf-wrapper-13
-	!~sys-devel/${P}:2.5
-"
-
-[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
-
-PDEPEND="emacs? ( app-emacs/autoconf-mode )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.69-perl-5.26.patch
-	"${FILESDIR}"/${P}-fix-libtool-test.patch
-	"${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch
-	"${FILESDIR}"/${P}-make-tests-bash5-compatible.patch
-	"${FILESDIR}"/${P}-K-R-decls-clang.patch
-
-	"${WORKDIR}"/patches/${P}-texinfo.patch
-)
-
-TC_AUTOCONF_BREAK_INFOS=yes
-
-src_prepare() {
-	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch )
-	fi
-
-	# Save timestamp to avoid later makeinfo call
-	touch -r doc/{,old_}autoconf.texi || die
-
-	toolchain-autoconf_src_prepare
-
-	# Restore timestamp to avoid makeinfo call
-	# We already have an up to date autoconf.info page at this point.
-	touch -r doc/{old_,}autoconf.texi || die
-}

diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
deleted file mode 100644
index fa90d993df6e..000000000000
--- a/sys-devel/autoconf/autoconf-2.71-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
-	inherit git-r3
-else
-	# For _beta handling replace with real version number
-	MY_PV="${PV}"
-	MY_P="${PN}-${MY_PV}"
-	#PATCH_TARBALL_NAME="${PN}-2.70-patches-01"
-	SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
-		https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz"
-	#SRC_URI+=" https://dev.gentoo.org/~polynomial-c/${PATCH_TARBALL_NAME}.tar.xz"
-
-	if ! [[ ${PV} == *_beta* ]] ; then
-		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-	fi
-	S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain-autoconf
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-3"
-SLOT="${PV/_*}"
-IUSE="emacs"
-
-# for 2.71, our Perl time resolution patch changes our min Perl from 5.6
-# (vanilla upstream for 2.71) to 5.8.
-BDEPEND=">=sys-devel/m4-1.4.16
-	>=dev-lang/perl-5.8"
-RDEPEND="${BDEPEND}
-	>=sys-devel/autoconf-wrapper-15
-	sys-devel/gnuconfig
-	!~sys-devel/${P}:2.5"
-[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
-PDEPEND="emacs? ( app-emacs/autoconf-mode )"
-
-PATCHES=( "${FILESDIR}/${P}-time.patch" )
-
-TC_AUTOCONF_BREAK_INFOS=yes
-
-src_prepare() {
-	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		PATCHES+=( "${FILESDIR}"/${PN}-2.71-darwin.patch )
-	fi
-
-	# Save timestamp to avoid later makeinfo call
-	touch -r doc/{,old_}autoconf.texi || die
-
-	local pdir
-	for pdir in "${WORKDIR}"/{upstream_,}patches ; do
-		if [[ -d "${pdir}" ]] ; then
-			eapply ${pdir}
-		fi
-	done
-
-	toolchain-autoconf_src_prepare
-
-	# Restore timestamp to avoid makeinfo call
-	# We already have an up to date autoconf.info page at this point.
-	touch -r doc/{old_,}autoconf.texi || die
-}
-
-src_test() {
-	emake check
-}
-
-src_install() {
-	toolchain-autoconf_src_install
-
-	local f
-	for f in config.{guess,sub} ; do
-		ln -fs ../../gnuconfig/${f} \
-			"${ED}"/usr/share/autoconf-*/build-aux/${f} || die
-	done
-}

diff --git a/sys-devel/autoconf/autoconf-2.71-r5.ebuild b/sys-devel/autoconf/autoconf-2.71-r5.ebuild
deleted file mode 100644
index 0f44081849a1..000000000000
--- a/sys-devel/autoconf/autoconf-2.71-r5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
-	inherit git-r3
-else
-	# For _beta handling replace with real version number
-	MY_PV="${PV}"
-	MY_P="${PN}-${MY_PV}"
-	#PATCH_TARBALL_NAME="${PN}-2.70-patches-01"
-	SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
-		https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz"
-	#SRC_URI+=" https://dev.gentoo.org/~polynomial-c/${PATCH_TARBALL_NAME}.tar.xz"
-
-	if ! [[ ${PV} == *_beta* ]] ; then
-		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-	fi
-	S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain-autoconf
-
-DESCRIPTION="Used to create autoconfiguration files"
-HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-3+"
-SLOT="${PV/_*}"
-IUSE="emacs"
-
-# for 2.71, our Perl time resolution patch changes our min Perl from 5.6
-# (vanilla upstream for 2.71) to 5.8.
-BDEPEND=">=sys-devel/m4-1.4.16
-	>=dev-lang/perl-5.8"
-RDEPEND="${BDEPEND}
-	>=sys-devel/autoconf-wrapper-15
-	sys-devel/gnuconfig
-	!~sys-devel/${P}:2.5"
-[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
-PDEPEND="emacs? ( app-emacs/autoconf-mode )"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-AC_LANG_CALL_C_cxx.patch
-	"${FILESDIR}"/${P}-time.patch
-	"${FILESDIR}"/${P}-AC_C_BIGENDIAN-lto.patch
-	"${FILESDIR}"/${P}-K-R-decls-clang.patch
-	"${FILESDIR}"/${P}-make-4.4.patch
-	"${FILESDIR}"/${P}-K-R-decls-clang-deux.patch
-)
-
-TC_AUTOCONF_BREAK_INFOS=yes
-
-src_prepare() {
-	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		PATCHES+=( "${FILESDIR}"/${PN}-2.71-darwin.patch )
-	fi
-
-	# Save timestamp to avoid later makeinfo call
-	touch -r doc/{,old_}autoconf.texi || die
-
-	local pdir
-	for pdir in "${WORKDIR}"/{upstream_,}patches ; do
-		if [[ -d "${pdir}" ]] ; then
-			eapply ${pdir}
-		fi
-	done
-
-	toolchain-autoconf_src_prepare
-
-	# Restore timestamp to avoid makeinfo call
-	# We already have an up to date autoconf.info page at this point.
-	touch -r doc/{old_,}autoconf.texi || die
-}
-
-src_test() {
-	emake check
-}
-
-src_install() {
-	toolchain-autoconf_src_install
-
-	local f
-	for f in config.{guess,sub} ; do
-		ln -fs ../../gnuconfig/${f} \
-			"${ED}"/usr/share/autoconf-*/build-aux/${f} || die
-	done
-}


             reply	other threads:[~2023-12-23 16:57 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-23 16:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27 20:57 [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/ Sam James
2023-12-24 16:13 Sam James
2023-12-23 17:29 Sam James
2023-12-23 16:57 Sam James
2023-12-23 16:57 Sam James
2023-12-02  7:13 Sam James
2023-07-19 22:45 Sam James
2023-07-15  8:49 Arthur Zamarin
2023-07-02 16:09 Sam James
2023-06-17 19:44 Arthur Zamarin
2023-06-17 16:52 Sam James
2023-06-17 16:05 Arthur Zamarin
2023-06-17 14:39 Sam James
2023-06-17 10:42 Arthur Zamarin
2023-06-17 10:42 Arthur Zamarin
2023-06-17 10:42 Arthur Zamarin
2023-06-17  9:03 Arthur Zamarin
2023-06-17  8:29 Arthur Zamarin
2023-06-17  7:43 Arthur Zamarin
2023-06-17  7:43 Arthur Zamarin
2023-06-17  6:12 Sam James
2023-03-28 15:15 Sam James
2023-03-27 20:40 Arsen Arsenović
2023-03-27 20:40 Arsen Arsenović
2023-03-27 16:57 Sam James
2022-11-23  1:14 Sam James
2022-11-23  1:14 Sam James
2022-11-22  7:22 Arthur Zamarin
2022-11-22  6:12 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  6:06 Arthur Zamarin
2022-11-22  5:53 Arthur Zamarin
2022-11-22  5:25 Arthur Zamarin
2022-11-22  5:25 Arthur Zamarin
2022-11-22  5:15 Sam James
2022-11-22  4:54 Sam James
2022-11-22  4:54 Sam James
2022-11-22  4:37 Sam James
2022-11-22  4:37 Sam James
2022-11-22  4:37 Sam James
2022-11-22  4:37 Sam James
2022-11-22  4:16 Sam James
2022-11-22  4:16 Sam James
2022-11-22  4:16 Sam James
2022-11-22  4:16 Sam James
2022-10-28  7:01 Sam James
2022-10-18  2:18 Sam James
2022-09-23  2:09 Sam James
2022-09-19 16:31 Sam James
2022-08-18  0:15 Sam James
2022-07-30  9:40 Sam James
2022-06-19  8:09 David Seifert
2022-06-19  8:09 David Seifert
2022-05-25 16:02 WANG Xuerui
2022-04-15  5:48 Sam James
2022-01-06  9:07 David Seifert
2021-10-20  4:03 Sam James
2021-10-14  7:04 Sam James
2021-10-11 15:18 Sam James
2021-10-08  5:02 Sam James
2021-10-04  0:49 Sam James
2021-10-02 20:55 Sam James
2021-10-02 20:54 Sam James
2021-10-02  7:22 Sam James
2021-08-01 19:51 Sam James
2021-08-01 19:49 David Seifert
2021-08-01 17:59 Andreas K. Hüttel
2021-03-09 15:52 Lars Wendler
2021-03-09 15:52 Lars Wendler
2021-01-29  8:24 Lars Wendler
2021-01-29  8:14 Lars Wendler
2021-01-28 23:49 Lars Wendler
2021-01-06 15:32 Fabian Groffen
2021-01-04 19:08 Lars Wendler
2020-12-27 18:18 Fabian Groffen
2020-12-13  2:26 Sam James
2020-12-09 14:18 Lars Wendler
2020-12-09 14:18 Lars Wendler
2020-12-09 14:18 Lars Wendler
2020-12-09 14:18 Lars Wendler
2020-12-01 20:51 Lars Wendler
2020-11-03 18:34 Lars Wendler
2020-10-15 15:48 Lars Wendler
2020-09-02 19:31 Sam James
2020-09-01  0:03 Sam James
2020-08-29 23:58 Sam James
2020-08-29 22:41 Sam James
2020-08-29 22:15 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-27 18:22 Sergei Trofimovich
2019-11-28 10:26 Lars Wendler
2019-11-28 10:26 Lars Wendler
2019-05-04 17:28 Mikle Kolyada
2018-12-22 18:28 Andreas K. Hüttel
2018-05-13  9:47 Lars Wendler
2018-01-18  9:40 Lars Wendler
2018-01-18  9:40 Lars Wendler
2018-01-17 16:18 Lars Wendler
2018-01-14 13:17 Tobias Klausmann
2018-01-11 22:50 Mike Frysinger
2018-01-10  6:19 Markus Meier
2018-01-08 20:12 Sergei Trofimovich
2018-01-06 23:51 Sergei Trofimovich
2018-01-05  9:04 Lars Wendler
2018-01-04 22:11 Sergei Trofimovich
2018-01-04 11:34 Mikle Kolyada
2017-02-22 20:17 Ian Stakenvicius
2017-02-22 20:17 Ian Stakenvicius
2017-02-22 19:31 Mike Frysinger
2016-10-25  1:06 Benda XU
2016-03-10  8:30 Patrick Lauer
2016-03-09 18:28 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=1703350608.2335f6539b363294e4f0a8b2ad2a39513fd6d8ee.sam@gentoo \
    --to=sam@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