summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-29 10:55:27 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-29 10:55:27 +0100
commit082039dad08e2ea40b5135f4ba0962e35051dc1c (patch)
treebd9c588c02e1e431fa7d40145b878d68a20a8ca2
parentnet-mail/swaks: Remove old (diff)
downloadgentoo-082039dad08e2ea40b5135f4ba0962e35051dc1c.tar.gz
gentoo-082039dad08e2ea40b5135f4ba0962e35051dc1c.tar.bz2
gentoo-082039dad08e2ea40b5135f4ba0962e35051dc1c.zip
net-mail/fdm: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-mail/fdm/Manifest1
-rw-r--r--net-mail/fdm/fdm-1.9.ebuild41
-rw-r--r--net-mail/fdm/metadata.xml3
3 files changed, 0 insertions, 45 deletions
diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
index 1efb740bd86b..1a6c5cc60af1 100644
--- a/net-mail/fdm/Manifest
+++ b/net-mail/fdm/Manifest
@@ -1,2 +1 @@
-DIST fdm-1.9.tar.gz 299916 BLAKE2B 0c9bb9514a4d36fb1168be73fe745aa136cea75e0ebde28ab181be7d4b7e093c0bec775222e8a333e14baa90871739fa095a89bf8d1f16a86dee03b6d01021aa SHA512 e7e5c8aae8be3e82ff6015d2d87fd9d0dad4fe24796b4f30d6874f761e2df6900c8940d39de28bb2db6ee3ea3faf494c57149037657d986a3b54db3a6a601ca7
DIST fdm-2.0.tar.gz 313596 BLAKE2B 8b323f4a8953a46773a4e5a1214444dc97db4346f50990fcfb4c9d79ae40bbb73b61e3bf41bc95b76e44f6bed7b398cb210d58901823752e92ca7b83189cbc7e SHA512 14e923202d17083ceb3b91b3a442d7e512c37f3d29535f22d8c0c4e1d57c97acc5d5465d643ed0cf437b3945ef777a6e38da3117219c2d54dcec88ecab1e10d9
diff --git a/net-mail/fdm/fdm-1.9.ebuild b/net-mail/fdm/fdm-1.9.ebuild
deleted file mode 100644
index 7aeec5891373..000000000000
--- a/net-mail/fdm/fdm-1.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs user
-
-DESCRIPTION="fetch, filter and deliver mail"
-HOMEPAGE="https://github.com/nicm/fdm"
-SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="courierauth examples libressl pcre"
-
-DEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sys-libs/tdb
- courierauth? ( net-libs/courier-authlib )
- pcre? ( dev-libs/libpcre )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewuser _fdm
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- COURIER=$(use courierauth && echo 1) \
- PCRE=$(use pcre && echo 1)
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man install
- dodoc CHANGES README TODO MANUAL
- if use examples ; then
- docinto examples
- dodoc examples/*
- fi
-}
diff --git a/net-mail/fdm/metadata.xml b/net-mail/fdm/metadata.xml
index dae07138c6d0..61a735f7ec60 100644
--- a/net-mail/fdm/metadata.xml
+++ b/net-mail/fdm/metadata.xml
@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <use>
- <flag name="courierauth">Add support for Courier authentication library</flag>
- </use>
<upstream>
<remote-id type="sourceforge">fdm</remote-id>
<remote-id type="github">nicm/fdm</remote-id>