Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
Date: Mon, 22 Oct 2018 16:35:17
Message-Id: 1540226111.eb8c10cf97fd2bd1288d2699ccc73ca425b8b243.zlogene@gentoo
1 commit: eb8c10cf97fd2bd1288d2699ccc73ca425b8b243
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 16:34:16 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 16:35:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c10cf
7
8 x11-plugins/wmfire: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild | 41 -------------------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
17 deleted file mode 100644
18 index 94ff738a9e4..00000000000
19 --- a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
20 +++ /dev/null
21 @@ -1,41 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="Load monitoring dockapp displaying dancing flame"
29 -HOMEPAGE="http://www.improbability.net/#wmfire"
30 -SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE="session"
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - gnome-base/libgtop:2
39 - x11-libs/libX11
40 - x11-libs/libXext
41 - session? ( x11-libs/libSM
42 - x11-libs/libICE )"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-1.2.3-stringh.patch
48 - epatch "${FILESDIR}"/${P}-no_display.patch
49 - epatch "${FILESDIR}"/${P}-lastprocessor_SMP.patch
50 - eautoreconf
51 -}
52 -
53 -src_configure() {
54 - econf \
55 - --disable-dependency-tracking \
56 - $(use_enable session)
57 -}
58 -
59 -src_install() {
60 - emake DESTDIR="${D}" install
61 - dodoc ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README
62 -}