mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
35 lines
774 B
Bash
35 lines
774 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DAPATRICK
|
|
DIST_VERSION=1.05
|
|
DIST_EXAMPLES=( "examples/*" )
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="XMPP Perl Library"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Authen-SASL-2.120.0
|
|
virtual/perl-Digest-SHA
|
|
virtual/perl-Scalar-List-Utils
|
|
>=dev-perl/XML-Stream-1.240.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-0.360.300
|
|
test? (
|
|
>=dev-perl/LWP-Online-1.70.0
|
|
>=dev-perl/YAML-Tiny-1.410.0
|
|
>=virtual/perl-Test-Simple-0.920.0
|
|
)
|
|
"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/${DIST_VERSION}-no-network-tests.patch"
|
|
"${FILESDIR}/${DIST_VERSION}-no-dot-inc.patch"
|
|
)
|