From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 307F413835B for ; Thu, 25 Feb 2021 09:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A0EE0893; Thu, 25 Feb 2021 09:16:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FE39E090F for ; Thu, 25 Feb 2021 09:16:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27008340D2A for ; Thu, 25 Feb 2021 09:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB31956F for ; Thu, 25 Feb 2021 09:15:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1614244520.4b4be47ed5097e28ec4670849c2a2cbc01f6f3c0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/devilspie/devilspie-0.23-r1.ebuild X-VCS-Directories: x11-misc/devilspie/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4b4be47ed5097e28ec4670849c2a2cbc01f6f3c0 X-VCS-Branch: master Date: Thu, 25 Feb 2021 09:15:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61c3da6c-01bb-40b0-917e-91efdf5b7aa8 X-Archives-Hash: 700af1505b1c91548b2d08f2ec7e92f9 commit: 4b4be47ed5097e28ec4670849c2a2cbc01f6f3c0 Author: Ionen Wolkens gmail com> AuthorDate: Thu Feb 25 09:15:20 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 25 09:15:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4be47e x11-misc/devilspie: remove old Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: David Seifert gentoo.org> x11-misc/devilspie/devilspie-0.23-r1.ebuild | 43 ----------------------------- 1 file changed, 43 deletions(-) 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 5711466aa40..00000000000 --- 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 -}