public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/
Date: Sun, 29 Nov 2020 09:56:08 +0000 (UTC)	[thread overview]
Message-ID: <1606643727.082039dad08e2ea40b5135f4ba0962e35051dc1c.soap@gentoo> (raw)

commit:     082039dad08e2ea40b5135f4ba0962e35051dc1c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:55:27 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:55:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082039da

net-mail/fdm: Remove old

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-mail/fdm/Manifest       |  1 -
 net-mail/fdm/fdm-1.9.ebuild | 41 -----------------------------------------
 net-mail/fdm/metadata.xml   |  3 ---
 3 files changed, 45 deletions(-)

diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
index 1efb740bd86..1a6c5cc60af 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 7aeec589137..00000000000
--- 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 dae07138c6d..61a735f7ec6 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>


             reply	other threads:[~2020-11-29  9:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-29  9:56 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10 13:26 [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/ Petr Vaněk
2025-01-10 11:48 Petr Vaněk
2024-11-26  7:03 Sam James
2024-11-23 15:05 Michał Górny
2024-11-23 14:32 Michał Górny
2023-03-18 21:54 Sam James
2023-03-17 17:26 Sam James
2023-03-17 17:00 Sam James
2023-01-10  3:14 Sam James
2022-12-18  4:20 Sam James
2021-10-04  0:47 Sam James
2021-07-15 22:12 Conrad Kostecki
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-05-02 14:51 Mikle Kolyada
2021-04-11 20:52 Conrad Kostecki
2020-11-29  8:15 Agostino Sarubbo
2020-11-27 16:49 Thomas Deutschmann
2020-09-19 20:05 Stephen Klimaszewski
2019-06-25 14:31 Michael Orlitzky
2019-02-16  9:28 Pacho Ramos
2019-02-16  9:28 Pacho Ramos
2016-05-30 19:36 Michael Weber
2015-08-27  8:04 Tim Harder

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=1606643727.082039dad08e2ea40b5135f4ba0962e35051dc1c.soap@gentoo \
    --to=soap@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