diff options
Diffstat (limited to 'x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild deleted file mode 100644 index e92a52c52bd9..000000000000 --- a/x11-libs/libxkbcommon/libxkbcommon-0.8.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -XORG_MULTILIB="yes" - -if [[ ${PV} = *9999* ]]; then - GIT_ECLASS="git-r3" - EXPERIMENTAL="true" - EGIT_REPO_URI="https://github.com/xkbcommon/${PN}" -else - XORG_BASE_INDIVIDUAL_URI="" - SRC_URI="https://xkbcommon.org/download/${P}.tar.xz" -fi - -inherit xorg-3 ${GIT_ECLASS} - -DESCRIPTION="X.Org xkbcommon library" -HOMEPAGE="https://xkbcommon.org/" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="X doc test" - -BDEPEND=" - sys-devel/bison - doc? ( app-doc/doxygen )" -RDEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" - $(use X || use_enable X x11) - $(use_with doc doxygen) - ) -} |