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/xautolock/
Date: Fri, 30 Sep 2016 13:53:08
Message-Id: 1475243573.8a17d46fe767659298d1cc9a0eb8af6708eb460d.jer@gentoo
1 commit: 8a17d46fe767659298d1cc9a0eb8af6708eb460d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 13:52:53 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 13:52:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a17d46f
7
8 x11-misc/xautolock: Old.
9
10 Package-Manager: portage-2.3.1
11
12 x11-misc/xautolock/xautolock-2.2.ebuild | 48 ---------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/x11-misc/xautolock/xautolock-2.2.ebuild b/x11-misc/xautolock/xautolock-2.2.ebuild
16 deleted file mode 100644
17 index 73e2dca..00000000
18 --- a/x11-misc/xautolock/xautolock-2.2.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="An automatic X screen-locker/screen-saver"
29 -SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz"
30 -HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/"
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc sparc x86"
34 -
35 -RDEPEND="
36 - || (
37 - x11-misc/alock
38 - x11-misc/i3lock
39 - x11-misc/slim
40 - x11-misc/slock
41 - x11-misc/xlockmore
42 - x11-misc/xtrlock
43 - )
44 - x11-libs/libXScrnSaver
45 -"
46 -DEPEND="
47 - ${RDEPEND}
48 - app-text/rman
49 - x11-misc/imake
50 - x11-proto/scrnsaverproto
51 -"
52 -
53 -src_configure() {
54 - xmkmf || die
55 -}
56 -
57 -src_compile() {
58 - emake \
59 - CC="$(tc-getCC)" \
60 - CDEBUGFLAGS="${CFLAGS}" \
61 - EXTRA_LDOPTIONS="${LDFLAGS}"
62 -}
63 -
64 -src_install () {
65 - dobin xautolock
66 - newman xautolock.man xautolock.1
67 - dodoc Changelog Readme Todo
68 -}