app-i18n/cstools: add 3.44

Closes: https://bugs.gentoo.org/707888
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-08-19 04:24:58 +01:00
parent b6fafad574
commit 2b56b28b73
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Cstools-3.42.tar.gz 30650 BLAKE2B bf67d60b2373bed444086a8866695ee861f473fde5a623b7813659fda5dc905bffc968fefb479bd76e8345a1d9f47d3094c55a683a939a45e9a5fffd402ad33c SHA512 78f2f95b5cfde77d23249550085a895abc35965b02ff26382b248d4e713c90c113ad7909b916713dff55c9ee210f13672d609d794b3caf9985fcb207a071f19f
DIST Cstools-3.44.tar.gz 31924 BLAKE2B 193d1d85746bf028833416bdb3e6c3b220498affb0162bd688fcc7ac4c406c618c53c2d2e7a4cb2fc799469246e1366f8c3f43f6f834220d2719b753c1511630 SHA512 9843eefb5f9a4edb33767162cb4beb24709d61903ccda8552cc9d914ef27ca6705a14e98cfb52a00c37f0428d937237044f96c0ba1673e6e67ad98f027032922

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Fails in parallel
# bug #707888
DIST_TEST="do"
inherit perl-module
MY_P="Cstools-${PV}"
DESCRIPTION="A charset conversion tool cstocs and two Perl modules for Czech language"
SRC_URI="https://www.adelton.com/perl/Cstools/${MY_P}.tar.gz"
HOMEPAGE="https://www.adelton.com/perl/Cstools/"
S="${WORKDIR}/${MY_P}"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-perl/MIME-tools"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker"