Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie/
Date: Tue, 30 Mar 2021 09:06:39
Message-Id: 1617095170.b86d1d77e669b2b28f80709e00afbfd045b2e1e8.asturm@gentoo
1 commit: b86d1d77e669b2b28f80709e00afbfd045b2e1e8
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 27 16:25:44 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 09:06:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86d1d77
7
8 x11-misc/devilspie: drop 0.23
9
10 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/20161
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/devilspie/devilspie-0.23.ebuild | 39 --------------------------------
15 1 file changed, 39 deletions(-)
16
17 diff --git a/x11-misc/devilspie/devilspie-0.23.ebuild b/x11-misc/devilspie/devilspie-0.23.ebuild
18 deleted file mode 100644
19 index 394a36351d3..00000000000
20 --- a/x11-misc/devilspie/devilspie-0.23.ebuild
21 +++ /dev/null
22 @@ -1,39 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -inherit autotools toolchain-funcs
28 -
29 -DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature"
30 -HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html"
31 -SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - >=dev-libs/glib-2.10
40 - x11-libs/gtk+:3[X]
41 - x11-libs/libwnck:3
42 - x11-libs/libX11"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 - dev-util/intltool
46 - sys-devel/gettext
47 - gnome-base/gnome-common" # Required by eautoreconf
48 -
49 -src_prepare() {
50 - default
51 - sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
52 - sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
53 - mv configure.{in,ac} || die
54 - eautoreconf
55 - LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
56 -}
57 -
58 -src_install() {
59 - default
60 - keepdir /etc/devilspie
61 -}