mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/Compiler-Lexer: New package, needed for Perl::LanguageServer
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
26
dev-perl/Compiler-Lexer/Compiler-Lexer-0.230.0.ebuild
Normal file
26
dev-perl/Compiler-Lexer/Compiler-Lexer-0.230.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_VERSION=0.23
|
||||
DIST_AUTHOR=GOCCY
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Lexical Analyzer for Perl5"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-XSLoader-0.20.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=virtual/perl-Devel-PPPort-3.190.0
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
|
||||
>=virtual/perl-ExtUtils-ParseXS-2.210.0
|
||||
>=dev-perl/Module-Build-0.400.500
|
||||
>=dev-perl/Module-Build-XSUtil-0.20.0
|
||||
test? ( >=virtual/perl-Test-Simple-0.950.0 )
|
||||
"
|
||||
1
dev-perl/Compiler-Lexer/Manifest
Normal file
1
dev-perl/Compiler-Lexer/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Compiler-Lexer-0.23.tar.gz 66673 BLAKE2B 44f856d9304ac9cdb6baf5e73ec38d4d731b6d7cb589acb8bdc482078dcd404e59951a18f4527c59c15bb1a5740910db99a3a47eb390acde26b9ced4c5333657 SHA512 3fa27b2f66c9b304dc4fd754485906229361af3d54a04c3b305937bedcefa69b8b9c1898e4901d1122757d4f53089041294383883472abf8f350cf1363f32ff1
|
||||
8
dev-perl/Compiler-Lexer/metadata.xml
Normal file
8
dev-perl/Compiler-Lexer/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user