public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libopensmtpd/
Date: Fri,  4 Nov 2022 18:50:00 +0000 (UTC)	[thread overview]
Message-ID: <1667587388.7b076a6ec8c7dd16c598c10c5e5a1794b7658244.cybertailor@gentoo> (raw)

commit:     7b076a6ec8c7dd16c598c10c5e5a1794b7658244
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov  4 18:26:08 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov  4 18:43:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b076a6e

dev-libs/libopensmtpd: new package, add 0.7

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-libs/libopensmtpd/Manifest                |  1 +
 dev-libs/libopensmtpd/libopensmtpd-0.7.ebuild | 38 +++++++++++++++++++++++++++
 dev-libs/libopensmtpd/metadata.xml            | 13 +++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-libs/libopensmtpd/Manifest b/dev-libs/libopensmtpd/Manifest
new file mode 100644
index 000000000..8d4ee9ae1
--- /dev/null
+++ b/dev-libs/libopensmtpd/Manifest
@@ -0,0 +1 @@
+DIST libopensmtpd-0.7.tar.gz 34942 BLAKE2B 09b820bed528678adce8e52db9a0001732636668ece49eca4bd91c35374d53d3c076367dc543d06ef73b671b2776942bb210b82da4a4804db7a91e5065545df5 SHA512 53153eea5ed85309434316fa9bbba032aba9cac30744a6c228892b5fdf67f9df7e05c25832f16845c603892a255dfcf67d432e2a43ec6228f3103cf92ba2394f

diff --git a/dev-libs/libopensmtpd/libopensmtpd-0.7.ebuild b/dev-libs/libopensmtpd/libopensmtpd-0.7.ebuild
new file mode 100644
index 000000000..2781caa35
--- /dev/null
+++ b/dev-libs/libopensmtpd/libopensmtpd-0.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Library for creating OpenSMTPD filters"
+HOMEPAGE="http://imperialat.at/dev/libopensmtpd/"
+SRC_URI="http://imperialat.at/releases/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/0.1"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/libevent:="
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	tc-export CC
+}
+
+src_compile() {
+	local myargs=(
+		MANFORMAT=mdoc
+	)
+	emake -f Makefile.gnu "${myargs[@]}"
+}
+
+src_install() {
+	local myargs=(
+		MANFORMAT=mdoc
+		DESTDIR="${D}"
+		LOCALBASE="${EPREFIX}"/usr
+		LIBDIR="${EPREFIX}"/usr/$(get_libdir)
+	)
+	emake -f Makefile.gnu "${myargs[@]}" install
+}

diff --git a/dev-libs/libopensmtpd/metadata.xml b/dev-libs/libopensmtpd/metadata.xml
new file mode 100644
index 000000000..315723057
--- /dev/null
+++ b/dev-libs/libopensmtpd/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>martijn@openbsd.org</email>
+			<name>Martijn van Duren</name>
+		</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-11-04 18:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 18:50 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-04 18:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libopensmtpd/ Anna Vyalkova

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=1667587388.7b076a6ec8c7dd16c598c10c5e5a1794b7658244.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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