summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:22:00 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:22:48 +0200
commit273b32399832d4623d3b4cbbf8a0cfe2c77a02e8 (patch)
tree6aa5593544c5c24c3889866e9b15688316777d75 /x11-misc
parentx11-misc/rednotebook: Remove old (diff)
downloadgentoo-273b32399832d4623d3b4cbbf8a0cfe2c77a02e8.tar.gz
gentoo-273b32399832d4623d3b4cbbf8a0cfe2c77a02e8.tar.bz2
gentoo-273b32399832d4623d3b4cbbf8a0cfe2c77a02e8.zip
x11-misc/skippy: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/skippy/skippy-0.5.0.ebuild48
1 files changed, 0 insertions, 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 8bacad6b5a2f..000000000000
--- 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
-}