From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/oidentd/
Date: Tue, 17 Aug 2021 17:10:41 +0000 (UTC) [thread overview]
Message-ID: <1629220219.6c249aeddfa46bcba7b83eecb8d65513f77602f0.conikost@gentoo> (raw)
commit: 6c249aeddfa46bcba7b83eecb8d65513f77602f0
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 17:08:40 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 17:10:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c249aed
net-misc/oidentd: add missing deps
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/oidentd/oidentd-3.0.0-r1.ebuild | 57 ++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/net-misc/oidentd/oidentd-3.0.0-r1.ebuild b/net-misc/oidentd/oidentd-3.0.0-r1.ebuild
new file mode 100644
index 00000000000..614fff09c55
--- /dev/null
+++ b/net-misc/oidentd/oidentd-3.0.0-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Another (RFC1413 compliant) ident daemon"
+HOMEPAGE="https://oidentd.janikrabe.com/"
+SRC_URI="https://files.janikrabe.com/pub/${PN}/releases/${PV}/${P}.tar.xz"
+
+LICENSE="BSD-2 GPL-2 LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="debug ipv6 masquerade selinux"
+
+DEPEND="masquerade? ( net-libs/libnetfilter_conntrack )"
+
+RDEPEND="
+ ${DEPEND}
+ acct-user/oidentd
+ acct-group/oidentd
+ selinux? ( sec-policy/selinux-oident )
+"
+
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+"
+
+src_prepare() {
+ sed -i '/ExecStart/ s|$| -u oidentd -g oidentd|' contrib/systemd/*.service || die
+
+ default
+}
+
+src_configure() {
+ local myconf=(
+ $(use_enable debug)
+ $(use_enable ipv6)
+ $(use_enable masquerade libnfct)
+ $(use_enable masquerade nat)
+ --enable-xdgbdir
+ )
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}"/${PN}-2.0.7-init ${PN}
+ newconfd "${FILESDIR}"/${PN}-2.2.2-confd ${PN}
+
+ systemd_dounit contrib/systemd/${PN}@.service
+ systemd_dounit contrib/systemd/${PN}.socket
+ systemd_dounit contrib/systemd/${PN}.service
+}
next reply other threads:[~2021-08-17 17:10 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-17 17:10 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 7:56 [gentoo-commits] repo/gentoo:master commit in: net-misc/oidentd/ Joonas Niilola
2024-12-03 7:56 Joonas Niilola
2024-12-02 14:57 Sam James
2024-12-02 14:50 Sam James
2024-12-02 14:50 Sam James
2023-09-02 13:37 Arthur Zamarin
2021-12-09 16:24 Agostino Sarubbo
2021-12-09 16:22 Agostino Sarubbo
2021-12-08 11:54 Jakov Smolić
2021-12-07 23:50 Sam James
2021-12-07 20:25 Arthur Zamarin
2021-08-17 17:10 Conrad Kostecki
2021-08-17 16:04 Conrad Kostecki
2020-07-22 14:45 Andreas Sturmlechner
2020-07-17 15:17 Agostino Sarubbo
2020-07-17 15:12 Agostino Sarubbo
2020-07-17 15:09 Agostino Sarubbo
2020-07-17 15:05 Agostino Sarubbo
2020-07-17 7:02 Agostino Sarubbo
2020-02-17 12:25 Agostino Sarubbo
2020-02-17 12:17 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2019-12-13 13:49 Joonas Niilola
2019-12-13 13:49 Joonas Niilola
2019-12-13 13:49 Joonas Niilola
2019-02-03 14:53 Andreas Sturmlechner
2018-07-20 22:24 Sergei Trofimovich
2018-03-15 16:36 Mikle Kolyada
2018-01-29 8:22 Tobias Klausmann
2017-12-26 20:19 Sergei Trofimovich
2017-12-19 9:15 Jason Zaman
2017-12-14 20:00 Sergei Trofimovich
2017-12-12 16:35 Thomas Deutschmann
2016-08-06 11:33 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=1629220219.6c249aeddfa46bcba7b83eecb8d65513f77602f0.conikost@gentoo \
--to=conikost@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