summaryrefslogtreecommitdiff
path: root/x11-plugins/wmstickynotes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /x11-plugins/wmstickynotes
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'x11-plugins/wmstickynotes')
-rw-r--r--x11-plugins/wmstickynotes/Manifest2
-rw-r--r--x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild (renamed from x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild)13
2 files changed, 5 insertions, 10 deletions
diff --git a/x11-plugins/wmstickynotes/Manifest b/x11-plugins/wmstickynotes/Manifest
index cf8ab5477a5c..137309791ee8 100644
--- a/x11-plugins/wmstickynotes/Manifest
+++ b/x11-plugins/wmstickynotes/Manifest
@@ -1,4 +1,4 @@
AUX wmstickynotes-0.2-gold.patch 936 BLAKE2B 73720102f99d3dd2142678f5c5ce3051081f12aac36d0935fae94ecfd8dfb385a2faa3767bf226348691f967a3e77cc52e4e5e3a4f1c772eb80d476bc9d3be49 SHA512 ef17d30f9057dfde9dea18e2ceab04ef36956d5561af3884cf2ad5ca133c0ad164b2f857564d5db1d2cf65785cf91e4fb7791fad22b703f0d60ae695fefe4d96
DIST wmstickynotes-0.2.tar.gz 107432 BLAKE2B 2164c351adc723caa22689cbec277554b4adc1d73dce67b52f3ba30ce14a6cc70c39762ae6eb00f2d51b4c365738edfe5713580aa1c30d9256cf112efe579a4b SHA512 59e54e64157a04296f12c1c8c224c5c4b05685f2f0e05abe2a23a1c2137c0656c30e7befc4e5a39b4cb97f99e2ff68f53173cf6456b95f3fef80441661d19b63
-EBUILD wmstickynotes-0.2.ebuild 465 BLAKE2B 6980fa43d734f6558d6552eb9981a9636d71e5c5cd7d3f6c345555efcfafe5479ae832362166e53ef1ad18ae50123a52133f4f8cb1935756ec172e03967f9323 SHA512 b54efda5a3ec54ea17fb827fe2f6a507f298c755c5f3821aa70a6c6604ca63dd49973b3a5d08a4d191b9aefec08693b917df0760de85b434709bc4298630a990
+EBUILD wmstickynotes-0.2-r1.ebuild 434 BLAKE2B e9f5263336330f5c247182603fd54d16b90269e012343fbbff5dfc17778fe3e0e0deae7e667a484fd286bf92671cca0371d14a8c10cb0edd7a76d8cc9aead562 SHA512 e10014ad8e530b2c6a3710c466171abe53920cc483cb520e846c15c57f7bf56dd782e4729ed2bf9bde0643eb007739b75bf813d49f325dfc3d4ad79b9ce9048e
MISC metadata.xml 250 BLAKE2B 5c9284e42091ba8f046e7cddda959f1b2ccadcd5a40d8ca9fad678eeff8f1581efc19be860f006d983463c0e782dc9168fc38068fbcaaaac250f1f65e5f3fa1c SHA512 420837cc3889fa0536104e9813d3c0dacb9dfe3a62aa44739e4eaf48c3955b2d2fb356ce1a476a2543fd12b24f141a3f633c8600422eb064fc1e457ba5b77c37
diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
index 4ebbce8e36b5..61bae078ca75 100644
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
@@ -1,22 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-
-inherit eutils
+EAPI=7
DESCRIPTION="A dockapp for keeping small notes around on the desktop"
-HOMEPAGE="http://wmstickynotes.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
DEPEND="x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gold.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-gold.patch )