public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/
Date: Sun,  3 Nov 2019 11:52:27 +0000 (UTC)	[thread overview]
Message-ID: <1572781928.96ac953531d2bb01041bb169db27b2d6ef6404e1.grozin@gentoo> (raw)

commit:     96ac953531d2bb01041bb169db27b2d6ef6404e1
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 11:52:08 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 11:52:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ac9535

sci-geosciences/gpxsee: cleaning old versions

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/gpxsee/Manifest           |  4 --
 sci-geosciences/gpxsee/gpxsee-7.12.ebuild | 80 -------------------------------
 sci-geosciences/gpxsee/gpxsee-7.13.ebuild | 68 --------------------------
 sci-geosciences/gpxsee/gpxsee-7.14.ebuild | 68 --------------------------
 sci-geosciences/gpxsee/gpxsee-7.9.ebuild  | 80 -------------------------------
 5 files changed, 300 deletions(-)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index f1c96aa08e9..afe08ad262e 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,5 +1 @@
-DIST gpxsee-7.12.tar.gz 4688060 BLAKE2B 5700bfd8ec4d6702df417297b0c5ce7d5df5f099ee435b4e322b78b65441adb0fcb00d4cbcddd825c75879cc35d2e7f67900525bc515a64813ab8148fc025fe8 SHA512 1630e34e5a367e88f55b690434be6f3ba73d9a55c0d351944939cca8a1994b0ac9ccc4a52ec30562d64179326f7be514549a83a0027a4b0189306fc47840d0bc
-DIST gpxsee-7.13.tar.gz 4687849 BLAKE2B 1963533450c8721b9ef9323080efc885ead692f683f1f3e5458938be3599481f4dc79b569ed01324939b3a67a344983f03d8bff48d7dbb867cf6a96e01b93aef SHA512 679d78169ed272239e1f474a9c25654f3230ed30cddc22e7f19ba8b5726e8a8f6b41aae34b3017beb14ca80ad553572ac0c53f504489fbb70fd32ea9e5969702
-DIST gpxsee-7.14.tar.gz 4696636 BLAKE2B 6ce00165cd6e14242d8aab5d809e0758015683be3cc3dcf8b012163e0114605c2f9cf31a49b950790dd09f8ee8c3d8edaca4660df36845379ccc6b74a3981759 SHA512 ecde2a2dc6b001239c9827698b27d08e1909fad3798fe04612378889fb6c9368663a6032bc823f2da82ec72fe0fe2647cf86aba87cd31c1467dbefbde985e613
 DIST gpxsee-7.15.tar.gz 4696645 BLAKE2B 92b88c95f83cc769b54204451fd6b0ed03144e2db3711672062e586ef3b97ca5cec9bdcdf6ed2b764d14e76d4efa387ffd6ad9d8f2c588f972c8cf5ee50e06a6 SHA512 9a9c1f577cdb1d2b4008f2e3ff00da801373bd8bac89d1aef3198e0a640191d4c9dd64f4e2483e3c536ad1a51b6389d10a8b1cb8224ec5baab79a8f92a1c2bf1
-DIST gpxsee-7.9.tar.gz 4347609 BLAKE2B 1555576b72ada6d6302fede1ba0d043b4656afeabaa390e5c32289a0b5e57fdf5a5a880516a6960ea2d00844cdf9a88a894a36e3a82bde6f6fb3c30ddb166bc7 SHA512 24522506894e9ea88ab7b79b34082a1c8c563c8e0c73672ba247a5d013f0c802752665a62686259981f2b49494982d3ad0f06de83f37874e87110bee42964659

diff --git a/sci-geosciences/gpxsee/gpxsee-7.12.ebuild b/sci-geosciences/gpxsee/gpxsee-7.12.ebuild
deleted file mode 100644
index 6b28d5dd63a..00000000000
--- a/sci-geosciences/gpxsee/gpxsee-7.12.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs da de en es fi fr nb pl pt_BR ru sv tr"
-inherit qmake-utils l10n xdg-utils gnome2-utils
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="http://www.gpxsee.org/"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	l10n_find_plocales_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_compile() {
-	lrelease gpxsee.pro
-	eqmake5 gpxsee.pro
-	emake
-}
-
-src_install() {
-	local lang
-	dobin ${PN}
-	dodoc README.md
-	insinto /usr/share/${PN}
-	doins -r pkg/maps pkg/csv
-
-	insinto /usr/share/${PN}/translations
-	for lang in lang/*.qm; do
-		[ -f "${lang}" ] && doins "${lang}"
-	done
-
-	insinto /usr/share/applications
-	doins pkg/${PN}.desktop
-	insinto /usr/share/mime/packages
-	doins pkg/${PN}.xml
-	insinto /usr/share/pixmaps
-	doins icons/${PN}.png
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/gpxsee/gpxsee-7.13.ebuild b/sci-geosciences/gpxsee/gpxsee-7.13.ebuild
deleted file mode 100644
index 0f57099d7bd..00000000000
--- a/sci-geosciences/gpxsee/gpxsee-7.13.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="cs da de en es fi fr nb pl pt_BR ru sv tr"
-inherit qmake-utils l10n xdg
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="https://www.gpxsee.org/"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	l10n_find_plocales_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_compile() {
-	lrelease gpxsee.pro
-	eqmake5 gpxsee.pro
-	emake
-}
-
-src_install() {
-	local lang
-	dobin ${PN}
-	dodoc README.md
-	insinto /usr/share/${PN}
-	doins -r pkg/maps pkg/csv
-
-	insinto /usr/share/${PN}/translations
-	for lang in lang/*.qm; do
-		[ -f "${lang}" ] && doins "${lang}"
-	done
-
-	insinto /usr/share/applications
-	doins pkg/${PN}.desktop
-	insinto /usr/share/mime/packages
-	doins pkg/${PN}.xml
-	insinto /usr/share/pixmaps
-	doins icons/${PN}.png
-}

diff --git a/sci-geosciences/gpxsee/gpxsee-7.14.ebuild b/sci-geosciences/gpxsee/gpxsee-7.14.ebuild
deleted file mode 100644
index 3b81f7fe5b9..00000000000
--- a/sci-geosciences/gpxsee/gpxsee-7.14.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="cs da de en es fi fr nb pl pt_BR pt_PT ru sv tr"
-inherit qmake-utils l10n xdg
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="https://www.gpxsee.org/"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	l10n_find_plocales_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_compile() {
-	lrelease gpxsee.pro
-	eqmake5 gpxsee.pro
-	emake
-}
-
-src_install() {
-	local lang
-	dobin ${PN}
-	dodoc README.md
-	insinto /usr/share/${PN}
-	doins -r pkg/maps pkg/csv
-
-	insinto /usr/share/${PN}/translations
-	for lang in lang/*.qm; do
-		[ -f "${lang}" ] && doins "${lang}"
-	done
-
-	insinto /usr/share/applications
-	doins pkg/${PN}.desktop
-	insinto /usr/share/mime/packages
-	doins pkg/${PN}.xml
-	insinto /usr/share/pixmaps
-	doins icons/${PN}.png
-}

diff --git a/sci-geosciences/gpxsee/gpxsee-7.9.ebuild b/sci-geosciences/gpxsee/gpxsee-7.9.ebuild
deleted file mode 100644
index 6b28d5dd63a..00000000000
--- a/sci-geosciences/gpxsee/gpxsee-7.9.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs da de en es fi fr nb pl pt_BR ru sv tr"
-inherit qmake-utils l10n xdg-utils gnome2-utils
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
-HOMEPAGE="http://www.gpxsee.org/"
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwidgets:5
-	dev-qt/qtgui:5
-	dev-qt/qtopengl:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	l10n_find_plocales_changes lang "${PN}_" '.ts'
-
-	rm_ts() {
-		sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-	}
-
-	l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_compile() {
-	lrelease gpxsee.pro
-	eqmake5 gpxsee.pro
-	emake
-}
-
-src_install() {
-	local lang
-	dobin ${PN}
-	dodoc README.md
-	insinto /usr/share/${PN}
-	doins -r pkg/maps pkg/csv
-
-	insinto /usr/share/${PN}/translations
-	for lang in lang/*.qm; do
-		[ -f "${lang}" ] && doins "${lang}"
-	done
-
-	insinto /usr/share/applications
-	doins pkg/${PN}.desktop
-	insinto /usr/share/mime/packages
-	doins pkg/${PN}.xml
-	insinto /usr/share/pixmaps
-	doins icons/${PN}.png
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2019-11-03 11:52 UTC|newest]

Thread overview: 185+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-03 11:52 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03 12:57 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/ Andrey Grozin
2024-10-03 12:56 Andrey Grozin
2024-09-16 15:18 Andrey Grozin
2024-07-29 11:18 Andrey Grozin
2024-07-16  8:15 Andrey Grozin
2024-07-16  7:04 Sam James
2024-07-16  7:04 Sam James
2024-07-16  6:59 Sam James
2024-07-01 10:48 Andrey Grozin
2024-07-01 10:46 Andrey Grozin
2024-05-30 14:15 Andrey Grozin
2024-05-23 12:07 Andrey Grozin
2024-05-23 12:05 Andrey Grozin
2024-05-09 11:36 Andrey Grozin
2024-05-09 11:32 Andrey Grozin
2024-03-30 11:32 Andrey Grozin
2024-03-11 15:30 Andrey Grozin
2024-03-11 15:27 Andrey Grozin
2024-02-15  4:39 Andrey Grozin
2024-02-09 13:27 Andrey Grozin
2024-02-09 13:25 Andrey Grozin
2024-02-03 13:38 Sam James
2024-02-03  6:56 Sam James
2024-02-02 12:38 Arthur Zamarin
2024-01-12  8:17 Arthur Zamarin
2024-01-03 21:54 Sam James
2024-01-02 15:04 Andrey Grozin
2024-01-02 15:02 Andrey Grozin
2023-12-23 12:36 Andrey Grozin
2023-12-23 12:35 Andrey Grozin
2023-12-13  9:39 Andrey Grozin
2023-12-13  9:37 Andrey Grozin
2023-11-29  4:42 Andrey Grozin
2023-11-29  4:41 Andrey Grozin
2023-11-17 11:33 Andrey Grozin
2023-11-17 11:31 Andrey Grozin
2023-10-12 13:38 Andrey Grozin
2023-09-12 16:44 Andrey Grozin
2023-09-12 16:42 Andrey Grozin
2023-08-29 10:52 Andrey Grozin
2023-08-05 10:02 Andrey Grozin
2023-07-21 14:57 Andrey Grozin
2023-07-21 12:35 Arthur Zamarin
2023-06-16 15:13 Andrey Grozin
2023-05-25  8:25 Andrey Grozin
2023-05-25  7:46 Arthur Zamarin
2023-05-25  7:46 Arthur Zamarin
2023-05-25  6:08 Andrey Grozin
2023-05-25  6:07 Andrey Grozin
2023-05-09  5:55 Andrey Grozin
2023-05-09  5:54 Andrey Grozin
2023-04-29  8:21 Andrey Grozin
2023-04-29  8:20 Andrey Grozin
2023-04-12 12:17 Andrey Grozin
2023-04-12 12:16 Andrey Grozin
2023-03-31 11:04 Andrey Grozin
2023-03-31 11:03 Andrey Grozin
2023-03-06 14:11 Andrey Grozin
2023-03-04 12:26 Andrey Grozin
2023-03-04  9:46 Arthur Zamarin
2023-03-04  7:04 Arthur Zamarin
2023-02-21 10:55 Andrey Grozin
2023-02-21 10:54 Andrey Grozin
2023-02-16 13:33 Andrew Ammerlaan
2023-02-16 12:57 Andrew Ammerlaan
2023-02-16 10:38 Andrey Grozin
2023-02-16 10:36 Andrey Grozin
2023-02-16  5:36 Andrey Grozin
2023-02-16  5:34 Andrey Grozin
2023-01-25  4:45 Andrey Grozin
2022-11-22 15:58 Andrey Grozin
2022-11-22 15:47 Andrey Grozin
2022-11-22 13:24 Arthur Zamarin
2022-11-12 11:14 Andrey Grozin
2022-11-12 10:52 Sam James
2022-11-12 10:52 Sam James
2022-11-12  6:40 Andrey Grozin
2022-11-03  6:15 Sam James
2022-11-03  4:37 Andrey Grozin
2022-11-03  4:36 Andrey Grozin
2022-10-01 10:33 Andrey Grozin
2022-10-01 10:32 Andrey Grozin
2022-09-27  8:49 Andrey Grozin
2022-09-12  5:49 Andrey Grozin
2022-09-12  5:45 Andrey Grozin
2022-08-25  4:39 Andrey Grozin
2022-08-25  4:37 Andrey Grozin
2022-08-02 14:21 Andrey Grozin
2022-06-07  3:56 Andrey Grozin
2022-06-07  3:55 Andrey Grozin
2022-06-05 17:18 Andrey Grozin
2022-05-29 15:16 Andrey Grozin
2022-05-29 14:08 Jakov Smolić
2022-05-29 14:08 Jakov Smolić
2022-04-28  5:17 Andrey Grozin
2022-04-18  9:28 Andrey Grozin
2022-04-18  6:09 Andrey Grozin
2022-04-11  8:00 Andrey Grozin
2022-04-11  6:50 Agostino Sarubbo
2022-04-11  6:49 Agostino Sarubbo
2022-04-10 21:09 Andreas Sturmlechner
2022-04-06 12:35 Andrey Grozin
2022-04-06 12:32 Andrey Grozin
2022-03-07  3:17 Andrey Grozin
2022-03-07  3:16 Andrey Grozin
2022-02-08 12:22 Andrey Grozin
2022-02-08 12:21 Andrey Grozin
2022-01-21  5:50 Andrey Grozin
2022-01-18 10:44 Andrey Grozin
2022-01-09 20:44 Jakov Smolić
2022-01-09 20:08 Sam James
2022-01-09 20:08 Sam James
2021-12-20  3:53 Andrey Grozin
2021-12-19 12:58 Andrey Grozin
2021-12-06  4:29 Andrey Grozin
2021-12-05 18:31 Sam James
2021-12-05  4:00 Sam James
2021-11-21 14:45 Andrey Grozin
2021-11-08  8:09 Andrey Grozin
2021-11-08  8:07 Andrey Grozin
2021-10-28  6:25 Andrey Grozin
2021-09-16  3:26 Andrey Grozin
2021-09-16  3:26 Andrey Grozin
2021-09-01 15:34 Andrey Grozin
2021-08-09 16:52 Andrey Grozin
2021-08-01 16:55 Andrey Grozin
2021-07-20 11:54 Andrey Grozin
2021-07-19  3:13 Andrey Grozin
2021-07-04 14:03 Ulrich Müller
2021-06-02  6:19 Andrey Grozin
2021-05-27 10:18 Andrey Grozin
2021-05-27  6:57 Agostino Sarubbo
2021-05-27  6:55 Agostino Sarubbo
2021-04-26 13:53 Andrey Grozin
2021-04-26 13:51 Andrey Grozin
2021-03-28  3:39 Andrey Grozin
2021-03-28  3:37 Andrey Grozin
2021-03-04 10:29 Andrey Grozin
2021-02-28 12:09 Andrey Grozin
2021-02-15  3:16 Andrey Grozin
2021-02-14 19:54 Sam James
2021-02-13 17:56 Sam James
2021-02-08 13:21 Andrey Grozin
2021-01-06 10:15 Andrey Grozin
2020-12-27 10:39 Andrey Grozin
2020-11-28 14:12 Andrey Grozin
2020-11-17  8:56 Andrey Grozin
2020-11-17  8:54 Andrey Grozin
2020-10-30 15:38 Andrey Grozin
2020-07-08 14:19 Andrey Grozin
2020-06-16 11:48 Andrey Grozin
2020-06-04 15:33 Andrey Grozin
2020-06-04  6:23 Agostino Sarubbo
2020-04-29  6:31 Andrey Grozin
2020-03-29 16:09 Andrey Grozin
2020-03-09  0:35 Andrey Grozin
2020-02-29  6:14 Andrey Grozin
2020-01-30 16:04 Andrey Grozin
2020-01-15 16:10 Andrey Grozin
2020-01-09 11:49 Agostino Sarubbo
2020-01-08  8:15 Agostino Sarubbo
2019-12-07 12:25 Andrey Grozin
2019-11-04  8:35 Michał Górny
2019-11-03 11:54 Andrey Grozin
2019-10-20  3:43 Andrey Grozin
2019-10-01 13:21 Andrey Grozin
2019-09-14 11:18 Andrey Grozin
2019-08-18 14:49 Andrey Grozin
2019-08-18 14:47 Andrey Grozin
2019-06-19  4:47 Andrey Grozin
2019-06-04 14:19 Andrey Grozin
2019-04-04 12:41 Andrey Grozin
2019-01-27 12:19 Andrey Grozin
2019-01-27 12:17 Andrey Grozin
2019-01-09 15:00 Andrey Grozin
2019-01-09 14:58 Andrey Grozin
2018-11-02 15:26 Andrey Grozin
2018-09-03 15:53 Andrey Grozin
2018-09-03 15:51 Andrey Grozin
2018-06-26 12:03 Andrey Grozin
2018-06-26 12:02 Andrey Grozin
2018-06-02 14:09 Andrey Grozin
2018-05-14  8:33 Andrey Grozin
2018-02-14 17:41 Andrey Grozin

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=1572781928.96ac953531d2bb01041bb169db27b2d6ef6404e1.grozin@gentoo \
    --to=grozin@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