diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 02:11:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 02:11:41 +0000 |
commit | b5c797002a96476e63e74b8a84ffa83d2c07d727 (patch) | |
tree | 8e26cd28e51c9dbf57851715c8b4dce24c5c2e74 /x11-misc | |
parent | x11-misc/skippy: Stabilize 0.5.0-r2 ppc, #828943 (diff) | |
download | gentoo-b5c797002a96476e63e74b8a84ffa83d2c07d727.tar.gz gentoo-b5c797002a96476e63e74b8a84ffa83d2c07d727.tar.bz2 gentoo-b5c797002a96476e63e74b8a84ffa83d2c07d727.zip |
x11-misc/skippy: drop 0.5.0-r1
Bug: https://bugs.gentoo.org/828943
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/skippy/skippy-0.5.0-r1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-misc/skippy/skippy-0.5.0-r1.ebuild b/x11-misc/skippy/skippy-0.5.0-r1.ebuild deleted file mode 100644 index adbe43ec367d..000000000000 --- a/x11-misc/skippy/skippy-0.5.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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" - -RDEPEND="media-libs/imlib2[X] - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXmu - x11-libs/libXft" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-pointer-size.patch - "${FILESDIR}"/${P}-Makefile.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -DOCS=( CHANGELOG skippyrc-default ) - -src_compile() { - tc-export CC PKG_CONFIG - default -} - -pkg_postinst() { - elog - 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." - elog -} |