From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AB5B138010 for ; Wed, 27 Mar 2013 03:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57419E06CF; Wed, 27 Mar 2013 03:48:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE4E9E06CF for ; Wed, 27 Mar 2013 03:48:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B091133BF00 for ; Wed, 27 Mar 2013 03:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BADD0E4073 for ; Wed, 27 Mar 2013 03:48:36 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1364356107.587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4.alexxy@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild X-VCS-Directories: x11-libs/libxkbcommon/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4 X-VCS-Branch: master Date: Wed, 27 Mar 2013 03:48:36 +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: 0959dcb8-77b7-4f72-b930-914e64def5c2 X-Archives-Hash: b97db54c010ca8da135a08fb39ba5709 commit: 587c26c8d9d01fb0dbeae6065f9c92d8ce13ade4 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Mar 27 03:48:27 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Mar 27 03:48:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=587c26c8 Moved to tree Package-Manager: portage-2.2.0_alpha169 --- x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild | 35 ----------------------- 1 files changed, 0 insertions(+), 35 deletions(-) diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild deleted file mode 100644 index e0679e7..0000000 --- a/x11-libs/libxkbcommon/libxkbcommon-0.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -if [[ ${PV} = *9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" - KEYWORDS="" -else - XORG_BASE_INDIVIDUAL_URI="" - SRC_URI="http://xkbcommon.org/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -inherit xorg-2 ${GIT_ECLASS} - -DESCRIPTION="X.Org xkbcommon library" -XORG_EAUTORECONF="yes" - -IUSE="doc" - -RDEPEND=" - x11-proto/xproto - >=x11-proto/kbproto-1.0.5" -DEPEND="${RDEPEND} - sys-devel/bison - sys-devel/flex - doc? ( app-doc/doxygen )" - -XORG_CONFIGURE_OPTIONS=( - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen) -)