Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/
Date: Sat, 16 Feb 2019 09:29:04
Message-Id: 1550309321.015928f27ce15b08e2d15c30ab5a91eeb1a0bd34.pacho@gentoo
1 commit: 015928f27ce15b08e2d15c30ab5a91eeb1a0bd34
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:23:11 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 09:28:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015928f2
7
8 net-mail/fdm: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-mail/fdm/Manifest | 2 --
14 net-mail/fdm/fdm-1.7.ebuild | 47 --------------------------------------------
15 net-mail/fdm/fdm-1.8.ebuild | 48 ---------------------------------------------
16 3 files changed, 97 deletions(-)
17
18 diff --git a/net-mail/fdm/Manifest b/net-mail/fdm/Manifest
19 index 9b89e0f7310..fcf3fa2af8a 100644
20 --- a/net-mail/fdm/Manifest
21 +++ b/net-mail/fdm/Manifest
22 @@ -1,3 +1 @@
23 -DIST fdm-1.7.tar.gz 199808 BLAKE2B 92abf639c5ced219ddc70842820493e57914e23298c1b07bf8abc3c343b0dd58c71694afb34fad4bacbbf34109b8651511c75adccff81ee3caa1c1a298def866 SHA512 d438c96b1d3bdf08d14cfbb3b78ab5180e6bbc32121b7dfdd47ac14a4f8a19d1309f7742f78cc9db2d68b64b3422ec96f8f729931168d2fc411c36d0cc3e9386
24 -DIST fdm-1.8.tar.gz 193220 BLAKE2B bea041cc1cc8937831525f622e6f4ef70c8b11e5a4ad0f89cf1c0503cb4bcfb882f1d3a22abfd93c6ced524dcb2984c381728297454d2a5a7aed39f87d8eac35 SHA512 eaf868628c7c98385804ebdcf1756547ee487109fe02ca3d8177eb25ebdc4c61e6d4ad820c52fd9e39ac4d2f93408aa6787446e8330a87a6cb75da2be0b5f337
25 DIST fdm-1.9.tar.gz 299916 BLAKE2B 0c9bb9514a4d36fb1168be73fe745aa136cea75e0ebde28ab181be7d4b7e093c0bec775222e8a333e14baa90871739fa095a89bf8d1f16a86dee03b6d01021aa SHA512 e7e5c8aae8be3e82ff6015d2d87fd9d0dad4fe24796b4f30d6874f761e2df6900c8940d39de28bb2db6ee3ea3faf494c57149037657d986a3b54db3a6a601ca7
26
27 diff --git a/net-mail/fdm/fdm-1.7.ebuild b/net-mail/fdm/fdm-1.7.ebuild
28 deleted file mode 100644
29 index 0c5d011d77b..00000000000
30 --- a/net-mail/fdm/fdm-1.7.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit eutils multilib toolchain-funcs user
39 -
40 -DESCRIPTION="fetch, filter and deliver mail"
41 -HOMEPAGE="http://fdm.sourceforge.net"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="courierauth examples pcre"
48 -
49 -DEPEND="dev-libs/openssl:0
50 - sys-libs/tdb
51 - courierauth? ( net-libs/courier-authlib )
52 - pcre? ( dev-libs/libpcre )"
53 -RDEPEND="${DEPEND}"
54 -
55 -pkg_setup() {
56 - enewuser _fdm
57 -}
58 -
59 -src_prepare() {
60 - rm Makefile || die
61 - sed -e '/^FDEBUG=/s:=.*:=:' \
62 - -e "/ifdef COURIER/aLIBS+=-L/usr/$(get_libdir)/courier-authlib" \
63 - -i GNUmakefile || die
64 -}
65 -
66 -src_compile() {
67 - emake CC="$(tc-getCC)" \
68 - COURIER=$(use courierauth && echo 1) \
69 - PCRE=$(use pcre && echo 1)
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man install
74 - dodoc CHANGES README TODO
75 - if use examples ; then
76 - docinto examples
77 - dodoc examples/*
78 - fi
79 -}
80
81 diff --git a/net-mail/fdm/fdm-1.8.ebuild b/net-mail/fdm/fdm-1.8.ebuild
82 deleted file mode 100644
83 index f3143004b7c..00000000000
84 --- a/net-mail/fdm/fdm-1.8.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2015 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -inherit eutils multilib toolchain-funcs user
93 -
94 -DESCRIPTION="fetch, filter and deliver mail"
95 -HOMEPAGE="https://github.com/nicm/fdm"
96 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="BSD"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="courierauth examples pcre"
102 -
103 -DEPEND="dev-libs/openssl:0
104 - sys-libs/tdb
105 - courierauth? ( net-libs/courier-authlib )
106 - pcre? ( dev-libs/libpcre )"
107 -RDEPEND="${DEPEND}"
108 -
109 -pkg_setup() {
110 - enewuser _fdm
111 -}
112 -
113 -src_prepare() {
114 - rm Makefile || die
115 - sed -e '/^FDEBUG=/s:=.*:=:' \
116 - -e "/ifdef COURIER/aLIBS+=-L${EROOT}usr/$(get_libdir)/courier-authlib" \
117 - -e '/CPPFLAGS/s: -I/usr/local/include : :' \
118 - -i GNUmakefile || die
119 -}
120 -
121 -src_compile() {
122 - emake CC="$(tc-getCC)" \
123 - COURIER=$(use courierauth && echo 1) \
124 - PCRE=$(use pcre && echo 1)
125 -}
126 -
127 -src_install() {
128 - emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man install
129 - dodoc CHANGES README TODO MANUAL
130 - if use examples ; then
131 - docinto examples
132 - dodoc examples/*
133 - fi
134 -}