You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r2.ebuild

39 lines
750 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=SMCCAM
DIST_VERSION=0.56
DIST_EXAMPLES=("eg/*")
inherit perl-module virtualx
DESCRIPTION="Client-side interface to the X11 Protocol"
LICENSE="${LICENSE} MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
x11-libs/libXrender
x11-libs/libXext
"
DEPEND="
${RDEPEND}
"
BDEPEND="
${RDEPEND}
test? ( media-fonts/font-misc-misc )
"
PATCHES=(
"${FILESDIR}/${PN}-0.56-test-timeout.patch"
"${FILESDIR}/${PN}-0.56-test-tap.patch"
)
src_test() {
virtx perl-module_src_test
}