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/wmlongrun/
Date: Fri, 24 Nov 2017 15:50:50
Message-Id: 1511538627.fd5ec88adddcda172caad4ee8c92bf6105329362.voyageur@gentoo
1 commit: fd5ec88adddcda172caad4ee8c92bf6105329362
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 15:48:45 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 15:50:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5ec88a
7
8 x11-plugins/wmlongrun: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmlongrun/Manifest | 2 --
13 x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 24 -----------------------
14 x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild | 24 -----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/x11-plugins/wmlongrun/Manifest b/x11-plugins/wmlongrun/Manifest
18 index 596f48b62a7..69b3f24d7c7 100644
19 --- a/x11-plugins/wmlongrun/Manifest
20 +++ b/x11-plugins/wmlongrun/Manifest
21 @@ -1,3 +1 @@
22 -DIST wmlongrun-0.2.0.tar.gz 74725 SHA256 b618d863673ca44ee26d2b96b401a66b9552e9f72566628c3e05278ab7da5837 SHA512 736b6e3c4532bf4b4be04a5ec27a665d1ab86ca301059e37af1fc70b611119e367137b8018b8b395b98a417fae9410ea3504399ebe9fb3d7fcea4a214a0e16f8 WHIRLPOOL 1bffffbbdd52758ae6fdc2824919d3ca4ea6062c7fff9115ec84bb2cbe7d98a0d7afc1203dfd9f7a8d097d8f8ac8e39e4f7b4ee32bbcbe9f0b45c3681538b7ae
23 -DIST wmlongrun-0.3.0pre1.tar.gz 75257 SHA256 f6161344878ff668bc558379f67c24f468effb7be6e6310f8fd3f81834ecea48 SHA512 34d8b68b75cebb3b67a9271f565c195e89ce23d3770958c241daa6685b64715e40b1e8f86e91350e7ee613eb4075d849fee1ccf91755ed0cd20c4e451d7a999f WHIRLPOOL d08fb1c47851f6f38bc8c389c79f44ad7860b88b8d88a841910ac844501d7a7fdb3a73e3356c2780b77d0dfcc36d88a85414f6038de4bdf5fb4211a3cb2af750
24 DIST wmlongrun-0.3.1.tar.gz 147511 SHA256 9e10cb13ebbf9dab61fc6929e8631669106c4edbbbf116f2f4b9eeb2a235ca52 SHA512 8bbd6b50ef566f5a7e1cc5f3f183ba74c43fa39accdb5c740e5a6f00a62c1f1c2298053705a24f2f6c8adabd99465be85d927fb9dd45899a65a5efa936fc2f56 WHIRLPOOL 6d82dd4f946c5cc5d660ab0f15605b818384fafe8d337b6a2d71c22d570a4bf756c52695bcb9d9a6574e3c953be0ffe7bb7930b229a68d7d2bdb350f43e8100a
25
26 diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild
27 deleted file mode 100644
28 index 5a9b02edb6d..00000000000
29 --- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor"
36 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/38"
37 -SRC_URI="mirror://gentoo/${P}.tar.gz"
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -IUSE=""
41 -
42 -RDEPEND="x11-libs/libX11
43 - x11-libs/libXext
44 - x11-libs/libXpm"
45 -DEPEND="${RDEPEND}
46 - x11-proto/xextproto"
47 -
48 -# Since this will only work with a Crusoe processor, it's safe to assume that
49 -# the functionality is only available on x86.
50 -KEYWORDS="x86 -*"
51 -
52 -src_install() {
53 - emake DESTDIR="${D}" install || die
54 - dodoc README AUTHORS TODO MAKEDEV-cpuid-msr
55 -}
56
57 diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild
58 deleted file mode 100644
59 index dd57f4e8aab..00000000000
60 --- a/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor"
67 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/38"
68 -SRC_URI="mirror://gentoo/${P/_/}.tar.gz"
69 -
70 -LICENSE="GPL-2"
71 -SLOT="0"
72 -KEYWORDS="~x86 -*"
73 -IUSE=""
74 -
75 -RDEPEND="x11-libs/libX11
76 - x11-libs/libXext
77 - x11-libs/libXpm"
78 -DEPEND="${RDEPEND}
79 - x11-proto/xextproto"
80 -
81 -S=${WORKDIR}/${P/_/}
82 -
83 -src_install() {
84 - emake DESTDIR="${D}" install || die "emake install failed."
85 - dodoc AUTHORS ChangeLog MAKEDEV* NEWS README TODO
86 -}