public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatText-WithLinks/
@ 2016-02-01 23:54 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-02-01 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     907037ec49f8989ab3c3ca5eb4c574c113611e20
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 23:35:18 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 23:35:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907037ec

dev-perl/HTML-FormatText-WithLinks: Remove old

Package-Manager: portage-2.2.27

 .../HTML-FormatText-WithLinks-0.140.0.ebuild       | 26 ----------------------
 dev-perl/HTML-FormatText-WithLinks/Manifest        |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.140.0.ebuild b/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.140.0.ebuild
deleted file mode 100644
index 121ef21..0000000
--- a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.140.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=STRUAN
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="HTML to text conversion with links as footnotes"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	>=dev-perl/HTML-Format-2
-	dev-perl/HTML-Tree
-	dev-perl/URI
-	test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/HTML-FormatText-WithLinks/Manifest b/dev-perl/HTML-FormatText-WithLinks/Manifest
index d995af1..e338dd8 100644
--- a/dev-perl/HTML-FormatText-WithLinks/Manifest
+++ b/dev-perl/HTML-FormatText-WithLinks/Manifest
@@ -1,2 +1 @@
-DIST HTML-FormatText-WithLinks-0.14.tar.gz 11339 SHA256 35ececbc8a3ceda23e03c1e88b1e1ba02193deb455630d093ed30365e845e8ff SHA512 ec2cf859401985aaac45ba5ae1da18b3a142d51d821154ad40497a1ec468d86a6a6b85d7a1a66ec2d06bac49fe699def702c4cad86f1fa52da364cb29b6994b7 WHIRLPOOL 53515b3a6ae2ef21ba5bd2f39ace2e76560eef0a673242c17a9ac49f15ca85e18ddc38371f97be84bc3d72dcac7dfd6c11c31ca6c4d3ba76f521a542341da6f3
 DIST HTML-FormatText-WithLinks-0.15.tar.gz 11915 SHA256 7fcc1ab79eb58fb97d43e5bdd14e21791a250a204998918c62d6a171131833b1 SHA512 cdec4ba94c3f9dfd4e9c8b03be0e24068b23b634499bce062e0b281b26ad3a0288c0d4cc35b4db62fd81ad5f0a0f9ce42a59478af10a81ca2f5901ab79cdf550 WHIRLPOOL 85a90fb039273c390e8f395f48404313891f305588d2cec87d6f5552326caa18ecdc7e201e78243147ab80359d3bf081b082abef55eb160d536bb07982317cec


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatText-WithLinks/
@ 2017-10-24  7:11 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4b531cb37eb9f4b97aa89db5ef0195720f873cb8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:42:28 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 07:10:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b531cb3

dev-perl/HTML-FormatText-WithLinks: Fix dep on HTML-Formatter

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...Links-0.150.0.ebuild => HTML-FormatText-WithLinks-0.150.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0.ebuild b/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild
similarity index 93%
rename from dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0.ebuild
rename to dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild
index 55626dfe37b..96ebf441627 100644
--- a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0.ebuild
+++ b/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="amd64"
 IUSE="test"
 
 RDEPEND="
-	>=dev-perl/HTML-Format-2
+	>=dev-perl/HTML-Formatter-2
 	dev-perl/HTML-Tree
 	dev-perl/URI
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatText-WithLinks/
@ 2021-06-13 14:28 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-06-13 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d54e0b4520dfc729f8cfee2645fabd44981f9fe2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 14:18:35 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 14:18:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54e0b45

dev-perl/HTML-FormatText-WithLinks: EAPI=7 bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...r1.ebuild => HTML-FormatText-WithLinks-0.150.0-r2.ebuild} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild b/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r2.ebuild
similarity index 74%
rename from dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild
rename to dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r2.ebuild
index bc3e6f1c76e..920891efde8 100644
--- a/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r1.ebuild
+++ b/dev-perl/HTML-FormatText-WithLinks/HTML-FormatText-WithLinks-0.150.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=STRUAN
-MODULE_VERSION=0.15
+DIST_AUTHOR=STRUAN
+DIST_VERSION=0.15
 inherit perl-module
 
 DESCRIPTION="HTML to text conversion with links as footnotes"
@@ -19,9 +19,7 @@ RDEPEND="
 	dev-perl/HTML-Tree
 	dev-perl/URI
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.380.0
 	test? ( virtual/perl-Test-Simple )
 "
-
-SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-13 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatText-WithLinks/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13 14:28 Andreas K. Hüttel
2016-02-01 23:54 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox