diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 05:21:05 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-17 05:21:05 +0200 |
commit | 7738196787b30e9e87f9cd3567a390e9dd9366e1 (patch) | |
tree | f5bf1287eb924f2591053e1ae0305307637c8641 /app-i18n/cstools | |
parent | app-misc/pip: revbump: EAPI 7, perl-module.eclass (diff) | |
download | gentoo-7738196787b30e9e87f9cd3567a390e9dd9366e1.tar.gz gentoo-7738196787b30e9e87f9cd3567a390e9dd9366e1.tar.bz2 gentoo-7738196787b30e9e87f9cd3567a390e9dd9366e1.zip |
app-i18n/cstools: revbump: EAPI 7, perl-module.eclass, fix deps
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-i18n/cstools')
-rw-r--r-- | app-i18n/cstools/cstools-3.42-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/cstools/cstools-3.42-r1.ebuild b/app-i18n/cstools/cstools-3.42-r1.ebuild new file mode 100644 index 000000000000..08ad92db2dee --- /dev/null +++ b/app-i18n/cstools/cstools-3.42-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/MIME-tools" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +S="${WORKDIR}/${MY_P}" |