Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/skippy/
Date: Sat, 01 Apr 2017 10:24:23
Message-Id: 1491042168.273b32399832d4623d3b4cbbf8a0cfe2c77a02e8.soap@gentoo
1 commit: 273b32399832d4623d3b4cbbf8a0cfe2c77a02e8
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:22:00 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:22:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273b3239
7
8 x11-misc/skippy: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/skippy/skippy-0.5.0.ebuild | 48 -------------------------------------
14 1 file changed, 48 deletions(-)
15
16 diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild
17 deleted file mode 100644
18 index 8bacad6b5a2..00000000000
19 --- a/x11-misc/skippy/skippy-0.5.0.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality"
29 -HOMEPAGE="http://thegraveyard.org/skippy.php"
30 -SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="media-libs/imlib2[X]
38 - x11-libs/libXext
39 - x11-libs/libX11
40 - x11-libs/libXinerama
41 - x11-libs/libXmu
42 - x11-libs/libXft"
43 -DEPEND="${RDEPEND}
44 - x11-proto/xproto
45 - x11-proto/xineramaproto
46 - virtual/pkgconfig"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${PN}-pointer-size.patch \
50 - "${FILESDIR}"/${P}-Makefile.patch
51 -}
52 -
53 -src_compile() {
54 - tc-export CC
55 - emake || die
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" install || die
60 - dodoc CHANGELOG skippyrc-default
61 -}
62 -
63 -pkg_postinst() {
64 - echo
65 - elog "You should copy skippyrc-default from /usr/share/doc/${PF} to"
66 - elog "~/.skippyrc and edit the keysym used to invoke skippy."
67 - elog "Use x11-apps/xev to find out the keysym."
68 - echo
69 -}