public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/lattE-macchiato/files/, sci-mathematics/lattE-macchiato/
Date: Tue, 26 Jan 2021 00:59:14 +0000 (UTC)	[thread overview]
Message-ID: <1611622712.d7395e24eaff4bfecacbca783f83dca3fc49b019.epsilon-0@gentoo> (raw)

commit:     d7395e24eaff4bfecacbca783f83dca3fc49b019
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 26 00:58:32 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Jan 26 00:58:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7395e24

sci-mathematics/lattE-macchiato: drop dead package

superseded by latte-int available on ::sage-on-gentoo

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../lattE-macchiato/files/buildpackages.patch      | 224 ---------------------
 .../lattE-macchiato/lattE-macchiato-0.9.3.ebuild   |  59 ------
 sci-mathematics/lattE-macchiato/metadata.xml       |  16 --
 3 files changed, 299 deletions(-)

diff --git a/sci-mathematics/lattE-macchiato/files/buildpackages.patch b/sci-mathematics/lattE-macchiato/files/buildpackages.patch
deleted file mode 100644
index 48f9ba30d..000000000
--- a/sci-mathematics/lattE-macchiato/files/buildpackages.patch
+++ /dev/null
@@ -1,224 +0,0 @@
---- a/Makefile.am	2008-12-17 22:56:12.000000000 +0100
-+++ b/Makefile.am	2010-02-05 23:43:42.000000000 +0100
-@@ -6,29 +6,7 @@
- 
- ## Distribution variables.
- 
--PACKAGES=gmp cddplus cddlib ntl latte
--if ENABLE_LIDIA
--PACKAGES+=lidia
--endif
--if ENABLE_4TI2
--PACKAGES+=glpk 4ti2
--endif
--
--GMP_VERSION=4.2.4
--GMP_TARGZ=$(top_srcdir)/gmp-$(GMP_VERSION).tar.gz
--GMP_DIR=gmp-$(GMP_VERSION)
--
--CDDPLUS_VERSION=077a
--CDDPLUS_TARGZ=$(top_srcdir)/cdd+-$(CDDPLUS_VERSION).tar.gz
--CDDPLUS_DIR=cdd+-$(CDDPLUS_VERSION)
--
--CDDLIB_VERSION=094f
--CDDLIB_TARGZ=$(top_srcdir)/cddlib-$(CDDLIB_VERSION).tar.gz
--CDDLIB_DIR=cddlib-$(CDDLIB_VERSION)
--
--NTL_VERSION=5.4.2
--NTL_TARGZ=$(top_srcdir)/ntl-$(NTL_VERSION).tar.gz
--NTL_DIR=ntl-$(NTL_VERSION)
-+PACKAGES=latte lidia
- 
- LIDIA_VERSION=2.2.1-pre1+svn-1069+lattepatches-0.1
- LIDIA_TARGZ=$(top_srcdir)/lidia-base-$(LIDIA_VERSION).tar.gz $(top_srcdir)/lidia-FF-$(LIDIA_VERSION).tar.gz $(top_srcdir)/lidia-LA-$(LIDIA_VERSION).tar.gz
-@@ -39,16 +17,6 @@
- LATTE_TARGZ=$(top_srcdir)/latte-$(LATTE_VERSION).tar.gz
- LATTE_DIR=latte-$(LATTE_VERSION)
- 
--# GLPK is a prerequisite of 4ti2
--GLPK_VERSION=4.13
--GLPK_TARGZ=$(top_srcdir)/glpk-$(GLPK_VERSION).tar.gz
--GLPK_DIR=glpk-$(GLPK_VERSION)
--
--FORTYTWO_VERSION=1.3.2
--FORTYTWO_TARGZ=$(top_srcdir)/4ti2-$(FORTYTWO_VERSION).tar.gz
--FORTYTWO_DIR=4ti2-$(FORTYTWO_VERSION)
--
--
- INSTALL_DIR=$(CURDIR)/dest
- 
- ## Exported variables. 
-@@ -87,140 +55,27 @@
- EXTRA_DIST+=$(GMP_TARGZ) $(CDDPLUS_TARGZ) $(CDDLIB_TARGZ) $(NTL_TARGZ)  \
- 	$(LIDIA_TARGZ) $(LATTE_TARGZ) $(GLPK_TARGZ) $(FORTYTWO_TARGZ)
- 
--# GMP.  
--#
--# We do not give our CFLAGS and CXXFLAGS to GMP; it is easy to
--# miscompile GMP if we force it to use our values of these variables.
--
--build_gmp: $(GMP_DIR)/.built_gmp
--configure_gmp: $(GMP_DIR)/config.status
--#EXTRA_DIST += gmp-4.2.1-patch
--$(GMP_DIR)/.unpacked_gmp: $(GMP_TARGZ)
--	gunzip < $(GMP_TARGZ) | $(TAR) xf - 					\
--	&& touch $@
--# (cd $(GMP_DIR) && patch -t -p1 ) < $(top_srcdir)/gmp-4.2.1-patch	
--$(GMP_DIR)/config.status: $(GMP_DIR)/.unpacked_gmp
--	( cd $(GMP_DIR) && unset CFLAGS CXXFLAGS; ./configure --prefix="$(INSTALL_DIR)" --enable-cxx --disable-shared  $(GMP_CONFIGURE_OPTIONS) )
--$(GMP_DIR)/.built_gmp: $(GMP_DIR)/config.status
--	( cd $(GMP_DIR) && $(MAKE) && $(MAKE) install ) && touch $@
--clean_gmp: 
--	-( rm -f $(GMP_DIR)/.built_gmp && cd $(GMP_DIR) && $(MAKE) clean )
--distclean_gmp: 
--	-( rm -f $(GMP_DIR)/.built_gmp && cd $(GMP_DIR) && $(MAKE) distclean )
--
--# NTL.
--
--NTL_CONFIG_FILE=$(NTL_DIR)/src/makefile
--build_ntl: .built_ntl
--configure_ntl: $(NTL_CONFIG_FILE)
--.unpacked_ntl: $(NTL_TARGZ)
--	gunzip < $(NTL_TARGZ) | $(TAR) xf - 					\
--	&& touch $@ 
--
--## cd $(NTL_DIR) && patch -t -p1 ) < $(top_srcdir)/ntl-5.4-patch	\
--## EXTRA_DIST += ntl-5.4-patch
--$(NTL_CONFIG_FILE): .unpacked_ntl $(GMP_DIR)/.built_gmp
--	( cd $(NTL_DIR)/src && ./configure CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" PREFIX="$(INSTALL_DIR)" GMP_PREFIX="$(INSTALL_DIR)" NTL_GMP_LIP=on ) 
--.built_ntl: $(NTL_CONFIG_FILE) $(GMP_DIR)/.built_gmp
--	( cd $(NTL_DIR)/src && $(MAKE) setup1 && $(MAKE) setup2 && $(MAKE) setup3 && $(MAKE) setup4 && $(MAKE) ntl.a && $(MAKE) install ) && touch $@
--clean_ntl: 
--	-( rm -f .built_ntl && cd $(NTL_DIR)/src && $(MAKE) clean )
--distclean_ntl: 
--	-( rm -f .built_ntl && cd $(NTL_DIR)/src && $(MAKE) clean; rm -f $(NTL_CONFIG_FILE) )
--
- # LiDIA.
- 
- build_lidia: $(LIDIA_DIR)/.built_lidia
--configure_lidia: $(LIDIA_DIR)/config.status $(GMP_DIR)/.built_gmp
-+configure_lidia: $(LIDIA_DIR)/config.status 
- #EXTRA_DIST += lidia-2.2.0.patch lidia-2.2.0-2.patch
- $(LIDIA_DIR)/.unpacked_lidia: $(LIDIA_TARGZ)
- 	for a in $(LIDIA_TARGZ); do					\
- 	  gunzip < $$a | $(TAR) xf - || exit 1;				\
- 	done 								\
- 	&& touch $@
--$(LIDIA_DIR)/config.status: $(LIDIA_DIR)/.unpacked_lidia $(GMP_DIR)/.built_gmp
--	( cd $(LIDIA_DIR) && ./configure --with-arithmetic=gmp --disable-nf --disable-ec --disable-eco --disable-gec --with-extra-includes="$(INSTALL_DIR)"/include --with-extra-libs="$(INSTALL_DIR)"/lib --prefix="$(INSTALL_DIR)"  --disable-shared) 
-+$(LIDIA_DIR)/config.status: $(LIDIA_DIR)/.unpacked_lidia 
-+	( cd $(LIDIA_DIR) && ./configure --with-arithmetic=gmp --disable-nf --disable-ec --disable-eco --disable-gec --with-extra-includes="$(INSTALL_DIR)"/include --with-extra-libs="$(INSTALL_DIR)"/lib --prefix="/usr"  --disable-shared) 
- # LiDIA 2.2.0 installs its headers into lidia/ but expects them in LiDIA!?!
- # So we make a symbolic link, just in case.
--$(LIDIA_DIR)/.built_lidia: $(LIDIA_DIR)/config.status $(GMP_DIR)/.built_gmp
--	( cd $(LIDIA_DIR) && $(MAKE) && $(MAKE) install ) && ( cd "$(INSTALL_DIR)"/include && if [ ! -r LiDIA ] ; then ln -s lidia LiDIA; fi  || true ) && touch $@
-+$(LIDIA_DIR)/.built_lidia: $(LIDIA_DIR)/config.status 
-+	( cd $(LIDIA_DIR) && $(MAKE) ) && ( cd "$(INSTALL_DIR)"/include && if [ ! -r LiDIA ] ; then ln -s lidia LiDIA; fi  || true ) && touch $@
- clean_lidia: 
- 	-( rm -f $(LIDIA_DIR)/.built_lidia && cd $(LIDIA_DIR) && $(MAKE) clean )
- distclean_lidia: 
- 	-( rm -f $(LIDIA_DIR)/.built_lidia && cd $(LIDIA_DIR) && $(MAKE) distclean )
- 
--# cddlib.
--#
--# cddlib 094b has a hard-coded location of GMP in /usr/local in its Makefile.am(!)
--# We work around this by passing LDFLAGS to both configure and make.
--build_cddlib: .built_cddlib
--configure_cddlib: $(CDDLIB_DIR)/config.status $(GMP_DIR)/.built_gmp
--.unpacked_cddlib: $(CDDLIB_TARGZ)
--	for a in $(CDDLIB_TARGZ); do \
--	  gunzip < $$a | $(TAR) xf - || exit 1; \
--	done && touch $@
--$(CDDLIB_DIR)/config.status: .unpacked_cddlib $(GMP_DIR)/.built_gmp
--	( cd $(CDDLIB_DIR) && ./configure CXX="$(CXX)" CFLAGS="$(CFLAGS) -I$(INSTALL_DIR)/include" CXXFLAGS="$(CXXFLAGS) -I$(INSTALL_DIR)/include" LDFLAGS="$(LDFLAGS) -L$(INSTALL_DIR)/lib" --prefix="$(INSTALL_DIR)"  --disable-shared) 
--.built_cddlib: $(CDDLIB_DIR)/config.status $(GMP_DIR)/.built_gmp
--	( cd $(CDDLIB_DIR) && $(MAKE) LDFLAGS="$(LDFLAGS) -L$(INSTALL_DIR)/lib" && $(MAKE) install ) && touch $@
--clean_cddlib: 
--	-( rm -f .built_cddlib && cd $(CDDLIB_DIR) && $(MAKE) clean )
--distclean_cddlib: 
--	-( rm -f .built_cddlib && cd $(CDDLIB_DIR) && $(MAKE) distclean )
--
--# cdd+.
--
--CDDPLUS_VARIABLES=CC="$(CXX)" LIBDIR="$(INSTALL_DIR)"/lib GMPLIBDIR="$(INSTALL_DIR)"/lib INCLUDEDIR="$(INSTALL_DIR)"/include GMPINCLUDEDIR="$(INSTALL_DIR)"/include OPTFLAGS="$(CXXFLAGS)"
--build_cddplus: $(CDDPLUS_DIR)/.built_cddplus
--configure_cddplus: .unpacked_cddplus $(GMP_DIR)/.built_gmp
--EXTRA_DIST += cdd+-077a.patch
--.unpacked_cddplus: $(CDDPLUS_TARGZ)
--	for a in $(CDDPLUS_TARGZ); do						\
--	  gunzip < $$a | $(TAR) xf - || exit 1;					\
--	done									\
--	&& (cd $(CDDPLUS_DIR) && $(PATCH) -p0) < $(top_srcdir)/cdd+-077a.patch	\
--	&& touch $@
--$(CDDPLUS_DIR)/.built_cddplus: .unpacked_cddplus $(GMP_DIR)/.built_gmp
--	( cd $(CDDPLUS_DIR) && $(MAKE) $(CDDPLUS_VARIABLES) cddr+ cddf+ && $(mkinstalldirs) "$(INSTALL_DIR)"/bin && $(INSTALL) cddr+ cddf+ "$(INSTALL_DIR)"/bin ) && touch $@
--clean_cddplus: 
--	-( rm -f $(CDDPLUS_DIR)/.built_cddplus && cd $(CDDPLUS_DIR) && $(MAKE) clean )
--distclean_cddplus: 
--	-( rm -f $(CDDPLUS_DIR)/.built_cddplus && cd $(CDDPLUS_DIR) && $(MAKE) clean )
--
--# GLPK.
--build_glpk: $(GLPK_DIR)/.built_glpk
--configure_glpk: $(GLPK_DIR)/config.status $(GMP_DIR)/.built_gmp
--$(GLPK_DIR)/.unpacked_glpk: $(GLPK_TARGZ)
--	gunzip < $(GLPK_TARGZ) | $(TAR) xf - 					\
--	&& touch $@
--$(GLPK_DIR)/config.status: $(GLPK_DIR)/.unpacked_glpk $(GMP_DIR)/.built_gmp
--	( cd $(GLPK_DIR) && CC="$(CC)" CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS) -I$(INSTALL_DIR)/include" CFLAGS="$(CFLAGS) -I$(INSTALL_DIR)/include" CXXFLAGS="$(CXXFLAGS) -I$(INSTALL_DIR)/include" LDFLAGS="$(LDFLAGS) -L$(INSTALL_DIR)/lib" ./configure --prefix="$(INSTALL_DIR)" --disable-shared $(GLPK_CONFIGURE_OPTIONS) )
--$(GLPK_DIR)/.built_glpk: $(GLPK_DIR)/config.status
--	( cd $(GLPK_DIR) && $(MAKE) && $(MAKE) install ) && touch $@
--clean_glpk: 
--	-( rm -f $(GLPK_DIR)/.built_glpk && cd $(GLPK_DIR) && $(MAKE) clean )
--distclean_glpk: 
--	-( rm -f $(GLPK_DIR)/.built_glpk && cd $(GLPK_DIR) && $(MAKE) distclean )
--
--# 4ti2.
--build_4ti2: $(FORTYTWO_DIR)/.built_4ti2
--configure_4ti2: $(FORTYTWO_DIR)/config.status $(GLPK_DIR)/.built_glpk $(GMP_DIR)/.built_gmp
--$(FORTYTWO_DIR)/.unpacked_4ti2: $(FORTYTWO_TARGZ)
--	gunzip < $(FORTYTWO_TARGZ) | $(TAR) xf - 					\
--	&& touch $@
--$(FORTYTWO_DIR)/config.status: $(FORTYTWO_DIR)/.unpacked_4ti2 $(GLPK_DIR)/.built_glpk $(GMP_DIR)/.built_gmp
--	( cd $(FORTYTWO_DIR) && CC="$(CC)" CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS) -I$(INSTALL_DIR)/include" CFLAGS="$(CFLAGS) -I$(INSTALL_DIR)/include" CXXFLAGS="$(CXXFLAGS) -I$(INSTALL_DIR)/include" LDFLAGS="$(LDFLAGS) -L$(INSTALL_DIR)/lib" ./configure --prefix="$(INSTALL_DIR)" --with-gmp="$(INSTALL_DIR)" --with-glpk="$(INSTALL_DIR)" --disable-shared $(FORTYTWO_CONFIGURE_OPTIONS) )
--## We currently have header file clashes between zsolve and groebner on Mac OS,
--## due to semi-case-insensitivity.  Work around for now, by only installing 
--## the header files of groebner -- we only need those... 
--## (This is already fixed for the upcoming 4ti2 releases.)
--$(FORTYTWO_DIR)/.built_4ti2: $(FORTYTWO_DIR)/config.status
--	( cd $(FORTYTWO_DIR) && $(MAKE) && $(MAKE) install-exec && (cd src/groebner && $(MAKE) install )) && touch $@
--clean_4ti2: 
--	-( rm -f $(FORTYTWO_DIR)/.built_4ti2 && cd $(FORTYTWO_DIR) && $(MAKE) clean )
--distclean_4ti2: 
--	-( rm -f $(FORTYTWO_DIR)/.built_4ti2 && cd $(FORTYTWO_DIR) && $(MAKE) distclean )
--
- # LattE.
- 
- if ENABLE_LIDIA
-@@ -236,19 +91,18 @@
- endif
- 
- build_latte: .built_latte
--configure_latte: $(LATTE_DIR)/config.status $(GMP_DIR)/.built_gmp .built_cddlib $(CDDPLUS_DIR)/.built_cddplus  .built_ntl
-+configure_latte: $(LATTE_DIR)/config.status 
- .unpacked_latte: $(LATTE_TARGZ)
- 	for a in $(LATTE_TARGZ); do \
--	  gunzip < $$a | $(TAR) xf - || exit 1; \
-+	  (gunzip < $$a | $(TAR) xf - || exit 1;) && (sed "s/-lwrapgmp-gcc4//g" -i $(LATTE_DIR)/configure || exit 1;) \
- 	done && touch $@
--$(LATTE_DIR)/config.status: .unpacked_latte $(GMP_DIR)/.built_gmp .built_cddlib $(CDDPLUS_DIR)/.built_cddplus $(BUILT_LIDIA) .built_ntl $(BUILT_4TI2)
--	( cd $(LATTE_DIR) && ./configure --with-default="$(INSTALL_DIR)" --prefix="$(INSTALL_DIR)" ) 
--.built_latte: $(LATTE_DIR)/config.status $(GMP_DIR)/.built_gmp .built_cddlib $(CDDPLUS_DIR)/.built_cddplus $(BUILT_LIDIA) .built_ntl $(BUILT_4TI2)
--	( cd $(LATTE_DIR) && $(MAKE) && $(MAKE) install ) && touch $@
-+$(LATTE_DIR)/config.status: .unpacked_latte $(BUILT_LIDIA)
-+	( cd $(LATTE_DIR) && ./configure --prefix="/usr" --with-topcom="/" ) 
-+.built_latte: $(LATTE_DIR)/config.status $(BUILT_LIDIA) 
-+	( cd $(LATTE_DIR) && $(MAKE) ) && touch $@
- clean_latte: 
- 	-( rm -f .built_latte && cd $(LATTE_DIR) && $(MAKE) clean )
- distclean_latte: 
- 	-( rm -f .built_latte && cd $(LATTE_DIR) && $(MAKE) distclean )
- 
--## Maintainer targets
--
-+## Maintainer targets
-\ No newline at end of file

diff --git a/sci-mathematics/lattE-macchiato/lattE-macchiato-0.9.3.ebuild b/sci-mathematics/lattE-macchiato/lattE-macchiato-0.9.3.ebuild
deleted file mode 100644
index 6ac9227f1..000000000
--- a/sci-mathematics/lattE-macchiato/lattE-macchiato-0.9.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="lattE-macchiato consists of tools for lattice point enumeration"
-HOMEPAGE="https://www.math.ucdavis.edu/~mkoeppe/latte/"
-#SRC_URI="https://www.math.ucdavis.edu/~mkoeppe/latte/download/latte-for-tea-too-1.2-mk-${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI="latte-for-tea-too-1.2-mk-${PV}.tar.gz"
-# ERROR: cannot verify www.math.ucdavis.edu's certificate, issued by ‘CN=InCommon RSA Server CA,OU=InCommon,O=Internet2,L=Ann Arbor,ST=MI,C=US’:
-# Unable to locally verify the issuer's authority.
-# To connect to www.math.ucdavis.edu insecurely, use `--no-check-certificate'.
-RESTRICT="fetch"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS=""
-
-DEPEND="
-	dev-libs/gmp:0=[cxx]
-	>=dev-libs/ntl-5.4.2
-	sci-mathematics/4ti2
-	>=sci-libs/cdd+-077a
-	>=sci-mathematics/glpk-4.13
-	>=sci-libs/cddlib-094f"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/latte-for-tea-too-1.2-mk-${PV}"
-
-# For now LattE builds an internal version of Lidia.
-# This will not be split off for now because it is heavily patched
-# and based on a version that was not even released.
-
-PATCHES=(
-	"${FILESDIR}/buildpackages.patch"
-)
-
-pkg_nofetch() {
-	einfo "Please download: https://www.math.ucdavis.edu/~mkoeppe/latte/download/latte-for-tea-too-1.2-mk-${PV}.tar.gz"
-	einfo "and place it in your DISTDIR"
-}
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_install() {
-	# install
-	cd "${S}"/lidia-2.2.1-pre1+svn-1069+lattepatches-0.1/
-	default
-	cd "${S}"/latte-1.2-mk-0.9.3/ || die
-	default
-	# ... and get rid of minimize which is provided by 4ti2:
-	rm "${ED}"/usr/bin/minimize || die "Removing minimize failed"
-}

diff --git a/sci-mathematics/lattE-macchiato/metadata.xml b/sci-mathematics/lattE-macchiato/metadata.xml
deleted file mode 100644
index f043b5060..000000000
--- a/sci-mathematics/lattE-macchiato/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>tom111@gmx.de</email>
-		<name>Thomas Kahle</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci-mathematics@gentoo.org</email>
-		<name>Gentoo Mathematics Project</name>
-	</maintainer>
-	<longdescription lang="en">
-Macaulay2 is a research tool for algraic geometry and commutative
-algebra. 
-</longdescription>
-</pkgmetadata>


             reply	other threads:[~2021-01-26  0:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26  0:59 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-16 21:12 [gentoo-commits] proj/sci:master commit in: sci-mathematics/lattE-macchiato/files/, sci-mathematics/lattE-macchiato/ Andrew Ammerlaan

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=1611622712.d7395e24eaff4bfecacbca783f83dca3fc49b019.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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