From 632f4315c70daa2d9dd9304529961bc0b6e280ea Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 30 Sep 2021 22:23:37 +0200 Subject: dev-perl/txt2html: Fix PV of ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/txt2html/txt2html-2.53.ebuild | 23 ----------------------- dev-perl/txt2html/txt2html-2.530.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 dev-perl/txt2html/txt2html-2.53.ebuild create mode 100644 dev-perl/txt2html/txt2html-2.530.0.ebuild diff --git a/dev-perl/txt2html/txt2html-2.53.ebuild b/dev-perl/txt2html/txt2html-2.53.ebuild deleted file mode 100644 index ce679dc52463..000000000000 --- a/dev-perl/txt2html/txt2html-2.53.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=" - !dev-perl/TextToHTML - dev-perl/YAML-Syck - virtual/perl-Getopt-Long" - -DEPEND=" - ${RDEPEND} - dev-perl/Module-Build" diff --git a/dev-perl/txt2html/txt2html-2.530.0.ebuild b/dev-perl/txt2html/txt2html-2.530.0.ebuild new file mode 100644 index 000000000000..a9275b2bc2e5 --- /dev/null +++ b/dev-perl/txt2html/txt2html-2.530.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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${DIST_VERSION}.tar.gz -> ${PN}-${DIST_VERSION}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + !dev-perl/TextToHTML + dev-perl/YAML-Syck + virtual/perl-Getopt-Long" + +BDEPEND=" + ${RDEPEND} + dev-perl/Module-Build +" -- cgit v1.2.3-65-gdbad