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/wmmemmon/
Date: Fri, 05 Jan 2018 22:52:32
Message-Id: 1515192537.03c9f23ad4081c94d339a9cdc4e5b9f2340874c4.zlogene@gentoo
1 commit: 03c9f23ad4081c94d339a9cdc4e5b9f2340874c4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:48:57 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:48:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c9f23a
7
8 x11-plugins/wmmemmon: remove last rited package (bug #639914)
9
10 x11-plugins/wmmemmon/Manifest | 1 -
11 x11-plugins/wmmemmon/metadata.xml | 17 -----------------
12 x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild | 25 -------------------------
13 3 files changed, 43 deletions(-)
14
15 diff --git a/x11-plugins/wmmemmon/Manifest b/x11-plugins/wmmemmon/Manifest
16 deleted file mode 100644
17 index a74dd588d39..00000000000
18 --- a/x11-plugins/wmmemmon/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST wmmemmon-1.0.2pre2.tar.gz 147486 BLAKE2B b284e1d639f1a2c510b916723b95f013b81f2464152a925e17debe0a72eb83de39f118009ccbf7aeefd1e23a8650f9c081d8dfb2c1c82ab4214bd5db4da60440 SHA512 7e10ffe6f4089f993b1b284f17fe402b64e9cc64171c439d459ad5020176cf868e7279feb9691b65f2c1aa14dc0db3f45d22376b0cc2f077398220c1211a8745
22
23 diff --git a/x11-plugins/wmmemmon/metadata.xml b/x11-plugins/wmmemmon/metadata.xml
24 deleted file mode 100644
25 index b03a88f2322..00000000000
26 --- a/x11-plugins/wmmemmon/metadata.xml
27 +++ /dev/null
28 @@ -1,17 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 -<maintainer type="person">
33 - <email>voyageur@g.o</email>
34 - <name>Bernard Cafarelli</name>
35 -</maintainer>
36 -
37 -<longdescription>
38 -WMMemMon is a program to monitor memory/swap usages. It is a dockapp that is
39 -supported by X window managers such as Window Maker, AfterStep, BlackBox, and
40 -Enlightenment. The current memory usage is displaied as the outside pie-slices.
41 -The swap usage is represented by the inside slices. It has an LCD look-alike
42 -user interface. The back light may be turned on/off by clicking the mouse
43 -button over the appliacation.
44 -</longdescription>
45 -</pkgmetadata>
46
47 diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
48 deleted file mode 100644
49 index d6d04f6c28a..00000000000
50 --- a/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
51 +++ /dev/null
52 @@ -1,25 +0,0 @@
53 -# Copyright 1999-2014 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -DESCRIPTION="a dockapp for monitoring memory and swap"
57 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/37"
58 -SRC_URI="mirror://gentoo/${P/_/}.tar.gz"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
63 -IUSE=""
64 -
65 -RDEPEND="x11-libs/libX11
66 - x11-libs/libXext
67 - x11-libs/libXpm"
68 -DEPEND="${RDEPEND}
69 - x11-proto/xextproto
70 - x11-libs/libICE"
71 -
72 -S=${WORKDIR}/${P/_/}
73 -
74 -src_install() {
75 - emake DESTDIR="${D}" install || die "emake install failed."
76 - dodoc AUTHORS ChangeLog NEWS README THANKS TODO
77 -}