Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/
Date: Tue, 23 Apr 2019 08:51:46
Message-Id: 1556009478.e74bb24a59690d40cfebf767398f10ac9a064314.soap@gentoo
1 commit: e74bb24a59690d40cfebf767398f10ac9a064314
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 11:43:44 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74bb24a
7
8 x11-plugins/wmstickynotes: drop old (EAPI4)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
17 deleted file mode 100644
18 index 04099339b7a..00000000000
19 --- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="A dockapp for keeping small notes around on the desktop"
30 -HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -DEPEND="x11-libs/gtk+:2"
39 -RDEPEND="${DEPEND}"
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-gold.patch
43 -}