public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dennis Schridde" <devurandom@gmx.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
Date: Fri,  8 Mar 2013 06:22:01 +0000 (UTC)	[thread overview]
Message-ID: <1362723687.6925cb69541e6ac35a20564626a692ff9d73a76b.devurandom@gentoo> (raw)

commit:     6925cb69541e6ac35a20564626a692ff9d73a76b
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 06:21:27 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 06:21:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6925cb69

[net-im/kde-telepathy-meta] Bump to 0.5.80 / 0.6_beta1

Package-Manager: portage-2.2.0_alpha166

---
 .../kde-telepathy-meta-0.5.80.ebuild               |   43 ++++++++++++++++++++
 .../ktp-accounts-kcm-0.5.80.ebuild                 |   33 +++++++++++++++
 net-im/ktp-approver/ktp-approver-0.5.80.ebuild     |   29 +++++++++++++
 .../ktp-auth-handler-0.5.80.ebuild                 |   29 +++++++++++++
 net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild       |   37 +++++++++++++++++
 .../ktp-common-internals-0.5.80.ebuild             |   28 +++++++++++++
 .../ktp-contact-list-0.5.80.ebuild                 |   29 +++++++++++++
 .../ktp-contact-runner-0.5.80.ebuild               |   28 +++++++++++++
 .../ktp-desktop-applets-0.5.80.ebuild              |   32 +++++++++++++++
 .../ktp-filetransfer-handler-0.5.80.ebuild         |   28 +++++++++++++
 .../ktp-kded-module/ktp-kded-module-0.5.80.ebuild  |   31 ++++++++++++++
 net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild   |   32 +++++++++++++++
 net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild       |   38 +++++++++++++++++
 13 files changed, 417 insertions(+), 0 deletions(-)

diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
new file mode 100644
index 0000000..0a929f2
--- /dev/null
+++ b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.5.80.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
+kde packages"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+if [[ ${PV} != *9999* ]]; then
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+SLOT="4"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	>=net-im/ktp-accounts-kcm-${PV}
+	>=net-im/ktp-approver-${PV}
+	>=net-im/ktp-auth-handler-${PV}
+	>=net-im/ktp-call-ui-${PV}
+	>=net-im/ktp-common-internals-${PV}
+	>=net-im/ktp-contact-list-${PV}
+	>=net-im/ktp-contact-runner-${PV}
+	>=net-im/ktp-desktop-applets-${PV}
+	>=net-im/ktp-filetransfer-handler-${PV}
+	>=net-im/ktp-kded-module-${PV}
+	>=net-im/ktp-send-file-${PV}
+	>=net-im/ktp-text-ui-${PV}
+	net-im/telepathy-connection-managers
+"
+
+pkg_postinst() {
+	echo
+	elog "You can configure the accounts in the KDE System Settings"
+	elog "and then add the Instant Messaging plasma applet to access the contact list."
+	echo
+}

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
new file mode 100644
index 0000000..8316cba
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nb nds
+nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk vi
+zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy account management kcm"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-common-internals-${PV}
+	net-im/telepathy-mission-control
+	net-libs/telepathy-glib
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+"

diff --git a/net-im/ktp-approver/ktp-approver-0.5.80.ebuild b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
new file mode 100644
index 0000000..0a8f87b
--- /dev/null
+++ b/net-im/ktp-approver/ktp-approver-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy notification handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+	>=net-im/ktp-contact-list-${PV}
+"

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
new file mode 100644
index 0000000..ca46f58
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	dev-libs/qjson
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
new file mode 100644
index 0000000..930de4a
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.5.80.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl
+pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=media-libs/qt-gstreamer-0.10.2
+	>=net-im/ktp-common-internals-${PV}
+	net-libs/telepathy-farstream
+	>=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+	|| (
+		>=net-im/ktp-contact-applet-${PV}
+		>=net-im/ktp-contact-list-${PV}
+		>=net-im/ktp-text-ui-${PV}
+	)
+"

diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
new file mode 100644
index 0000000..9925a8b
--- /dev/null
+++ b/net-im/ktp-common-internals/ktp-common-internals-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy common library"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-libs/telepathy-qt-0.9.3
+	!!<net-im/ktp-contact-list-0.4.0
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
new file mode 100644
index 0000000..2b8484b
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.5.80.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact list"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-accounts-kcm-${PV}
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
new file mode 100644
index 0000000..b37f67f
--- /dev/null
+++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it km lt nds nl pl pt pt_BR ru
+sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy krunner plugin"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
new file mode 100644
index 0000000..c5146ef
--- /dev/null
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	!net-im/ktp-contact-applet
+	!net-im/ktp-presence-applet
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+	>=net-im/ktp-contact-list-${PV}
+"

diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
new file mode 100644
index 0000000..7dc4469
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.5.80.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja lt nb nds nl pl pt pt_BR
+ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy file transfer handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
new file mode 100644
index 0000000..64bc844
--- /dev/null
+++ b/net-im/ktp-kded-module/ktp-kded-module-0.5.80.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+MY_P=${PN/kded/kded-integration}-${PV}
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy workspace integration"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}

diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
new file mode 100644
index 0000000..38d12cc
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.5.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-im/ktp-common-internals-${PV}
+	>=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}
+	>=net-im/ktp-contact-list-${PV}
+	>=net-im/ktp-filetransfer-handler-${PV}
+"

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
new file mode 100644
index 0000000..f1638a3
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy text chat window"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug +history"
+
+DEPEND="
+	>=net-libs/telepathy-qt-0.9.3
+	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+"
+RDEPEND="${DEPEND}
+	>=net-im/ktp-contact-list-${PV}
+"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with history TelepathyLoggerQt4)
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2013-03-08  6:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08  6:22 Dennis Schridde [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-08 18:30 [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, Dennis Schridde
2013-03-08 19:24 Dennis Schridde
2013-04-04 17:55 Dennis Schridde
2013-04-11 15:16 Tomas Chvatal
2013-04-20 14:11 Johannes Huber
2013-04-20 20:05 Johannes Huber
2013-10-29 20:17 Johannes Huber
2014-03-12 10:51 Johannes Huber
2014-09-15 17:00 Johannes Huber
2014-09-19 20:46 Alexey Shvetsov

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=1362723687.6925cb69541e6ac35a20564626a692ff9d73a76b.devurandom@gentoo \
    --to=devurandom@gmx.net \
    --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