public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
Date: Fri,  3 Nov 2023 12:23:30 +0000 (UTC)	[thread overview]
Message-ID: <1699014198.c4bba5681936b1d2d859025b62ee765d09861c8f.bkohler@gentoo> (raw)

commit:     c4bba5681936b1d2d859025b62ee765d09861c8f
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 12:11:44 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 12:23:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bba568

net-misc/remmina: drop 1.4.29-r2, 1.4.30, 1.4.32

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/remmina/Manifest                 |   3 -
 net-misc/remmina/remmina-1.4.29-r2.ebuild | 110 -----------------------------
 net-misc/remmina/remmina-1.4.30.ebuild    | 110 -----------------------------
 net-misc/remmina/remmina-1.4.32.ebuild    | 111 ------------------------------
 4 files changed, 334 deletions(-)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 88d63ddd2592..047b8137bcb9 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,5 +1,2 @@
-DIST Remmina-v1.4.29.tar.bz2 2014832 BLAKE2B a5e3a54d510c74fd8399116dfd1cc67aaafdf93e3217a20ad77a2c959597b7be51cf187ffb459eb5cabe0a30f985f649aa59dba1397d7a8b3a0c10ea997b3fdf SHA512 8fbe822d07ec800bb739579b373003ee56cbc661fd0b635e5a7af0369d2e5450e7116907a87c34e82704c2aab790ac501ee6331946751660321c917ffd9a183e
-DIST Remmina-v1.4.30.tar.bz2 2026559 BLAKE2B 96b4946e5d9480239f5089369cca6fee7bbe9129bb87f685d849df745cef7eca5b20cd8053ec3250378c1ca2be34e1b3c40d463a45c655aca65a73e9ac018593 SHA512 4e2beb4fd27bd9060a95735bd43ee80260d036bb59c406aa0d9ef63fcbd04c6e358384416b2308367d88a1f87d6e1af42299a21d59fd06dce785b9cfe1b67c84
 DIST Remmina-v1.4.31.tar.bz2 2078380 BLAKE2B daee0b68305e3ec0eedcc8cb3622ed5649303562fccd766bf5cc6ed1e96f27c1608286afa1b9bbaf44480bdc210f71a863bf442974ebbc1c50ebfbcf2dfeea35 SHA512 288e7fb5b5251d251e9502ec310f2bfe526f1a28a91c9dd9e79c712191c5d2b287844bd994596dc5097ec50ed8282d0af11144f6c5f0a74cb444aa4c6a8f6838
-DIST Remmina-v1.4.32.tar.bz2 2096310 BLAKE2B 2b625e8dc79c4942093c141acc6c256dce4067176422552abafdecc3d933d3196a50023632de56b1036e0f4d740a9601e1367431899da63a8fb463d5ab58f6d4 SHA512 ad5289b63038846d96ca193c37b266b19e15dbd0f513ce8cea936a81cdbb6b7476c465657944938c34695cb3ff16ade81b4a7ed37c3ab08257537b121c2ad7e9
 DIST Remmina-v1.4.33.tar.bz2 2105164 BLAKE2B 94f73f895f7e0478779d71097ee57ba049299e702527df2cf8a48ea41647f641684131b10b2f4faa7cf831ccea29611a68c2427127a2ebea87acac54f996a446 SHA512 c019131d2c3756946a332a3037286c8370a2e07b20a416c657cc2852ece9e59236499a2c5e45d4e9f391d9265089763957c6968c668e110c350e668053db6d82

diff --git a/net-misc/remmina/remmina-1.4.29-r2.ebuild b/net-misc/remmina/remmina-1.4.29-r2.ebuild
deleted file mode 100644
index b362cbf26010..000000000000
--- a/net-misc/remmina/remmina-1.4.29-r2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake optfeature python-single-r1 xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libpcre2
-	dev-libs/libsodium:=
-	dev-libs/openssl:0=
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:3[wayland?]
-	x11-libs/libX11
-	x11-libs/libxkbfile
-	appindicator? ( dev-libs/libayatana-appindicator )
-	crypt? ( dev-libs/libgcrypt:0= )
-	keyring? ( app-crypt/libsecret )
-	gvnc? ( net-libs/gtk-vnc )
-	kwallet? ( kde-frameworks/kwallet )
-	python? ( ${PYTHON_DEPS} )
-	rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
-		<net-misc/freerdp-3[X]
-		cups? ( net-print/cups:= ) )
-	spice? ( net-misc/spice-gtk[gtk3] )
-	ssh? ( net-libs/libssh:0=[sftp]
-		x11-libs/vte:2.91 )
-	vnc? ( net-libs/libvncserver[jpeg] )
-	webkit? ( net-libs/webkit-gtk:4.1 )
-	zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-
-DEPEND="
-	${COMMON_DEPEND}
-	spice? ( app-emulation/spice-protocol )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
-	${COMMON_DEPEND}
-	virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	xdg_environment_reset
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
-		-DWITH_AVAHI=$(usex zeroconf)
-		-DWITH_CUPS=$(usex cups)
-		-DWITH_EXAMPLES=$(usex examples)
-		-DWITH_FREERDP=$(usex rdp)
-		-DWITH_FREERDP3=OFF
-		-DWITH_GCRYPT=$(usex crypt)
-		-DWITH_GETTEXT=$(usex nls)
-		-DWITH_ICON_CACHE=OFF
-		-DWITH_KF5WALLET=$(usex kwallet)
-		-DWITH_LIBSECRET=$(usex keyring)
-		-DWITH_LIBSSH=$(usex ssh)
-		-DWITH_LIBVNCSERVER=$(usex vnc)
-		-DWITH_PYTHONLIBS=$(usex python ON OFF)
-		-DWITH_SPICE=$(usex spice)
-		-DWITH_TRANSLATIONS=$(usex nls)
-		-DWITH_UPDATE_DESKTOP_DB=OFF
-		-DWITH_VTE=$(usex ssh)
-		-DWITH_WWW=$(usex webkit)
-		-DWITH_X2GO=OFF
-		# when this feature is stable, add python eclass usage to optionally enable
-		-DWITH_PYTHON=OFF
-	)
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
-}

diff --git a/net-misc/remmina/remmina-1.4.30.ebuild b/net-misc/remmina/remmina-1.4.30.ebuild
deleted file mode 100644
index b362cbf26010..000000000000
--- a/net-misc/remmina/remmina-1.4.30.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake optfeature python-single-r1 xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libpcre2
-	dev-libs/libsodium:=
-	dev-libs/openssl:0=
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:3[wayland?]
-	x11-libs/libX11
-	x11-libs/libxkbfile
-	appindicator? ( dev-libs/libayatana-appindicator )
-	crypt? ( dev-libs/libgcrypt:0= )
-	keyring? ( app-crypt/libsecret )
-	gvnc? ( net-libs/gtk-vnc )
-	kwallet? ( kde-frameworks/kwallet )
-	python? ( ${PYTHON_DEPS} )
-	rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
-		<net-misc/freerdp-3[X]
-		cups? ( net-print/cups:= ) )
-	spice? ( net-misc/spice-gtk[gtk3] )
-	ssh? ( net-libs/libssh:0=[sftp]
-		x11-libs/vte:2.91 )
-	vnc? ( net-libs/libvncserver[jpeg] )
-	webkit? ( net-libs/webkit-gtk:4.1 )
-	zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-
-DEPEND="
-	${COMMON_DEPEND}
-	spice? ( app-emulation/spice-protocol )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
-	${COMMON_DEPEND}
-	virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	xdg_environment_reset
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
-		-DWITH_AVAHI=$(usex zeroconf)
-		-DWITH_CUPS=$(usex cups)
-		-DWITH_EXAMPLES=$(usex examples)
-		-DWITH_FREERDP=$(usex rdp)
-		-DWITH_FREERDP3=OFF
-		-DWITH_GCRYPT=$(usex crypt)
-		-DWITH_GETTEXT=$(usex nls)
-		-DWITH_ICON_CACHE=OFF
-		-DWITH_KF5WALLET=$(usex kwallet)
-		-DWITH_LIBSECRET=$(usex keyring)
-		-DWITH_LIBSSH=$(usex ssh)
-		-DWITH_LIBVNCSERVER=$(usex vnc)
-		-DWITH_PYTHONLIBS=$(usex python ON OFF)
-		-DWITH_SPICE=$(usex spice)
-		-DWITH_TRANSLATIONS=$(usex nls)
-		-DWITH_UPDATE_DESKTOP_DB=OFF
-		-DWITH_VTE=$(usex ssh)
-		-DWITH_WWW=$(usex webkit)
-		-DWITH_X2GO=OFF
-		# when this feature is stable, add python eclass usage to optionally enable
-		-DWITH_PYTHON=OFF
-	)
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
-}

diff --git a/net-misc/remmina/remmina-1.4.32.ebuild b/net-misc/remmina/remmina-1.4.32.ebuild
deleted file mode 100644
index f3cd0f535fb5..000000000000
--- a/net-misc/remmina/remmina-1.4.32.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake optfeature python-single-r1 xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libpcre2
-	dev-libs/libsodium:=
-	dev-libs/openssl:0=
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:3[wayland?]
-	x11-libs/libX11
-	x11-libs/libxkbfile
-	appindicator? ( dev-libs/libayatana-appindicator )
-	crypt? ( dev-libs/libgcrypt:0= )
-	keyring? ( app-crypt/libsecret )
-	gvnc? ( net-libs/gtk-vnc )
-	kwallet? ( kde-frameworks/kwallet )
-	python? ( ${PYTHON_DEPS} )
-	rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
-		<net-misc/freerdp-3[X]
-		cups? ( net-print/cups:= ) )
-	spice? ( net-misc/spice-gtk[gtk3] )
-	ssh? ( net-libs/libssh:0=[sftp]
-		x11-libs/vte:2.91 )
-	vnc? ( net-libs/libvncserver[jpeg] )
-	webkit? ( net-libs/webkit-gtk:4.1 )
-	zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-
-DEPEND="
-	${COMMON_DEPEND}
-	spice? ( app-emulation/spice-protocol )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
-	${COMMON_DEPEND}
-	virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	PATCHES+=( "${FILESDIR}"/${P}-REM-2981.patch ) #914851
-	xdg_environment_reset
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
-		-DWITH_AVAHI=$(usex zeroconf)
-		-DWITH_CUPS=$(usex cups)
-		-DWITH_EXAMPLES=$(usex examples)
-		-DWITH_FREERDP=$(usex rdp)
-		-DWITH_FREERDP3=OFF
-		-DWITH_GCRYPT=$(usex crypt)
-		-DWITH_GETTEXT=$(usex nls)
-		-DWITH_ICON_CACHE=OFF
-		-DWITH_KF5WALLET=$(usex kwallet)
-		-DWITH_LIBSECRET=$(usex keyring)
-		-DWITH_LIBSSH=$(usex ssh)
-		-DWITH_LIBVNCSERVER=$(usex vnc)
-		-DWITH_PYTHONLIBS=$(usex python ON OFF)
-		-DWITH_SPICE=$(usex spice)
-		-DWITH_TRANSLATIONS=$(usex nls)
-		-DWITH_UPDATE_DESKTOP_DB=OFF
-		-DWITH_VTE=$(usex ssh)
-		-DWITH_WWW=$(usex webkit)
-		-DWITH_X2GO=OFF
-		# when this feature is stable, add python eclass usage to optionally enable
-		-DWITH_PYTHON=OFF
-	)
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
-}


             reply	other threads:[~2023-11-03 12:23 UTC|newest]

Thread overview: 191+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03 12:23 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 15:13 [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ Ben Kohler
2024-11-06 16:24 Ben Kohler
2024-10-08 16:04 Ben Kohler
2024-07-01 21:14 Jakov Smolić
2024-07-01 17:03 Sam James
2024-05-24 15:37 Ben Kohler
2024-04-27 12:16 Ben Kohler
2024-03-29 15:38 Ben Kohler
2024-03-17 16:35 Mike Gilbert
2024-02-24 17:54 Ben Kohler
2024-02-24 17:54 Ben Kohler
2024-02-08 16:18 Ben Kohler
2023-12-17 19:55 Andreas Sturmlechner
2023-10-02 15:06 Ben Kohler
2023-10-02 15:01 Ben Kohler
2023-09-27 17:56 Ben Kohler
2023-07-14 16:52 Arthur Zamarin
2023-07-14 16:51 Arthur Zamarin
2023-06-08 12:17 Ben Kohler
2023-05-19 17:45 Sam James
2023-05-19 17:45 Sam James
2023-05-18 12:17 Andreas Sturmlechner
2023-04-10 16:56 Ben Kohler
2023-03-01 14:33 Andreas Sturmlechner
2023-02-28 13:22 Ben Kohler
2023-02-09 14:23 Ben Kohler
2023-01-28 13:29 Pacho Ramos
2023-01-10 16:11 Ben Kohler
2023-01-10 16:11 Ben Kohler
2022-12-22 15:24 Ben Kohler
2022-12-20 14:26 Jakov Smolić
2022-12-02 14:01 Ben Kohler
2022-11-28 22:31 Ben Kohler
2022-11-28 22:30 Ben Kohler
2022-11-16  0:27 Yixun Lan
2022-07-25 14:26 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-20 13:46 Agostino Sarubbo
2022-07-19 20:26 Sam James
2022-06-21 12:56 Ben Kohler
2022-05-26 16:08 Ben Kohler
2022-05-24 14:37 Ben Kohler
2022-05-23 16:07 Ben Kohler
2022-04-15  6:23 Agostino Sarubbo
2022-04-15  6:21 Agostino Sarubbo
2022-03-14 14:35 Ben Kohler
2022-02-11 12:57 Ben Kohler
2022-01-25 12:54 Ben Kohler
2022-01-24  8:17 Agostino Sarubbo
2022-01-24  8:17 Agostino Sarubbo
2021-12-22 13:40 Ben Kohler
2021-12-22 13:40 Ben Kohler
2021-12-22 12:41 Ben Kohler
2021-12-11 13:51 Ben Kohler
2021-11-29  8:49 Agostino Sarubbo
2021-11-29  8:42 Agostino Sarubbo
2021-10-18 17:18 Ben Kohler
2021-09-16 19:11 Sam James
2021-08-11 10:55 Ben Kohler
2021-08-11  6:39 Agostino Sarubbo
2021-08-11  0:02 Sam James
2021-07-14 11:32 Ben Kohler
2021-07-13 13:44 Ben Kohler
2021-07-11 20:51 Sam James
2021-07-09 14:34 Ben Kohler
2021-07-09 14:34 Ben Kohler
2021-07-09  6:26 Agostino Sarubbo
2021-06-30 21:53 Ben Kohler
2021-06-30 20:41 Ben Kohler
2021-06-03 15:58 Ben Kohler
2021-05-23  1:19 Ben Kohler
2021-05-11 17:55 Ben Kohler
2021-05-11 16:16 Ben Kohler
2021-05-11 14:17 Ben Kohler
2021-05-10 15:33 Ben Kohler
2021-05-04 19:12 Sam James
2021-05-03 16:51 Sam James
2021-05-03 15:23 Ben Kohler
2021-05-01 14:30 Mikle Kolyada
2021-04-19 17:52 Ben Kohler
2021-04-04 18:55 Andreas Sturmlechner
2021-04-01 22:30 Sam James
2021-04-01 21:36 Thomas Deutschmann
2021-03-30 22:45 Ben Kohler
2021-03-30 18:40 Ben Kohler
2021-03-03 14:23 Ben Kohler
2021-03-03 13:51 Sam James
2021-03-03 13:50 Sam James
2021-03-02 14:34 Ben Kohler
2021-02-03 13:38 Ben Kohler
2021-01-26  1:12 Ben Kohler
2021-01-21  7:40 Agostino Sarubbo
2021-01-13  9:18 Sam James
2020-12-11 17:50 Ben Kohler
2020-12-02 23:21 Sam James
2020-11-23 16:25 Ben Kohler
2020-10-07  6:42 Agostino Sarubbo
2020-10-03 10:47 Ben Kohler
2020-08-15 12:28 Ben Kohler
2020-07-06 15:00 Ben Kohler
2020-06-28 20:56 Thomas Deutschmann
2020-06-26  6:52 Agostino Sarubbo
2020-06-18 13:52 Ben Kohler
2020-06-10 14:30 Ben Kohler
2020-06-10 14:30 Ben Kohler
2020-05-25 12:15 Ben Kohler
2020-05-22 12:33 Ben Kohler
2020-05-22 12:28 Ben Kohler
2020-05-21 11:35 Ben Kohler
2020-05-20 14:39 Ben Kohler
2020-05-18 22:02 Ben Kohler
2020-05-18 21:53 Ben Kohler
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 21:10 Agostino Sarubbo
2020-04-16 22:26 Ben Kohler
2020-04-16 11:32 Ben Kohler
2020-04-10 19:56 Ben Kohler
2020-04-09 14:33 Ben Kohler
2020-04-02 19:09 Matt Turner
2020-02-24 14:09 Ben Kohler
2020-02-24 13:32 Ben Kohler
2020-01-09 21:35 Ben Kohler
2020-01-01 17:30 Ben Kohler
2019-12-31 17:46 Mike Gilbert
2019-12-23 12:43 Ben Kohler
2019-12-18 19:43 Ben Kohler
2019-12-13 15:35 Ben Kohler
2019-11-20 15:40 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-11-04  6:23 Joonas Niilola
2019-09-23 13:11 Ben Kohler
2019-09-14 19:35 Ben Kohler
2019-09-14 19:34 Ben Kohler
2019-08-27 13:43 Ben Kohler
2019-08-06  9:42 Agostino Sarubbo
2019-08-06  9:39 Agostino Sarubbo
2019-07-31 20:09 Ben Kohler
2019-03-15 17:46 Ben Kohler
2019-03-15 17:46 Ben Kohler
2019-02-28 16:06 Ben Kohler
2019-02-03 14:53 Andreas Sturmlechner
2019-02-03 14:53 Andreas Sturmlechner
2019-02-01 18:59 Ben Kohler
2019-01-30 15:46 Ben Kohler
2018-10-21 14:30 Pacho Ramos
2018-10-02 14:46 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-08-19 22:52 Patrice Clement
2018-08-08 15:40 Mike Gilbert
2018-08-08 15:25 Mike Gilbert
2018-08-08 15:25 Mike Gilbert
2018-06-08  7:27 Michał Górny
2018-04-13 23:49 Aaron Bauman
2018-04-13 23:49 Aaron Bauman
2018-04-13 23:49 Aaron Bauman
2018-04-11 21:47 Patrice Clement
2017-12-25 16:46 Mike Gilbert
2017-12-03 10:27 Pacho Ramos
2017-11-30 19:02 Thomas Deutschmann
2017-10-27 21:02 Patrice Clement
2017-10-15 21:11 Patrice Clement
2017-09-02 17:30 Patrice Clement
2017-07-30 18:46 David Seifert
2017-07-30 11:14 David Seifert
2017-07-30 11:14 David Seifert
2017-02-14 21:20 Patrice Clement
2017-01-06 11:48 Pacho Ramos
2017-01-06 11:48 Pacho Ramos
2017-01-06 11:48 Pacho Ramos
2016-12-31 15:48 Mike Gilbert
2016-12-29 14:38 David Seifert
2016-12-29 14:38 David Seifert
2016-12-29 14:38 David Seifert
2016-12-29 10:45 Agostino Sarubbo
2016-12-29 10:05 Agostino Sarubbo
2016-11-27 11:21 Pacho Ramos
2016-11-06 20:17 David Seifert
2016-10-03 20:07 Patrice Clement
2016-10-02 12:37 Pacho Ramos
2016-08-18 12:46 Patrice Clement
2016-08-18  6:42 Yixun Lan
2016-08-07  8:48 David Seifert
2016-08-02 23:06 Mike Gilbert
2016-08-02 23:06 Mike Gilbert
2016-08-02 19:54 Mike Gilbert
2016-08-02 19:47 Mike Gilbert
2016-06-06 16:15 Agostino Sarubbo
2015-09-21 19:08 Pacho Ramos
2015-09-21 19:01 Pacho Ramos
2015-09-21 19:01 Pacho Ramos

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=1699014198.c4bba5681936b1d2d859025b62ee765d09861c8f.bkohler@gentoo \
    --to=bkohler@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