Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpeople/, profiles/
Date: Sat, 20 Apr 2019 23:24:53
Message-Id: 1555746599.741e3b504f3dca833aedab2a445aa6f899949c60.mgorny@gentoo
1 commit: 741e3b504f3dca833aedab2a445aa6f899949c60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 07:47:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 07:49:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741e3b50
7
8 x11-plugins/wmpeople: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/675012
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 2 --
14 x11-plugins/wmpeople/Manifest | 1 -
15 x11-plugins/wmpeople/metadata.xml | 11 -----------
16 x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild | 28 ----------------------------
17 4 files changed, 42 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index bbcb34feedb..423b475f6e4 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -632,7 +632,6 @@ x11-libs/hippo-canvas
24 # net-misc/tn5250: #678684, last commits in 2012
25 # net-proxy/ufdbguard: #677482, needs bump, current ver is from 2016
26 # sys-apps/nca: #676240, last updated upstream in 2004
27 -# x11-plugins/wmpeople: revdep of net-mail/peephole, from 2004
28 #
29 # Removal in 30 days.
30 app-crypt/keynote
31 @@ -662,7 +661,6 @@ net-misc/stone
32 net-misc/tn5250
33 net-proxy/ufdbguard
34 sys-apps/nca
35 -x11-plugins/wmpeople
36
37 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
38 # Depends on >=virtual/{jdk,jre}-11 which is masked
39
40 diff --git a/x11-plugins/wmpeople/Manifest b/x11-plugins/wmpeople/Manifest
41 deleted file mode 100644
42 index 7f09b75aa6a..00000000000
43 --- a/x11-plugins/wmpeople/Manifest
44 +++ /dev/null
45 @@ -1 +0,0 @@
46 -DIST wmpeople-1.3.tar.gz 111148 BLAKE2B 6a3fbfa8d4d47d6a80da7eaaaf07dbc269c529bba20bde9e229b415a54c8dd016f9fbbd021dcf9e9788d5d22f62f58bd8a2e745cd5e1014cb52cad7e06d54104 SHA512 af01e2d43d158eab3d520ebb0b9ebd50e1b5955920e3b86d5238d9bc0313cc055001bfa44d76e1ccfe721f668b9494373f18175f2ef7d248a0e237bbefe9e129
47
48 diff --git a/x11-plugins/wmpeople/metadata.xml b/x11-plugins/wmpeople/metadata.xml
49 deleted file mode 100644
50 index e001cb9cfa0..00000000000
51 --- a/x11-plugins/wmpeople/metadata.xml
52 +++ /dev/null
53 @@ -1,11 +0,0 @@
54 -<?xml version="1.0" encoding="UTF-8"?>
55 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 -<pkgmetadata>
57 - <maintainer type="person">
58 - <email>voyageur@g.o</email>
59 - <name>Bernard Cafarelli</name>
60 - </maintainer>
61 - <upstream>
62 - <remote-id type="sourceforge">peephole</remote-id>
63 - </upstream>
64 -</pkgmetadata>
65
66 diff --git a/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild b/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild
67 deleted file mode 100644
68 index 2441c69f293..00000000000
69 --- a/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild
70 +++ /dev/null
71 @@ -1,28 +0,0 @@
72 -# Copyright 1999-2018 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -DESCRIPTION="Nice, highly configurable WMaker DockApp that monitors your mail boxes"
78 -HOMEPAGE="http://peephole.sourceforge.net/"
79 -SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz"
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS="ppc ~sparc x86"
84 -
85 -RDEPEND="x11-libs/libX11
86 - x11-libs/libXext
87 - x11-libs/libXt
88 - x11-libs/libXpm"
89 -DEPEND="${RDEPEND}
90 - x11-base/xorg-proto
91 - >=net-mail/peephole-1.2"
92 -
93 -pkg_postinst() {
94 - einfo "Before you can use wmpeople you must copy"
95 - einfo "/etc/skel/.wmpeoplerc to your home dir"
96 - einfo "and edit it to suit your needs."
97 - einfo "Also, make sure that the peephole daemon"
98 - einfo "is up and running before you start wmpeople."
99 -}