Diff Capture-Tiny-0.480.0-r1 with a Capture-Tiny-0.500.0
/usr/portage/dev-perl/Capture-Tiny/Capture-Tiny-0.500.0.ebuild 2025-02-03 17:39:32.854667013 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=DAGOLDEN |
7 |
DIST_VERSION=0.48 |
|
7 |
DIST_VERSION=0.50 |
|
8 | 8 |
DIST_EXAMPLES=("examples/*") |
9 | 9 |
inherit perl-module |
10 | 10 | |
11 |
DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" |
|
11 |
DESCRIPTION="Capture STDOUT and STDERR from Perl, XS, or external programs" |
|
12 | 12 | |
13 | 13 |
LICENSE="Apache-2.0" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
16 | 16 | |
17 | 17 |
RDEPEND=" |
18 | 18 |
virtual/perl-Carp |
... | ... | |
22 | 22 |
virtual/perl-IO |
23 | 23 |
virtual/perl-Scalar-List-Utils |
24 | 24 |
" |
25 |
BDEPEND="${RDEPEND} |
|
25 |
BDEPEND=" |
|
26 |
${RDEPEND} |
|
26 | 27 |
virtual/perl-ExtUtils-MakeMaker |
27 | 28 |
test? ( |
28 | 29 |
virtual/perl-Test-Simple |