x11-plugins/wmstickynotes: EAPI7 bump.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 21 Mar 2019 07:38:53 +0000 (08:38 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 9 Apr 2019 07:29:42 +0000 (09:29 +0200)
Closes: https://bugs.gentoo.org/681130
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
new file mode 100644 (file)
index 0000000..61bae07
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A dockapp for keeping small notes around on the desktop"
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-gold.patch )