Diff Tk-TableMatrix-1.260.0 with a Tk-TableMatrix-1.290.0

/usr/portage/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild 2023-10-09 14:52:29.940368361 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
DIST_AUTHOR=ASB
7
DIST_VERSION=1.26
6
DIST_AUTHOR=CAC
7
DIST_VERSION=1.29
8 8
inherit perl-module virtualx
9 9

  
10 10
DESCRIPTION="Create and manipulate tables in Perl + Tk"
......
20 20
	>=virtual/perl-ExtUtils-MakeMaker-6.520.0
21 21
"
22 22

  
23
src_test() {
24
	virtx perl-module_src_test
25
}
26

  
23 27
src_install() {
24 28
	perl-module_src_install
25 29

  
26
	# Clean out stray conflicting file - its generated by perl-tk already.
27
	# Bug 169294
28
	rm	"${D}"/${VENDOR_ARCH}/auto/Tk/pTk/extralibs.ld || die
29
}
30

  
31
src_test() {
32
	virtx perl-module_src_test
30
	# Clean out stray conflicting file - it's generated by perl-tk already.
31
	# Bug #169294
32
	rm "${D}"/${VENDOR_ARCH}/auto/Tk/pTk/extralibs.ld || die
33 33
}
Thank you!