Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/
Date: Tue, 09 Apr 2019 08:08:00
Message-Id: 1554794982.c4d11eb6422b3ec12670856b78b1c52578ea1fbe.monsieurp@gentoo
1 commit: c4d11eb6422b3ec12670856b78b1c52578ea1fbe
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 21 07:38:53 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:29:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d11eb6
7
8 x11-plugins/wmstickynotes: EAPI7 bump.
9
10 Closes: https://bugs.gentoo.org/681130
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild | 17 +++++++++++++++++
15 1 file changed, 17 insertions(+)
16
17 diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
18 new file mode 100644
19 index 00000000000..61bae078ca7
20 --- /dev/null
21 +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
22 @@ -0,0 +1,17 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="A dockapp for keeping small notes around on the desktop"
29 +HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
30 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 +
32 +LICENSE="GPL-3"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +
36 +DEPEND="x11-libs/gtk+:2"
37 +RDEPEND="${DEPEND}"
38 +
39 +PATCHES=( "${FILESDIR}"/${P}-gold.patch )