Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libFS/
Date: Sat, 28 Apr 2018 01:25:34
Message-Id: 1524878677.5799e0306c9a7ea2f26155ab70dfcdfb824f21b9.mattst88@gentoo
1 commit: 5799e0306c9a7ea2f26155ab70dfcdfb824f21b9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:17:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5799e030
7
8 x11-libs/libFS: Drop unnecessary x11-proto dep
9
10 x11-libs/libFS/libFS-1.0.6.ebuild | 22 ----------------------
11 1 file changed, 22 deletions(-)
12
13 diff --git a/x11-libs/libFS/libFS-1.0.6.ebuild b/x11-libs/libFS/libFS-1.0.6.ebuild
14 deleted file mode 100644
15 index 93b0cd3502b..00000000000
16 --- a/x11-libs/libFS/libFS-1.0.6.ebuild
17 +++ /dev/null
18 @@ -1,22 +0,0 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -inherit xorg-2
24 -
25 -DESCRIPTION="X.Org FS library"
26 -
27 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
28 -IUSE="ipv6"
29 -
30 -RDEPEND="x11-libs/xtrans
31 - x11-proto/xproto
32 - x11-proto/fontsproto"
33 -DEPEND="${RDEPEND}"
34 -
35 -src_configure() {
36 - XORG_CONFIGURE_OPTIONS=(
37 - $(use_enable ipv6)
38 - )
39 - xorg-2_src_configure
40 -}