Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/
Date: Thu, 13 Jan 2022 23:46:16
Message-Id: 1642117518.11e08db42f160f9589e3765c3e01443382bf7520.jstein@gentoo
1 commit: 11e08db42f160f9589e3765c3e01443382bf7520
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 23:45:18 2022 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 23:45:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e08db4
7
8 x11-plugins/wmstickynotes: bump to 0.7
9
10 Version bump to 0.7
11 Patch is no longer needed.
12 Closes: https://bugs.gentoo.org/830979
13 Closes: https://bugs.gentoo.org/831093
14 Package-Manager: Portage-3.0.30, Repoman-3.0.3
15 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
16
17 x11-plugins/wmstickynotes/Manifest | 1 +
18 x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild | 15 +++++++++++++++
19 2 files changed, 16 insertions(+)
20
21 diff --git a/x11-plugins/wmstickynotes/Manifest b/x11-plugins/wmstickynotes/Manifest
22 index d7b39951ac0b..6d43755b495d 100644
23 --- a/x11-plugins/wmstickynotes/Manifest
24 +++ b/x11-plugins/wmstickynotes/Manifest
25 @@ -1 +1,2 @@
26 DIST wmstickynotes-0.2.tar.gz 107432 BLAKE2B 2164c351adc723caa22689cbec277554b4adc1d73dce67b52f3ba30ce14a6cc70c39762ae6eb00f2d51b4c365738edfe5713580aa1c30d9256cf112efe579a4b SHA512 59e54e64157a04296f12c1c8c224c5c4b05685f2f0e05abe2a23a1c2137c0656c30e7befc4e5a39b4cb97f99e2ff68f53173cf6456b95f3fef80441661d19b63
27 +DIST wmstickynotes-0.7.tar.gz 121562 BLAKE2B b589f157d53791e3edbf409932616bcdc9d8915d6c2cce1d5901c04e73d76cffa5eb321c2f9b0a0ceecb8aeef3985637195d8a027687f0a94e6bd5544d56335c SHA512 986ca0bbd726488795559be9ca65390eb0d091834335d89f590cc67c40aeb14f2b48b7a61cf3170c4287a98ecf44f1a55d85b6b5d03d2d7df1cb6fe5b7ac3d0d
28
29 diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
30 new file mode 100644
31 index 000000000000..8b8830387ff3
32 --- /dev/null
33 +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
34 @@ -0,0 +1,15 @@
35 +# Copyright 1999-2022 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=8
39 +
40 +DESCRIPTION="A dockapp for keeping small notes around on the desktop"
41 +HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
42 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc ~x86"
47 +
48 +DEPEND="x11-libs/gtk+:2"
49 +RDEPEND="${DEPEND}"