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 1B4A7139694 for ; Sat, 1 Apr 2017 10:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D3521C043; Sat, 1 Apr 2017 10:24:22 +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 5A3F121C043 for ; Sat, 1 Apr 2017 10:24:22 +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 84ED9341656 for ; Sat, 1 Apr 2017 10:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A90373D2 for ; Sat, 1 Apr 2017 10:24:20 +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: <1491042168.273b32399832d4623d3b4cbbf8a0cfe2c77a02e8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/skippy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/skippy/skippy-0.5.0.ebuild X-VCS-Directories: x11-misc/skippy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 273b32399832d4623d3b4cbbf8a0cfe2c77a02e8 X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:24:20 +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: bc32ec86-ba81-4f81-9ac1-2a0dd4b04d5f X-Archives-Hash: aa63268e3a6213a2ee235007edf37b92 commit: 273b32399832d4623d3b4cbbf8a0cfe2c77a02e8 Author: Harri Nieminen gmail com> AuthorDate: Tue Mar 28 18:22:00 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:22:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273b3239 x11-misc/skippy: Remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 x11-misc/skippy/skippy-0.5.0.ebuild | 48 ------------------------------------- 1 file changed, 48 deletions(-) diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild deleted file mode 100644 index 8bacad6b5a2..00000000000 --- a/x11-misc/skippy/skippy-0.5.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit eutils toolchain-funcs - -DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality" -HOMEPAGE="http://thegraveyard.org/skippy.php" -SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="media-libs/imlib2[X] - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXmu - x11-libs/libXft" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xineramaproto - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-pointer-size.patch \ - "${FILESDIR}"/${P}-Makefile.patch -} - -src_compile() { - tc-export CC - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc CHANGELOG skippyrc-default -} - -pkg_postinst() { - echo - elog "You should copy skippyrc-default from /usr/share/doc/${PF} to" - elog "~/.skippyrc and edit the keysym used to invoke skippy." - elog "Use x11-apps/xev to find out the keysym." - echo -}