summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-09-30 15:52:53 +0200
committerJeroen Roovers <jer@gentoo.org>2016-09-30 15:52:53 +0200
commit8a17d46fe767659298d1cc9a0eb8af6708eb460d (patch)
treeb9649e5479cd861bac49a4076c961016e566ad05 /x11-misc/xautolock
parentsys-kernel/gentoo-sources: Cleanup of 3.14.X series (diff)
downloadgentoo-8a17d46fe767659298d1cc9a0eb8af6708eb460d.tar.gz
gentoo-8a17d46fe767659298d1cc9a0eb8af6708eb460d.tar.bz2
gentoo-8a17d46fe767659298d1cc9a0eb8af6708eb460d.zip
x11-misc/xautolock: Old.
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-misc/xautolock')
-rw-r--r--x11-misc/xautolock/xautolock-2.2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/xautolock/xautolock-2.2.ebuild b/x11-misc/xautolock/xautolock-2.2.ebuild
deleted file mode 100644
index 73e2dcab815a..000000000000
--- a/x11-misc/xautolock/xautolock-2.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="An automatic X screen-locker/screen-saver"
-SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="
- || (
- x11-misc/alock
- x11-misc/i3lock
- x11-misc/slim
- x11-misc/slock
- x11-misc/xlockmore
- x11-misc/xtrlock
- )
- x11-libs/libXScrnSaver
-"
-DEPEND="
- ${RDEPEND}
- app-text/rman
- x11-misc/imake
- x11-proto/scrnsaverproto
-"
-
-src_configure() {
- xmkmf || die
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CDEBUGFLAGS="${CFLAGS}" \
- EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install () {
- dobin xautolock
- newman xautolock.man xautolock.1
- dodoc Changelog Readme Todo
-}