dev-perl/Regexp-Assemble - 0.38 (stuff)

Search

Install

Install this version:

emerge -a =dev-perl/Regexp-Assemble-0.38

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Regexp-Assemble-0.38

Or alternatively:

emerge --autounmask-write -a =dev-perl/Regexp-Assemble-0.38

Package Information

Description:
Assemble multiple Regular Expressions into a single RE

Ebuild Details

Version EAPI Keywords Slot
0.38 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=RSAVAGE
DIST_VERSION=${PV}
DIST_A_EXT=tgz
inherit perl-module

DESCRIPTION="Assemble multiple Regular Expressions into a single RE"

SLOT="0"
KEYWORDS="~amd64 ~x86"
#PATCHES=(
#	"${FILESDIR}/${PV}/no-pod-tests.patch"
#)
SRC_TEST=do

Inherited Eclasses