commit:     273b32399832d4623d3b4cbbf8a0cfe2c77a02e8
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:22:00 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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
-}

Reply via email to