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 F16FC139696 for ; Sat, 13 May 2017 12:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3648AE0BF6; Sat, 13 May 2017 12:15:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0045DE0BF6 for ; Sat, 13 May 2017 12:15:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 03D1634169C for ; Sat, 13 May 2017 12:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B42B7456 for ; Sat, 13 May 2017 12:15:11 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1494677513.3e13af59e93d6f995663fa80cb4be8e0664ffcb3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/devilspie/Manifest x11-misc/devilspie/devilspie-0.22.ebuild X-VCS-Directories: x11-misc/devilspie/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3e13af59e93d6f995663fa80cb4be8e0664ffcb3 X-VCS-Branch: master Date: Sat, 13 May 2017 12:15:11 +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-Archives-Salt: cd6d85bc-5898-46bf-8797-75d1d61c073f X-Archives-Hash: 082b3e098f8e4f9c7c9dc468dd6ea44d commit: 3e13af59e93d6f995663fa80cb4be8e0664ffcb3 Author: Jeroen Roovers gentoo org> AuthorDate: Sat May 13 12:11:53 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat May 13 12:11:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13af59 x11-misc/devilspie: Old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/devilspie/Manifest | 1 - x11-misc/devilspie/devilspie-0.22.ebuild | 39 -------------------------------- 2 files changed, 40 deletions(-) diff --git a/x11-misc/devilspie/Manifest b/x11-misc/devilspie/Manifest index 808d453509d..bf62bf52de3 100644 --- a/x11-misc/devilspie/Manifest +++ b/x11-misc/devilspie/Manifest @@ -1,2 +1 @@ -DIST devilspie-0.22.tar.gz 192646 SHA256 e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf SHA512 832b1ba0328357abe6c89a8b48c75c5a7789d134a0ce86721c413b2a0eacd43bfd8e6f06ca3ffb4386f04edb5a7800592e3545fb3b0637b44d3569be858546b4 WHIRLPOOL 157b22ea2ff042a17da5e170d3a56d1433029cdab1e70d0f31b870c542eaed7fd20022e62e89c55a7e3c397e00e3280f1dc21f8ee475672e43c5cea41ca7deaf DIST devilspie-0.23.tar.xz 130984 SHA256 2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb SHA512 6ea6c79d317b0f35d943ecafa010e8c6011870796d83ff0a24a4853ad0ebad93608173dd1c4b645254d53c5c182c667e6eba42a20f764f258c211ee2bcd19174 WHIRLPOOL d1687a6c9b446bef1dc0a365ab7090c2afe36401ea158712dcb4bd098ffe8fe1a1a2ce8e3dca63197cd0c90d886283a220577a489e00bd7ffb39f19133b72cff diff --git a/x11-misc/devilspie/devilspie-0.22.ebuild b/x11-misc/devilspie/devilspie-0.22.ebuild deleted file mode 100644 index bdd31cb8449..00000000000 --- a/x11-misc/devilspie/devilspie-0.22.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit autotools - -DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature" -HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie" -SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz" - -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+:2 - >=x11-libs/libwnck-2.10:1 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext - gnome-base/gnome-common" # Required by eautoreconf - -src_prepare() { - sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die - sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die - eautoreconf - export LIBS="-lX11" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO - keepdir /etc/devilspie -}