public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/
Date: Sat, 18 Mar 2023 21:54:51 +0000 (UTC)	[thread overview]
Message-ID: <1679176477.5c2df683e61302ed60853f1b3b94b4e2c353750c.sam@gentoo> (raw)

commit:     5c2df683e61302ed60853f1b3b94b4e2c353750c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 21:19:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 21:54:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2df683

net-mail/fdm: drop 2.0-r1, 2.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/fdm/Manifest          |  2 --
 net-mail/fdm/fdm-2.0-r1.ebuild | 46 ------------------------------------------
 net-mail/fdm/fdm-2.1.ebuild    | 46 ------------------------------------------
 3 files changed, 94 deletions(-)

diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
index ca39643a6375..248e133dffcd 100644
--- a/net-mail/fdm/Manifest
+++ b/net-mail/fdm/Manifest
@@ -1,3 +1 @@
-DIST fdm-2.0.tar.gz 313596 BLAKE2B 8b323f4a8953a46773a4e5a1214444dc97db4346f50990fcfb4c9d79ae40bbb73b61e3bf41bc95b76e44f6bed7b398cb210d58901823752e92ca7b83189cbc7e SHA512 14e923202d17083ceb3b91b3a442d7e512c37f3d29535f22d8c0c4e1d57c97acc5d5465d643ed0cf437b3945ef777a6e38da3117219c2d54dcec88ecab1e10d9
-DIST fdm-2.1.tar.gz 318803 BLAKE2B 2bb693177c69665d2354c382ab663a3283c5edae2cdf6f3bf2fe4133309de9d43e0e8ad3830eeee4eb002fe202eb20f982cdc892fb0b0d1698b13aa79f22be0a SHA512 6a864048e1f25eedbb6af86451b258678b91e3c225b3b065a1aeb043f125405dfa109a0fbd77363394e14050053c7d81093d5b9d6a2dd155fb00dc98455028b4
 DIST fdm-2.2.tar.gz 319140 BLAKE2B dde9126aaf3183444123bb3b546f8997a5a25f5dc58bb7fc08818e491e2193543f4f06e758b479e61da7feaf752e3d3ddfd8103c616a49f0d65c41972bae7e12 SHA512 13efa0f272c5f6146b90e094602e8a9b52016af79ae0b6cd80dc9f36b2ba37f64cadae7313bd8db90bcb007dd07206a3614987f11bb82c3535e04f0511c9fc6d

diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
deleted file mode 100644
index a98298a350e4..000000000000
--- a/net-mail/fdm/fdm-2.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~arm64 x86"
-IUSE="examples pcre"
-
-DEPEND="
-	dev-libs/openssl:0=
-	sys-libs/tdb
-	pcre? ( dev-libs/libpcre )
-"
-RDEPEND="
-	${DEPEND}
-	acct-group/fdm
-	acct-user/fdm
-"
-
-DOCS=( CHANGES README TODO MANUAL )
-
-src_prepare() {
-	default
-
-	# Change user '_fdm' to 'fdm'
-	sed -e 's/_fdm/fdm/g' -i fdm.h || die
-}
-
-src_configure() {
-	econf $(use_enable pcre)
-}
-
-src_install() {
-	default
-
-	if use examples ; then
-		docinto examples
-		dodoc examples/*
-	fi
-}

diff --git a/net-mail/fdm/fdm-2.1.ebuild b/net-mail/fdm/fdm-2.1.ebuild
deleted file mode 100644
index bf1b62354bb5..000000000000
--- a/net-mail/fdm/fdm-2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~arm64 ~x86"
-IUSE="examples pcre"
-
-DEPEND="
-	dev-libs/openssl:0=
-	sys-libs/tdb
-	pcre? ( dev-libs/libpcre )
-"
-RDEPEND="
-	${DEPEND}
-	acct-group/fdm
-	acct-user/fdm
-"
-
-DOCS=( CHANGES README TODO MANUAL )
-
-src_prepare() {
-	default
-
-	# Change user '_fdm' to 'fdm'
-	sed -e 's/_fdm/fdm/g' -i fdm.h || die
-}
-
-src_configure() {
-	econf $(use_enable pcre)
-}
-
-src_install() {
-	default
-
-	if use examples ; then
-		docinto examples
-		dodoc examples/*
-	fi
-}


             reply	other threads:[~2023-03-18 21:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-18 21:54 Sam James [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-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  9:56 David Seifert
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=1679176477.5c2df683e61302ed60853f1b3b94b4e2c353750c.sam@gentoo \
    --to=sam@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