From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDA89138330 for ; Fri, 30 Sep 2016 13:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89D5E0914; Fri, 30 Sep 2016 13:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C8D4E0914 for ; Fri, 30 Sep 2016 13:53:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B87E340955 for ; Fri, 30 Sep 2016 13:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B26EC248E for ; Fri, 30 Sep 2016 13:53:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475243573.8a17d46fe767659298d1cc9a0eb8af6708eb460d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xautolock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xautolock/xautolock-2.2.ebuild X-VCS-Directories: x11-misc/xautolock/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8a17d46fe767659298d1cc9a0eb8af6708eb460d X-VCS-Branch: master Date: Fri, 30 Sep 2016 13:53:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78371193-d524-4ef3-8839-e82f217efd0d X-Archives-Hash: b78be34ec1b94d2fab5b0d781313a9d0 commit: 8a17d46fe767659298d1cc9a0eb8af6708eb460d Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 30 13:52:53 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 30 13:52:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a17d46f x11-misc/xautolock: Old. Package-Manager: portage-2.3.1 x11-misc/xautolock/xautolock-2.2.ebuild | 48 --------------------------------- 1 file changed, 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 73e2dca..00000000 --- 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 -}