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/wmpeople/
Date: Thu, 02 Aug 2018 20:19:45
Message-Id: 1533241075.f7cf92a8be5c2fd1c85739248f2a4bd2436c5256.voyageur@gentoo
1 commit: f7cf92a8be5c2fd1c85739248f2a4bd2436c5256
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 23 18:30:09 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 20:17:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cf92a8
7
8 x11-plugins/wmpeople: EAPI7, improve ebuild
9
10 x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild | 28 ++++++++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild b/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild
14 new file mode 100644
15 index 00000000000..aa653df0a5d
16 --- /dev/null
17 +++ b/x11-plugins/wmpeople/wmpeople-1.3-r1.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=7
23 +
24 +DESCRIPTION="Nice, highly configurable WMaker DockApp that monitors your mail boxes"
25 +HOMEPAGE="http://peephole.sourceforge.net/"
26 +SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz"
27 +
28 +LICENSE="GPL-2"
29 +SLOT="0"
30 +KEYWORDS="~ppc ~sparc ~x86"
31 +
32 +RDEPEND="x11-libs/libX11
33 + x11-libs/libXext
34 + x11-libs/libXt
35 + x11-libs/libXpm"
36 +DEPEND="${RDEPEND}
37 + x11-base/xorg-proto
38 + >=net-mail/peephole-1.2"
39 +
40 +pkg_postinst() {
41 + einfo "Before you can use wmpeople you must copy"
42 + einfo "/etc/skel/.wmpeoplerc to your home dir"
43 + einfo "and edit it to suit your needs."
44 + einfo "Also, make sure that the peephole daemon"
45 + einfo "is up and running before you start wmpeople."
46 +}