Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
Date: Wed, 27 Mar 2013 03:48:42
Message-Id: 1364356107.587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4.alexxy@gentoo
1 commit: 587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 03:48:27 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 03:48:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=587c26c8
7
8 Moved to tree
9
10 Package-Manager: portage-2.2.0_alpha169
11
12 ---
13 x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild | 35 -----------------------
14 1 files changed, 0 insertions(+), 35 deletions(-)
15
16 diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
17 deleted file mode 100644
18 index e0679e7..0000000
19 --- a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=5
27 -
28 -if [[ ${PV} = *9999* ]]; then
29 - GIT_ECLASS="git-2"
30 - EXPERIMENTAL="true"
31 - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
32 - KEYWORDS=""
33 -else
34 - XORG_BASE_INDIVIDUAL_URI=""
35 - SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2"
36 - KEYWORDS="~amd64 ~x86"
37 -fi
38 -
39 -inherit xorg-2 ${GIT_ECLASS}
40 -
41 -DESCRIPTION="X.Org xkbcommon library"
42 -XORG_EAUTORECONF="yes"
43 -
44 -IUSE="doc"
45 -
46 -RDEPEND="
47 - x11-proto/xproto
48 - >=x11-proto/kbproto-1.0.5"
49 -DEPEND="${RDEPEND}
50 - sys-devel/bison
51 - sys-devel/flex
52 - doc? ( app-doc/doxygen )"
53 -
54 -XORG_CONFIGURE_OPTIONS=(
55 - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
56 -)