From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
Date: Tue, 11 May 2021 17:55:35 +0000 (UTC) [thread overview]
Message-ID: <1620755727.c9f4ce2f6a6ca235b3554cb23bef5f3b4216764e.bkohler@gentoo> (raw)
commit: c9f4ce2f6a6ca235b3554cb23bef5f3b4216764e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 17:54:58 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 11 17:55:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f4ce2f
net-misc/remmina: drop old (some broken) versions
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/remmina/Manifest | 3 -
net-misc/remmina/remmina-1.4.12.ebuild | 97 --------------------------------
net-misc/remmina/remmina-1.4.14.ebuild | 100 ---------------------------------
net-misc/remmina/remmina-1.4.15.ebuild | 100 ---------------------------------
4 files changed, 300 deletions(-)
diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 70697b0d243..ecc8ae5adbd 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,5 +1,2 @@
-DIST Remmina-v1.4.12.tar.gz 2338965 BLAKE2B 86ec07a2c5ff0957cc3d855a4cc86c9675aa474110d7d40d202817f01c4d5815c008a5f0f78802e9b3ef14b3590d58ccbb124e2b6c6f0b14ea8c8592a4d8bd50 SHA512 7ae8031ff64c113b0ed792c6ba56c42918ccce5a30fe0255f730ef7a5a712dc500495e591598fd6cc553c09c6d5a2457e33f4dc1019403e89b25cc02e491515d
DIST Remmina-v1.4.13.tar.gz 2519879 BLAKE2B ff2410ffbdea4509866b41e47eaa8caafb7f45091047eff9a830590b7a04c25cbbdec5788ccf9f35afdee613722e74e7595b73b4c3c8eea2fa3ffb4e09411d99 SHA512 cf82dc90f021635bcde906a73a2ad59087fe7cbe1bdd69a828ffc1e04ea0cc1bfa23386b70c36df85ae41dfa17f2d4379bedff29c03d9838c6ac18347e06b6dc
-DIST Remmina-v1.4.14.tar.gz 2613799 BLAKE2B 07f6c78bb825395001054cb6274e3a1f45a4b2f678ee2ef629f112550742350a7e3c779a9fcd554a6654ae689cf373d7f6ed543768bdc403b9d3ef96a2ca0a2e SHA512 4114edafd2847c081f0a12cf7c7b4c2f34af554312be755a9897e161002c8dce3708041f6a3fcb340f577a2c3ccc3582909b7d0d4ecbf186f54394e4c6a98c35
-DIST Remmina-v1.4.15.tar.gz 2615051 BLAKE2B 29ad1a583bac552e0008aa9a92dbedffdb48d5e288e1bcc6daf3363eb6a753d8ae2200d14ba12cd36a54df1dd0eaec5124dfd47e636654c63101b3086bc5d420 SHA512 247e455093e18933e84d835f5d74a86f963629b1305a953f8e9a5d6262da8870690607e04c6143fee1d1f75f4735b5a500654c713df70cb61053c7912c799c3e
DIST Remmina-v1.4.16.tar.gz 2615347 BLAKE2B 5cff71d94bf66dd0116be739646c33a601a83deb8fef1cfcddf9c197eb34458ea97f6e45e96e7e0bab7fbfb6d95c6150e5c72c6d5aae5f23bfedc8f080e00ade SHA512 a9b42ba95ab9c5f985c5c359d0fb138d73ca5f0f9199cb9e84e522d1e11c50f9fe2b8c943d64242e367f4185fd9eb0c764321ba9d4ab9a09c5c5c1dc37c0ba78
diff --git a/net-misc/remmina/remmina-1.4.12.ebuild b/net-misc/remmina/remmina-1.4.12.ebuild
deleted file mode 100644
index a680d0156b3..00000000000
--- a/net-misc/remmina/remmina-1.4.12.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake optfeature xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="appindicator crypt cups examples gnome-keyring kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/libsodium:=
- net-libs/libsoup
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libxkbfile
- appindicator? ( dev-libs/libappindicator:3 )
- crypt? ( dev-libs/libgcrypt:0= )
- rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
- <net-misc/freerdp-3[X]
- cups? ( net-print/cups:= ) )
- gnome-keyring? ( app-crypt/libsecret )
- kwallet? ( kde-frameworks/kwallet )
- dev-libs/openssl:0=
- spice? ( net-misc/spice-gtk[gtk3] )
- ssh? ( net-libs/libssh:0=[sftp]
- x11-libs/vte:2.91 )
- telepathy? ( net-libs/telepathy-glib )
- vnc? ( net-libs/libvncserver[jpeg] )
- webkit? ( net-libs/webkit-gtk:4 )
- zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
- ${DEPEND}
- virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- xdg_environment_reset
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_APPINDICATOR=$(usex appindicator)
- -DWITH_GCRYPT=$(usex crypt)
- -DWITH_EXAMPLES=$(usex examples)
- -DWITH_LIBSECRET=$(usex gnome-keyring)
- -DWITH_KF5WALLET=$(usex kwallet)
- -DWITH_GETTEXT=$(usex nls)
- -DWITH_TRANSLATIONS=$(usex nls)
- -DWITH_FREERDP=$(usex rdp)
- -DWITH_FREERDP3=OFF
- -DWITH_CUPS=$(usex cups)
- -DWITH_SPICE=$(usex spice)
- -DWITH_LIBSSH=$(usex ssh)
- -DWITH_VTE=$(usex ssh)
- -DWITH_TELEPATHY=$(usex telepathy)
- -DWITH_LIBVNCSERVER=$(usex vnc)
- -DWITH_WWW=$(usex webkit)
- -DWITH_AVAHI=$(usex zeroconf)
- -DWITH_NEWS=$(usex telemetry)
- -DWITH_ICON_CACHE=OFF
- -DWITH_UPDATE_DESKTOP_DB=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]
- optfeature "XDMCP support" x11-base/xorg-server[xephyr]
-}
diff --git a/net-misc/remmina/remmina-1.4.14.ebuild b/net-misc/remmina/remmina-1.4.14.ebuild
deleted file mode 100644
index e7bceef93c0..00000000000
--- a/net-misc/remmina/remmina-1.4.14.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake optfeature xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/libpcre2
- dev-libs/libsodium:=
- dev-libs/openssl:0=
- dev-libs/wayland
- net-libs/libsoup
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libxkbfile
- appindicator? ( dev-libs/libappindicator:3 )
- crypt? ( dev-libs/libgcrypt:0= )
- rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
- <net-misc/freerdp-3[X]
- cups? ( net-print/cups:= ) )
- gnome-keyring? ( app-crypt/libsecret )
- gvnc? ( net-libs/gtk-vnc )
- kwallet? ( kde-frameworks/kwallet )
- spice? ( net-misc/spice-gtk[gtk3] )
- ssh? ( net-libs/libssh:0=[sftp]
- x11-libs/vte:2.91 )
- telepathy? ( net-libs/telepathy-glib )
- vnc? ( net-libs/libvncserver[jpeg] )
- webkit? ( net-libs/webkit-gtk:4 )
- zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
- ${DEPEND}
- virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- xdg_environment_reset
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_APPINDICATOR=$(usex appindicator)
- -DWITH_GCRYPT=$(usex crypt)
- -DWITH_EXAMPLES=$(usex examples)
- -DWITH_LIBSECRET=$(usex gnome-keyring)
- -DWITH_KF5WALLET=$(usex kwallet)
- -DWITH_GETTEXT=$(usex nls)
- -DWITH_TRANSLATIONS=$(usex nls)
- -DWITH_FREERDP=$(usex rdp)
- -DWITH_FREERDP3=OFF
- -DWITH_CUPS=$(usex cups)
- -DWITH_SPICE=$(usex spice)
- -DWITH_LIBSSH=$(usex ssh)
- -DWITH_VTE=$(usex ssh)
- -DWITH_TELEPATHY=$(usex telepathy)
- -DWITH_LIBVNCSERVER=$(usex vnc)
- -DWITH_WWW=$(usex webkit)
- -DWITH_AVAHI=$(usex zeroconf)
- -DWITH_NEWS=$(usex telemetry)
- -DWITH_ICON_CACHE=OFF
- -DWITH_UPDATE_DESKTOP_DB=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]
- optfeature "XDMCP support" x11-base/xorg-server[xephyr]
-}
diff --git a/net-misc/remmina/remmina-1.4.15.ebuild b/net-misc/remmina/remmina-1.4.15.ebuild
deleted file mode 100644
index e7bceef93c0..00000000000
--- a/net-misc/remmina/remmina-1.4.15.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake optfeature xdg
-
-MY_P="${PN^}-v${PV}"
-
-DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
-HOMEPAGE="https://remmina.org/"
-SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/libpcre2
- dev-libs/libsodium:=
- dev-libs/openssl:0=
- dev-libs/wayland
- net-libs/libsoup
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libxkbfile
- appindicator? ( dev-libs/libappindicator:3 )
- crypt? ( dev-libs/libgcrypt:0= )
- rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
- <net-misc/freerdp-3[X]
- cups? ( net-print/cups:= ) )
- gnome-keyring? ( app-crypt/libsecret )
- gvnc? ( net-libs/gtk-vnc )
- kwallet? ( kde-frameworks/kwallet )
- spice? ( net-misc/spice-gtk[gtk3] )
- ssh? ( net-libs/libssh:0=[sftp]
- x11-libs/vte:2.91 )
- telepathy? ( net-libs/telepathy-glib )
- vnc? ( net-libs/libvncserver[jpeg] )
- webkit? ( net-libs/webkit-gtk:4 )
- zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
-"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-RDEPEND="
- ${DEPEND}
- virtual/freedesktop-icon-theme
-"
-
-DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- xdg_environment_reset
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_APPINDICATOR=$(usex appindicator)
- -DWITH_GCRYPT=$(usex crypt)
- -DWITH_EXAMPLES=$(usex examples)
- -DWITH_LIBSECRET=$(usex gnome-keyring)
- -DWITH_KF5WALLET=$(usex kwallet)
- -DWITH_GETTEXT=$(usex nls)
- -DWITH_TRANSLATIONS=$(usex nls)
- -DWITH_FREERDP=$(usex rdp)
- -DWITH_FREERDP3=OFF
- -DWITH_CUPS=$(usex cups)
- -DWITH_SPICE=$(usex spice)
- -DWITH_LIBSSH=$(usex ssh)
- -DWITH_VTE=$(usex ssh)
- -DWITH_TELEPATHY=$(usex telepathy)
- -DWITH_LIBVNCSERVER=$(usex vnc)
- -DWITH_WWW=$(usex webkit)
- -DWITH_AVAHI=$(usex zeroconf)
- -DWITH_NEWS=$(usex telemetry)
- -DWITH_ICON_CACHE=OFF
- -DWITH_UPDATE_DESKTOP_DB=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]
- optfeature "XDMCP support" x11-base/xorg-server[xephyr]
-}
next reply other threads:[~2021-05-11 20:20 UTC|newest]
Thread overview: 192+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-11 17:55 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 19:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ Ben Kohler
2024-12-20 15:13 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-11-03 12:23 Ben Kohler
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 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=1620755727.c9f4ce2f6a6ca235b3554cb23bef5f3b4216764e.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