commit: 632f4315c70daa2d9dd9304529961bc0b6e280ea
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 20:23:37 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 20:32:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632f4315
dev-perl/txt2html: Fix PV of ebuild
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{txt2html-2.53.ebuild => txt2html-2.530.0.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-perl/txt2html/txt2html-2.53.ebuild
b/dev-perl/txt2html/txt2html-2.530.0.ebuild
similarity index 71%
rename from dev-perl/txt2html/txt2html-2.53.ebuild
rename to dev-perl/txt2html/txt2html-2.530.0.ebuild
index ce679dc5246..a9275b2bc2e 100644
--- a/dev-perl/txt2html/txt2html-2.53.ebuild
+++ b/dev-perl/txt2html/txt2html-2.530.0.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+DIST_VERSION=2.53
inherit perl-module
DESCRIPTION="Convert a plain text file to HTML"
HOMEPAGE="https://github.com/resurrecting-open-source-projects/txt2html"
-SRC_URI="https://github.com/resurrecting-open-source-projects/txt2html/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
+SRC_URI="https://github.com/resurrecting-open-source-projects/txt2html/archive/v${DIST_VERSION}.tar.gz
-> ${PN}-${DIST_VERSION}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -18,6 +19,7 @@ RDEPEND="
dev-perl/YAML-Syck
virtual/perl-Getopt-Long"
-DEPEND="
+BDEPEND="
${RDEPEND}
- dev-perl/Module-Build"
+ dev-perl/Module-Build
+"