Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/
Date: Sat, 18 Mar 2023 21:54:55
Message-Id: 1679176477.5c2df683e61302ed60853f1b3b94b4e2c353750c.sam@gentoo
1 commit: 5c2df683e61302ed60853f1b3b94b4e2c353750c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 21:19:14 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 21:54:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2df683
7
8 net-mail/fdm: drop 2.0-r1, 2.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/fdm/Manifest | 2 --
13 net-mail/fdm/fdm-2.0-r1.ebuild | 46 ------------------------------------------
14 net-mail/fdm/fdm-2.1.ebuild | 46 ------------------------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
18 index ca39643a6375..248e133dffcd 100644
19 --- a/net-mail/fdm/Manifest
20 +++ b/net-mail/fdm/Manifest
21 @@ -1,3 +1 @@
22 -DIST fdm-2.0.tar.gz 313596 BLAKE2B 8b323f4a8953a46773a4e5a1214444dc97db4346f50990fcfb4c9d79ae40bbb73b61e3bf41bc95b76e44f6bed7b398cb210d58901823752e92ca7b83189cbc7e SHA512 14e923202d17083ceb3b91b3a442d7e512c37f3d29535f22d8c0c4e1d57c97acc5d5465d643ed0cf437b3945ef777a6e38da3117219c2d54dcec88ecab1e10d9
23 -DIST fdm-2.1.tar.gz 318803 BLAKE2B 2bb693177c69665d2354c382ab663a3283c5edae2cdf6f3bf2fe4133309de9d43e0e8ad3830eeee4eb002fe202eb20f982cdc892fb0b0d1698b13aa79f22be0a SHA512 6a864048e1f25eedbb6af86451b258678b91e3c225b3b065a1aeb043f125405dfa109a0fbd77363394e14050053c7d81093d5b9d6a2dd155fb00dc98455028b4
24 DIST fdm-2.2.tar.gz 319140 BLAKE2B dde9126aaf3183444123bb3b546f8997a5a25f5dc58bb7fc08818e491e2193543f4f06e758b479e61da7feaf752e3d3ddfd8103c616a49f0d65c41972bae7e12 SHA512 13efa0f272c5f6146b90e094602e8a9b52016af79ae0b6cd80dc9f36b2ba37f64cadae7313bd8db90bcb007dd07206a3614987f11bb82c3535e04f0511c9fc6d
25
26 diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
27 deleted file mode 100644
28 index a98298a350e4..000000000000
29 --- a/net-mail/fdm/fdm-2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Fetch, filter and deliver mail"
38 -HOMEPAGE="https://github.com/nicm/fdm"
39 -SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm64 x86"
44 -IUSE="examples pcre"
45 -
46 -DEPEND="
47 - dev-libs/openssl:0=
48 - sys-libs/tdb
49 - pcre? ( dev-libs/libpcre )
50 -"
51 -RDEPEND="
52 - ${DEPEND}
53 - acct-group/fdm
54 - acct-user/fdm
55 -"
56 -
57 -DOCS=( CHANGES README TODO MANUAL )
58 -
59 -src_prepare() {
60 - default
61 -
62 - # Change user '_fdm' to 'fdm'
63 - sed -e 's/_fdm/fdm/g' -i fdm.h || die
64 -}
65 -
66 -src_configure() {
67 - econf $(use_enable pcre)
68 -}
69 -
70 -src_install() {
71 - default
72 -
73 - if use examples ; then
74 - docinto examples
75 - dodoc examples/*
76 - fi
77 -}
78
79 diff --git a/net-mail/fdm/fdm-2.1.ebuild b/net-mail/fdm/fdm-2.1.ebuild
80 deleted file mode 100644
81 index bf1b62354bb5..000000000000
82 --- a/net-mail/fdm/fdm-2.1.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2022 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -DESCRIPTION="Fetch, filter and deliver mail"
91 -HOMEPAGE="https://github.com/nicm/fdm"
92 -SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz"
93 -
94 -LICENSE="BSD"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~arm64 ~x86"
97 -IUSE="examples pcre"
98 -
99 -DEPEND="
100 - dev-libs/openssl:0=
101 - sys-libs/tdb
102 - pcre? ( dev-libs/libpcre )
103 -"
104 -RDEPEND="
105 - ${DEPEND}
106 - acct-group/fdm
107 - acct-user/fdm
108 -"
109 -
110 -DOCS=( CHANGES README TODO MANUAL )
111 -
112 -src_prepare() {
113 - default
114 -
115 - # Change user '_fdm' to 'fdm'
116 - sed -e 's/_fdm/fdm/g' -i fdm.h || die
117 -}
118 -
119 -src_configure() {
120 - econf $(use_enable pcre)
121 -}
122 -
123 -src_install() {
124 - default
125 -
126 - if use examples ; then
127 - docinto examples
128 - dodoc examples/*
129 - fi
130 -}