summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-03-27 12:25:44 -0400
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-30 11:06:10 +0200
commitb86d1d77e669b2b28f80709e00afbfd045b2e1e8 (patch)
tree0c1083edde9ba13eb6f0b164a7ce5f5d85fdfe15 /x11-misc/devilspie
parentx11-misc/sux: Drop 1.0-r4, EAPI5-- (diff)
downloadgentoo-b86d1d77e669b2b28f80709e00afbfd045b2e1e8.tar.gz
gentoo-b86d1d77e669b2b28f80709e00afbfd045b2e1e8.tar.bz2
gentoo-b86d1d77e669b2b28f80709e00afbfd045b2e1e8.zip
x11-misc/devilspie: drop 0.23
Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20161 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/devilspie')
-rw-r--r--x11-misc/devilspie/devilspie-0.23.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/devilspie/devilspie-0.23.ebuild b/x11-misc/devilspie/devilspie-0.23.ebuild
deleted file mode 100644
index 394a36351d3b..000000000000
--- a/x11-misc/devilspie/devilspie-0.23.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature"
-HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html"
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.10
- x11-libs/gtk+:3[X]
- x11-libs/libwnck:3
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- gnome-base/gnome-common" # Required by eautoreconf
-
-src_prepare() {
- default
- sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
- sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
- mv configure.{in,ac} || die
- eautoreconf
- LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
-}
-
-src_install() {
- default
- keepdir /etc/devilspie
-}