diff options
author | 2021-08-09 22:13:52 +0200 | |
---|---|---|
committer | 2021-08-09 22:31:17 +0200 | |
commit | ec1fa730d6bddea3a1e913277d288ae0759011c6 (patch) | |
tree | 8af36411249db76d054a2e53f98d84bd26d66011 /dev-perl/SRU/SRU-1.10.0-r1.ebuild | |
parent | net-fs/samba: Bump to version 4.15.0_rc2. Removed old (diff) | |
download | gentoo-ec1fa730d6bddea3a1e913277d288ae0759011c6.tar.gz gentoo-ec1fa730d6bddea3a1e913277d288ae0759011c6.tar.bz2 gentoo-ec1fa730d6bddea3a1e913277d288ae0759011c6.zip |
dev-perl/SRU: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/SRU/SRU-1.10.0-r1.ebuild')
-rw-r--r-- | dev-perl/SRU/SRU-1.10.0-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/SRU/SRU-1.10.0-r1.ebuild b/dev-perl/SRU/SRU-1.10.0-r1.ebuild new file mode 100644 index 000000000000..def9e2120639 --- /dev/null +++ b/dev-perl/SRU/SRU-1.10.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BRICAS +DIST_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Search and Retrieval by URL" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/CQL-Parser-1.120.0 + virtual/perl-Carp + dev-perl/Class-Accessor + dev-perl/URI + dev-perl/XML-LibXML + dev-perl/XML-Simple +" +BDEPEND="${RDEPEND} + test? ( + dev-perl/CGI + dev-perl/Test-Exception + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" |