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/xidle/
Date: Sat, 25 Feb 2017 14:15:52
Message-Id: 1488032117.503e289c4ae96e2f736174959e24d4afc600fcd9.soap@gentoo
1 commit: 503e289c4ae96e2f736174959e24d4afc600fcd9
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 24 06:49:12 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:15:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503e289c
7
8 x11-misc/xidle: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4071
12
13 x11-misc/xidle/Manifest | 1 -
14 x11-misc/xidle/xidle-24102005.ebuild | 36 ------------------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/x11-misc/xidle/Manifest b/x11-misc/xidle/Manifest
18 index 7446905e6a..7a7db8ea30 100644
19 --- a/x11-misc/xidle/Manifest
20 +++ b/x11-misc/xidle/Manifest
21 @@ -1,2 +1 @@
22 -DIST xidle-24102005.tar.bz2 4886 SHA256 c5b003bc552fd51595a522e09da15335f2d7cb21882d62cbea7d5f0df73d08f9 SHA512 c64b1ddf44ffee44de99b678fa5758e93607599a09d4feb729ac5187b86ecf0ad79ec10a057227eb6a3faa607b678e07aed6832201c22e011496c53df0548942 WHIRLPOOL 48805a03cb2e93a21ad70527978b723ab0dd74488d09e74d1def75ac0aed356c19ab98318ca38997d50ec408bf2f25cf11757c56c2b782b9b3fea0052c72e961
23 DIST xidle-26052015.tar.bz2 5897 SHA256 a7ba1b887c0f4d9d080dc7f49569bf48e3df1d9f2c08b11cffd159c5a15b174c SHA512 bb132a431a5dd585be6a93519aa06a73eade63dde81bbe582a5dd966646c5eeaca65fa2573e6795b73bbfd08388390b4e92954929577051f13098ef8e38c2200 WHIRLPOOL 25a0dbb3d49eeb6241b8a291863a5286b4d4bf75f5412dac9ff895afa278b73aa68438b1381ddced0bddc9db5393f0ed1b2a0af3ec082eda16c84636dc76cb2f
24
25 diff --git a/x11-misc/xidle/xidle-24102005.ebuild b/x11-misc/xidle/xidle-24102005.ebuild
26 deleted file mode 100644
27 index cc558c136c..0000000000
28 --- a/x11-misc/xidle/xidle-24102005.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=4
36 -inherit eutils toolchain-funcs
37 -
38 -DESCRIPTION="Monitors inactivity in X and runs the specified program when a timeout occurs"
39 -HOMEPAGE="http://www.freebsdsoftware.org/x11/xidle.html"
40 -SRC_URI="mirror://freebsd/ports/local-distfiles/novel/${P}.tar.bz2"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~hppa ~x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - x11-libs/libX11
49 - x11-libs/libXScrnSaver
50 - "
51 -RDEPEND="${DEPEND}"
52 -
53 -src_prepare() {
54 - epatch "${FILESDIR}/${P}-dead.patch"
55 -}
56 -
57 -src_compile() {
58 - local my_compile="$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN}{,.c} -lXss -lX11"
59 - echo ${my_compile}
60 - eval ${my_compile} || die
61 -}
62 -
63 -src_install() {
64 - dobin ${PN}
65 - doman ${PN}.1
66 -}