commit:     7738196787b30e9e87f9cd3567a390e9dd9366e1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:21:05 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:21:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77381967

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 <AT> gentoo.org>

 app-i18n/cstools/cstools-3.42-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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 00000000000..08ad92db2de
--- /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}"

Reply via email to