diff options
Diffstat (limited to 'x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild')
-rw-r--r-- | x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild deleted file mode 100644 index 7094258a3ec7..000000000000 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_BASE_INDIVIDUAL_URI="" -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="https://xcb.freedesktop.org/" -SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -IUSE="test" - -RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - x11-libs/xcb-util[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )" - -src_configure() { - xorg-2_src_configure -} |