From 4b4be47ed5097e28ec4670849c2a2cbc01f6f3c0 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 25 Feb 2021 10:15:20 +0100 Subject: x11-misc/devilspie: remove old Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens Signed-off-by: David Seifert --- x11-misc/devilspie/devilspie-0.23-r1.ebuild | 43 ----------------------------- 1 file changed, 43 deletions(-) delete mode 100644 x11-misc/devilspie/devilspie-0.23-r1.ebuild (limited to 'x11-misc/devilspie') diff --git a/x11-misc/devilspie/devilspie-0.23-r1.ebuild b/x11-misc/devilspie/devilspie-0.23-r1.ebuild deleted file mode 100644 index 5711466aa402..000000000000 --- a/x11-misc/devilspie/devilspie-0.23-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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_configure() { - econf --disable-compile-warnings -} - -src_install() { - default - keepdir /etc/devilspie -} -- cgit v1.2.3-65-gdbad