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/wmpeople/
Date: Fri, 28 Sep 2018 11:39:36
Message-Id: 1538134761.1c4909175157cb3d84d94de286f10f7691a032c6.zlogene@gentoo
1 commit: 1c4909175157cb3d84d94de286f10f7691a032c6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 11:39:21 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 11:39:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c490917
7
8 x11-plugins/wmpeople: Drop old (EAPI=0)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/wmpeople/wmpeople-1.3.ebuild | 36 --------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/x11-plugins/wmpeople/wmpeople-1.3.ebuild b/x11-plugins/wmpeople/wmpeople-1.3.ebuild
16 deleted file mode 100644
17 index 1b9773539ea..00000000000
18 --- a/x11-plugins/wmpeople/wmpeople-1.3.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Nice, highly configurable WMaker DockApp that monitors your mail boxes"
29 -HOMEPAGE="http://peephole.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="x86 ppc ~sparc"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libX11
38 - x11-libs/libXext
39 - x11-libs/libXt
40 - x11-libs/libXpm"
41 -DEPEND="${RDEPEND}
42 - x11-base/xorg-proto
43 - >=net-mail/peephole-1.2"
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install || die "Installation failed"
47 - dodoc AUTHORS ChangeLog README
48 -}
49 -
50 -pkg_postinst() {
51 - einfo "Before you can use wmpeople you must copy"
52 - einfo "/etc/skel/.wmpeoplerc to your home dir"
53 - einfo "and edit it to suit your needs."
54 - einfo "Also, make sure that the peephole daemon"
55 - einfo "is up and running before you start wmpeople."
56 -}