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 53E3B13908F for ; Sun, 5 Feb 2017 19:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 875E421C043; Sun, 5 Feb 2017 19:08:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6820321C043 for ; Sun, 5 Feb 2017 19:08:09 +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 6E96F34166C for ; Sun, 5 Feb 2017 19:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C1FC3DC7 for ; Sun, 5 Feb 2017 19:08:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486321628.0b57f8b1bbcd579d03990e88715cd729183d876b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lndir/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lndir/lndir-1.0.3-r1.ebuild X-VCS-Directories: x11-misc/lndir/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0b57f8b1bbcd579d03990e88715cd729183d876b X-VCS-Branch: master Date: Sun, 5 Feb 2017 19:08:07 +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: 198a816d-8d0f-4631-bee7-e6d2d6d694c5 X-Archives-Hash: 353481120bc60dca554f53d8634917cc commit: 0b57f8b1bbcd579d03990e88715cd729183d876b Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 5 15:04:38 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 5 19:07:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57f8b1 x11-misc/lndir: Bump EAPI 3 -> 5 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3829 x11-misc/lndir/lndir-1.0.3-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/x11-misc/lndir/lndir-1.0.3-r1.ebuild b/x11-misc/lndir/lndir-1.0.3-r1.ebuild new file mode 100644 index 00000000..a8ea191 --- /dev/null +++ b/x11-misc/lndir/lndir-1.0.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create a shadow directory of symbolic links to another directory tree" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto"