public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
Date: Wed,  8 Jul 2020 13:47:57 +0000 (UTC)	[thread overview]
Message-ID: <1594216074.6b2a6f9630a45cb5912d0b31817512ed488d0fcb.polynomial-c@gentoo> (raw)

commit:     6b2a6f9630a45cb5912d0b31817512ed488d0fcb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 13:46:23 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 13:47:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2a6f96

net-libs/libesmtp: Added live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/libesmtp/libesmtp-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/net-libs/libesmtp/libesmtp-9999.ebuild b/net-libs/libesmtp/libesmtp-9999.ebuild
new file mode 100644
index 00000000000..4f34d1424a7
--- /dev/null
+++ b/net-libs/libesmtp/libesmtp-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson
+
+DESCRIPTION="lib that implements the client side of the SMTP protocol"
+HOMEPAGE="https://libesmtp.github.io/"
+if [[ "${PV}" == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git"
+else
+	SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+fi
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0"
+IUSE="libressl ssl static-libs threads"
+
+RDEPEND="
+	ssl? (
+		!libressl? ( >=dev-libs/openssl-1.1.0:0= )
+		libressl? ( dev-libs/libressl:0= )
+	)"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS docs/{bugreport,ChangeLog,faq}.md NEWS Notes README.md TODO )
+
+src_configure() {
+	local emesonargs=(
+		-Ddefault_library="$(usex static-libs both shared)"
+		$(meson_feature ssl tls)
+		$(meson_feature threads pthreads)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2020-07-08 13:48 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 13:47 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07  8:53 [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/ Petr Vaněk
2024-10-30 18:39 Arthur Zamarin
2024-10-30 15:46 Arthur Zamarin
2024-10-30 14:41 Sam James
2024-10-30 14:41 Sam James
2024-10-30 12:12 Sam James
2024-10-30 12:12 Sam James
2024-10-30 12:12 Sam James
2023-10-08  8:20 Joonas Niilola
2022-03-23  1:26 Sam James
2021-07-26 15:45 Marek Szuba
2021-07-17  5:00 Sam James
2021-07-17  5:00 Sam James
2021-06-18  6:30 Agostino Sarubbo
2021-06-18  6:28 Agostino Sarubbo
2021-06-18  6:27 Agostino Sarubbo
2021-06-17 20:23 Sam James
2021-06-17  7:23 Agostino Sarubbo
2021-06-07 16:05 Sam James
2021-06-07 16:05 Sam James
2021-06-07 16:05 Sam James
2021-05-02 10:16 Mikle Kolyada
2021-04-13 22:37 Sam James
2021-01-17  4:10 Sam James
2021-01-17  4:10 Sam James
2021-01-17  4:10 Sam James
2019-05-15 18:38 Andreas Sturmlechner
2019-05-02 22:06 Mikle Kolyada
2019-05-02 22:06 Mikle Kolyada
2019-04-27 15:48 Sergei Trofimovich
2019-04-21 17:07 Sergei Trofimovich
2019-04-19  0:43 Aaron Bauman
2019-04-18 20:32 Thomas Deutschmann
2019-04-17 20:01 Sergei Trofimovich
2019-04-14 21:47 Aaron Bauman
2019-04-14 21:47 Aaron Bauman
2018-10-24 13:42 Lars Wendler
2017-06-26 12:48 Alexis Ballier
2017-06-25 22:19 Andreas Hüttel
2015-09-30 11:59 Julian Ospald

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=1594216074.6b2a6f9630a45cb5912d0b31817512ed488d0fcb.polynomial-c@gentoo \
    --to=polynomial-c@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