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/lndir/
Date: Sun, 05 Feb 2017 19:08:10
Message-Id: 1486321628.0b57f8b1bbcd579d03990e88715cd729183d876b.soap@gentoo
1 commit: 0b57f8b1bbcd579d03990e88715cd729183d876b
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 15:04:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 19:07:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57f8b1
7
8 x11-misc/lndir: Bump EAPI 3 -> 5
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3829
12
13 x11-misc/lndir/lndir-1.0.3-r1.ebuild | 16 ++++++++++++++++
14 1 file changed, 16 insertions(+)
15
16 diff --git a/x11-misc/lndir/lndir-1.0.3-r1.ebuild b/x11-misc/lndir/lndir-1.0.3-r1.ebuild
17 new file mode 100644
18 index 00000000..a8ea191
19 --- /dev/null
20 +++ b/x11-misc/lndir/lndir-1.0.3-r1.ebuild
21 @@ -0,0 +1,16 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +XORG_STATIC=no
29 +inherit xorg-2
30 +
31 +DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
32 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND=""
36 +DEPEND="${RDEPEND}
37 + x11-proto/xproto"