Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/unclutter/
Date: Sun, 30 Apr 2017 08:46:40
Message-Id: 1493541995.6ab7bbf84f195caac580705a29d1ec41ec68cf28.jer@gentoo
1 commit: 6ab7bbf84f195caac580705a29d1ec41ec68cf28
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 30 08:46:19 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 08:46:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab7bbf8
7
8 x11-misc/unclutter: Old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-misc/unclutter/unclutter-8-r2.ebuild | 36 --------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/x11-misc/unclutter/unclutter-8-r2.ebuild b/x11-misc/unclutter/unclutter-8-r2.ebuild
16 deleted file mode 100644
17 index d41f925d390..00000000000
18 --- a/x11-misc/unclutter/unclutter-8-r2.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="Hides mouse pointer while not in use"
29 -HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
30 -SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z"
31 -
32 -SLOT="0"
33 -LICENSE="public-domain"
34 -KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 ~sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libX11"
38 -DEPEND="${RDEPEND}
39 - x11-proto/xproto"
40 -
41 -S=${WORKDIR}/${PN}
42 -
43 -src_prepare() {
44 - sed -i -e "/stdio/ a #include <stdlib.h>" unclutter.c || die #implictits
45 -}
46 -
47 -src_compile() {
48 - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
49 - LDOPTIONS="${LDFLAGS}" || die
50 -}
51 -
52 -src_install () {
53 - dobin unclutter || die
54 - newman unclutter.man unclutter.1x || die
55 - dodoc README || die
56 -}