summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-24 08:49:12 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-25 15:15:17 +0100
commit503e289c4ae96e2f736174959e24d4afc600fcd9 (patch)
treee26443681830c95cb33bf241d7054d58567e084a
parentx11-misc/xfishtank: Remove old (diff)
downloadgentoo-503e289c4ae96e2f736174959e24d4afc600fcd9.tar.gz
gentoo-503e289c4ae96e2f736174959e24d4afc600fcd9.tar.bz2
gentoo-503e289c4ae96e2f736174959e24d4afc600fcd9.zip
x11-misc/xidle: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4071
-rw-r--r--x11-misc/xidle/Manifest1
-rw-r--r--x11-misc/xidle/xidle-24102005.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/xidle/Manifest b/x11-misc/xidle/Manifest
index 7446905e6ad4..7a7db8ea307d 100644
--- a/x11-misc/xidle/Manifest
+++ b/x11-misc/xidle/Manifest
@@ -1,2 +1 @@
-DIST xidle-24102005.tar.bz2 4886 SHA256 c5b003bc552fd51595a522e09da15335f2d7cb21882d62cbea7d5f0df73d08f9 SHA512 c64b1ddf44ffee44de99b678fa5758e93607599a09d4feb729ac5187b86ecf0ad79ec10a057227eb6a3faa607b678e07aed6832201c22e011496c53df0548942 WHIRLPOOL 48805a03cb2e93a21ad70527978b723ab0dd74488d09e74d1def75ac0aed356c19ab98318ca38997d50ec408bf2f25cf11757c56c2b782b9b3fea0052c72e961
DIST xidle-26052015.tar.bz2 5897 SHA256 a7ba1b887c0f4d9d080dc7f49569bf48e3df1d9f2c08b11cffd159c5a15b174c SHA512 bb132a431a5dd585be6a93519aa06a73eade63dde81bbe582a5dd966646c5eeaca65fa2573e6795b73bbfd08388390b4e92954929577051f13098ef8e38c2200 WHIRLPOOL 25a0dbb3d49eeb6241b8a291863a5286b4d4bf75f5412dac9ff895afa278b73aa68438b1381ddced0bddc9db5393f0ed1b2a0af3ec082eda16c84636dc76cb2f
diff --git a/x11-misc/xidle/xidle-24102005.ebuild b/x11-misc/xidle/xidle-24102005.ebuild
deleted file mode 100644
index cc558c136cf2..000000000000
--- a/x11-misc/xidle/xidle-24102005.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Monitors inactivity in X and runs the specified program when a timeout occurs"
-HOMEPAGE="http://www.freebsdsoftware.org/x11/xidle.html"
-SRC_URI="mirror://freebsd/ports/local-distfiles/novel/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-DEPEND="
- x11-libs/libX11
- x11-libs/libXScrnSaver
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-dead.patch"
-}
-
-src_compile() {
- local my_compile="$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN}{,.c} -lXss -lX11"
- echo ${my_compile}
- eval ${my_compile} || die
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
-}