diff options
Diffstat (limited to 'dev-perl/txt2html')
-rw-r--r-- | dev-perl/txt2html/txt2html-2.530.0.ebuild (renamed from dev-perl/txt2html/txt2html-2.53.ebuild) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/txt2html/txt2html-2.53.ebuild b/dev-perl/txt2html/txt2html-2.530.0.ebuild index ce679dc52463..a9275b2bc2e5 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 +" |