summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-filter/sigh/Manifest1
-rw-r--r--mail-filter/sigh/files/sigh-1607.1.6-fno-common.patch19
-rw-r--r--mail-filter/sigh/files/sigh.initd22
-rw-r--r--mail-filter/sigh/metadata.xml11
-rw-r--r--mail-filter/sigh/sigh-1607.1.6-r2.ebuild30
-rw-r--r--profiles/package.mask5
6 files changed, 0 insertions, 88 deletions
diff --git a/mail-filter/sigh/Manifest b/mail-filter/sigh/Manifest
deleted file mode 100644
index 67b4d7f948c6..000000000000
--- a/mail-filter/sigh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sigh-1607.1.6.tar.gz 58258 BLAKE2B 6d2743c4a850af4f28ba0f2b7a0d6fdef5b699f9521e0631b9bc534be872af4cfccd10de7648080389046faf3f34ba58e3ce68aa318d76ed8e1af5f495f47f70 SHA512 640fa35ea89d7aab956e597ef089a8b7f57af2a7e3de7087e6bd01b60715cc33263cd4fd84a8826ae37387ec802d4bb78c5fe9c83e5d404029d69de010b1ce6b
diff --git a/mail-filter/sigh/files/sigh-1607.1.6-fno-common.patch b/mail-filter/sigh/files/sigh-1607.1.6-fno-common.patch
deleted file mode 100644
index a76b102be147..000000000000
--- a/mail-filter/sigh/files/sigh-1607.1.6-fno-common.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/common.h
-+++ b/src/common.h
-@@ -28,14 +28,14 @@ namespace util {
- * @param x A string literal
- * @return A pointer to char
- */
-- auto ccp = [](const std::string &str) {
-+ inline auto ccp = [](const std::string &str) {
- return const_cast<char *> (str.c_str());
- };
-
- /*!
- * @brief Data structure for each client connection
- */
-- auto mlfipriv = [](SMFICTX *ctx) {
-+ inline auto mlfipriv = [](SMFICTX *ctx) {
- return static_cast<mlt::Client *> (smfi_getpriv(ctx));
- };
- } // namespace util
diff --git a/mail-filter/sigh/files/sigh.initd b/mail-filter/sigh/files/sigh.initd
deleted file mode 100644
index 8fe64679bab1..000000000000
--- a/mail-filter/sigh/files/sigh.initd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PIDDIR="/run/${SVCNAME}"
-
-description="Sigh is a milter that signs emails with S/MIME"
-name="S/MIME signing milter"
-pidfile="${PIDDIR}/${SVCNAME}.pid"
-command="/usr/sbin/sigh"
-command_args="-p ${pidfile} ${OPTIONS}"
-retry="30"
-
-depend() {
- need localmount net
- use mta logger
-}
-
-start_pre() {
- checkpath -q -d -o sigh:sigh -m 0755 "${PIDDIR}" || return 1
-}
-
diff --git a/mail-filter/sigh/metadata.xml b/mail-filter/sigh/metadata.xml
deleted file mode 100644
index da7c0a5b9cda..000000000000
--- a/mail-filter/sigh/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mschiff@gentoo.org</email>
- <name>Marc Schiffbauer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">croessner/sigh</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/mail-filter/sigh/sigh-1607.1.6-r2.ebuild b/mail-filter/sigh/sigh-1607.1.6-r2.ebuild
deleted file mode 100644
index bd79dd2d7237..000000000000
--- a/mail-filter/sigh/sigh-1607.1.6-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_IN_SOURCE_BUILD=1
-inherit cmake
-
-DESCRIPTION="S/MIME signing milter"
-HOMEPAGE="https://signing-milter.org/"
-SRC_URI="https://github.com/croessner/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- acct-group/sigh
- acct-user/sigh
- dev-libs/boost
- dev-libs/openssl:0=
- mail-filter/libmilter:="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
-
-src_install() {
- cmake_src_install
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 43a6b53da0fb..9909f8be2957 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -428,11 +428,6 @@ app-portage/repoman
# https://bugs.gentoo.org/868567
=sys-apps/gawk-5.2.0
-# Marc Schiffbauer <mschiff@gentoo.org> (2022-09-02)
-# Dead upstream, open bugs, removal in 30 days
-# bugs #829447, #836227, #862504
-mail-filter/sigh
-
# hololeap <hololeap@protonmail.com> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by
# haskell-cabal.eclass)