Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
Date: Fri, 24 Nov 2017 10:10:14
Message-Id: 1511516878.acd6908dc14f7138bba1fa6276bbc539cd990c33.voyageur@gentoo
1 commit: acd6908dc14f7138bba1fa6276bbc539cd990c33
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 09:47:58 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 09:47:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd6908d
7
8 x11-plugins/wmail: drop old and stable keywords
9
10 Old dockapp mostly unmaintained upstream with even older stable version
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 x11-plugins/wmail/wmail-2.0-r3.ebuild | 44 -----------------------------------
15 1 file changed, 44 deletions(-)
16
17 diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r3.ebuild
18 deleted file mode 100644
19 index 26ce557e837..00000000000
20 --- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
21 +++ /dev/null
22 @@ -1,44 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Window Maker dock application showing incoming mail"
29 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/70"
30 -SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="<x11-libs/libdockapp-0.7"
38 -
39 -DEPEND="${RDEPEND}
40 - >=sys-apps/sed-4.1.4-r1"
41 -
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 - epatch "${FILESDIR}"/${P}.support-libdockapp-0.5.0.patch
46 -
47 - # make from parsing in maildir format faster, thanks
48 - # to Stanislav Kuchar
49 - epatch "${FILESDIR}"/${P}.maildir-parse-from.patch
50 -
51 - # fix LDFLAGS ordering, see bug #248620
52 - sed -i 's/$(LIBS) -o $@ $^/-o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
53 -
54 - # Honour Gentoo LDFLAGS, see bug #337407
55 - sed -i 's/-o $@ $^ $(LIBS)/$(LDFLAGS) -o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
56 -}
57 -
58 -src_compile() {
59 - econf --enable-delt-xpms || die "econf failed."
60 - emake || die "emake failed."
61 -}
62 -
63 -src_install() {
64 - dobin src/wmail
65 - dodoc README wmailrc-sample
66 -}