Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: profiles/, x11-libs/libXevie/
Date: Sat, 29 Aug 2015 04:01:42
Message-Id: 1440821127.7de996609da7751465bae4ba6ab96a4f1226ea43.mattst88@gentoo
1 commit: 7de996609da7751465bae4ba6ab96a4f1226ea43
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 29 04:05:27 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 04:05:27 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=7de99660
7
8 x11-libs/libXevie: Delete.
9
10 profiles/package.mask | 1 -
11 x11-libs/libXevie/libXevie-9999.ebuild | 18 ------------------
12 2 files changed, 19 deletions(-)
13
14 diff --git a/profiles/package.mask b/profiles/package.mask
15 index 5dab1b5..0137b16 100644
16 --- a/profiles/package.mask
17 +++ b/profiles/package.mask
18 @@ -49,7 +49,6 @@
19 =x11-libs/libXcursor-9999
20 =x11-libs/libXdamage-9999
21 =x11-libs/libXdmcp-9999
22 -=x11-libs/libXevie-9999
23 =x11-libs/libXext-9999
24 =x11-libs/libXfixes-9999
25 =x11-libs/libXfont-9999
26
27 diff --git a/x11-libs/libXevie/libXevie-9999.ebuild b/x11-libs/libXevie/libXevie-9999.ebuild
28 deleted file mode 100644
29 index f041e28..0000000
30 --- a/x11-libs/libXevie/libXevie-9999.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -inherit xorg-2
39 -
40 -DESCRIPTION="X.Org Xevie library"
41 -
42 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
43 -IUSE=""
44 -
45 -RDEPEND="x11-libs/libX11
46 - x11-libs/libXext
47 - x11-proto/xextproto
48 - x11-proto/xproto
49 - x11-proto/evieext"
50 -DEPEND="${RDEPEND}"