diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-04-30 10:46:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-04-30 10:46:35 +0200 |
commit | 6ab7bbf84f195caac580705a29d1ec41ec68cf28 (patch) | |
tree | 52011ba0fc9a2366f6a9aed928a741d1a13a76ee /x11-misc | |
parent | x11-misc/unclutter: Stable for HPPA (bug #616858). (diff) | |
download | gentoo-6ab7bbf84f195caac580705a29d1ec41ec68cf28.tar.gz gentoo-6ab7bbf84f195caac580705a29d1ec41ec68cf28.tar.bz2 gentoo-6ab7bbf84f195caac580705a29d1ec41ec68cf28.zip |
x11-misc/unclutter: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/unclutter/unclutter-8-r2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/unclutter/unclutter-8-r2.ebuild b/x11-misc/unclutter/unclutter-8-r2.ebuild deleted file mode 100644 index d41f925d390c..000000000000 --- a/x11-misc/unclutter/unclutter-8-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit toolchain-funcs - -DESCRIPTION="Hides mouse pointer while not in use" -HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README" -SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/${PN} - -src_prepare() { - sed -i -e "/stdio/ a #include <stdlib.h>" unclutter.c || die #implictits -} - -src_compile() { - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \ - LDOPTIONS="${LDFLAGS}" || die -} - -src_install () { - dobin unclutter || die - newman unclutter.man unclutter.1x || die - dodoc README || die -} |