commit:     7aef4e6df86aca80e60f9b4b9d16d6fd2bda43e6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 17:10:07 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 17:10:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aef4e6d

net-misc/oidentd: drop old version

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.ebuild | 51 -----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/net-misc/oidentd/oidentd-3.0.0.ebuild 
b/net-misc/oidentd/oidentd-3.0.0.ebuild
deleted file mode 100644
index d43e6d20899..00000000000
--- a/net-misc/oidentd/oidentd-3.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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="
-       acct-user/oidentd
-       acct-group/oidentd
-       selinux? ( sec-policy/selinux-oident )
-       ${DEPEND}"
-
-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
-}

Reply via email to