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/wmmaiload/
Date: Tue, 11 Dec 2018 14:29:42
Message-Id: 1544538476.80c6793ab797af198745104712cc900d0552c31c.voyageur@gentoo
1 commit: 80c6793ab797af198745104712cc900d0552c31c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:09:25 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c6793a
7
8 x11-plugins/wmmaiload: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild | 45 ----------------------------
14 1 file changed, 45 deletions(-)
15
16 diff --git a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild b/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild
17 deleted file mode 100644
18 index 0ef4b0d6966..00000000000
19 --- a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild
20 +++ /dev/null
21 @@ -1,45 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="dockapp that monitors one or more mailboxes"
29 -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
30 -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - x11-libs/libXpm"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_prepare() {
43 - epatch \
44 - "${FILESDIR}"/${PN}-2.2.1-checkthread.patch
45 - sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die "sed failed"
46 -}
47 -
48 -src_configure() {
49 - # The ./configure script is not autoconf based, therefore don't use econf:
50 - ./configure -p /usr || die
51 -}
52 -
53 -src_compile() {
54 - emake \
55 - CC="$(tc-getCC)" \
56 - CFLAGS="${CFLAGS}" \
57 - DEBUG_LDFLAGS="" \
58 - LDFLAGS="${LDFLAGS}" \
59 - DEBUG_CFLAGS=""
60 -}
61 -
62 -src_install() {
63 - dobin ${PN}/${PN} ${PN}-config/${PN}-config
64 - doman doc/*.1
65 - dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
66 -}