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/wmforkplop/
Date: Tue, 11 Dec 2018 14:29:40
Message-Id: 1544538476.fc5338e54dc126d2ec75517ef5b2c61eaad815ef.voyageur@gentoo
1 commit: fc5338e54dc126d2ec75517ef5b2c61eaad815ef
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:08:52 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=fc5338e5
7
8 x11-plugins/wmforkplop: 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/wmforkplop/wmforkplop-0.9.3-r1.ebuild | 23 -----------------------
14 x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild | 21 ---------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild
18 deleted file mode 100644
19 index 73fb872a3ed..00000000000
20 --- a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
27 -inherit eutils
28 -
29 -DESCRIPTION="monitors the forking activity of the kernel and most active processes"
30 -HOMEPAGE="http://hules.free.fr/wmforkplop"
31 -SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
36 -IUSE=""
37 -
38 -DEPEND="gnome-base/libgtop
39 - media-libs/imlib2[X]"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_prepare() {
43 - # Easier to patch configure directly here
44 - epatch "${FILESDIR}"/${P}-cflags.patch
45 -}
46
47 diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild
48 deleted file mode 100644
49 index c29ea07ec33..00000000000
50 --- a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild
51 +++ /dev/null
52 @@ -1,21 +0,0 @@
53 -# Copyright 1999-2011 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=4
57 -
58 -DESCRIPTION="monitors the forking activity of the kernel and most active processes"
59 -HOMEPAGE="http://hules.free.fr/wmforkplop"
60 -SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
65 -IUSE=""
66 -
67 -DEPEND="gnome-base/libgtop
68 - media-libs/imlib2[X]"
69 -RDEPEND="${DEPEND}"
70 -
71 -#src_install() {
72 -# emake DESTDIR="${D}" install
73 -#}