* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2017-08-04 21:07 Amy Liffey
0 siblings, 0 replies; 10+ messages in thread
From: Amy Liffey @ 2017-08-04 21:07 UTC (permalink / raw
To: gentoo-commits
commit: ca8555cabe4ba98af899ff60861e7318f248068b
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 23:16:37 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 21:05:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8555ca
dev-perl/HTML-SimpleParse: Shorter DESCRIPTION
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild
index a1a4872b55d..c83f72a19ed 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ MODULE_AUTHOR=KWILLIAMS
MODULE_VERSION=0.12
inherit perl-module
-DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions"
+DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2017-10-25 18:36 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-10-25 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 8a4bd30f821e29089bb7b6eed62df54782266256
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 06:10:09 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 18:35:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4bd30f
dev-perl/HTML-SimpleParse: Enable tests
- EAPI6
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../HTML-SimpleParse-0.120.0-r2.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
new file mode 100644
index 00000000000..ca7a3253bd0
--- /dev/null
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KWILLIAMS
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-06-09 18:54 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-06-09 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 26c4ddde32ffeb4a18ef88926543b0f1f1ee13b0
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Jun 9 17:58:19 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 18:53:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c4ddde
dev-perl/HTML-SimpleParse: stable 0.120.0-r2 for sparc
Bug: https://bugs.gentoo.org/657636
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
index ca7a3253bd0..824ea0f19ff 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-06-10 16:42 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 16:42 UTC (permalink / raw
To: gentoo-commits
commit: e0bb0fdb854bcc2aecf479127248a70aa89f1093
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:09:04 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:41:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bb0fdb
dev-perl/HTML-SimpleParse: x86 stable (bug #657636)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
index 824ea0f19ff..6f91a127fee 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-06-10 19:03 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-06-10 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 9ca3677ee9363c898ea6006f67d72cc04cbc32ee
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:59:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:03:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca3677e
dev-perl/HTML-SimpleParse: amd64 stable wrt bug #657636
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
index 6f91a127fee..179ef567153 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-06-10 21:33 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 3ac62b85c79b563d1cd78bb541d8eeb7967b19b1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 21:29:36 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 21:29:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac62b85
dev-perl/HTML-SimpleParse: stable 0.120.0-r2 for ia64, bug #657636
Bug: https://bugs.gentoo.org/657636
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
index 179ef567153..701087a7539 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-06-26 12:28 Tobias Klausmann
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann @ 2018-06-26 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 1692381c851593c2baf24e7d2c7d63b163c19600
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 12:28:21 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 12:28:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1692381c
dev-perl/HTML-SimpleParse-0.120.0-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/657636
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
index 2262dd7f6e4..f4bb984e0f6 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2018-08-17 4:29 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2018-08-17 4:29 UTC (permalink / raw
To: gentoo-commits
commit: bbf0a1add3477e9d5c930590a1b7ca440deec254
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 03:55:57 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 04:29:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf0a1ad
dev-perl/HTML-SimpleParse: Cleanup old version 0.120.0-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../HTML-SimpleParse-0.120.0-r1.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild
deleted file mode 100644
index c83f72a19ed..00000000000
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KWILLIAMS
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2021-11-01 11:25 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-11-01 11:25 UTC (permalink / raw
To: gentoo-commits
commit: 62278032cf10a4f7714cce8949fc3b433841f5fb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 11:22:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 11:24:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62278032
dev-perl/HTML-SimpleParse: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...se-0.120.0-r2.ebuild => HTML-SimpleParse-0.120.0-r3.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
similarity index 72%
rename from dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
rename to dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
index 127876e201c..5050c8e5f09 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r2.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
@@ -1,7 +1,7 @@
-# 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_AUTHOR=KWILLIAMS
DIST_VERSION=0.12
@@ -11,8 +11,8 @@ DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.280.0
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/
@ 2023-06-21 4:11 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-21 4:11 UTC (permalink / raw
To: gentoo-commits
commit: 580399ccdc95ec342f1515a0852bc0df0d01ddb4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 03:55:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:10:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580399cc
dev-perl/HTML-SimpleParse: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
index 5050c8e5f098..90b2642e8539 100644
--- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
+++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ DIST_AUTHOR=KWILLIAMS
DIST_VERSION=0.12
inherit perl-module
-DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser"
+DESCRIPTION="Bare-bones HTML parser, similar to HTML::Parser"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-06-21 4:11 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 21:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-SimpleParse/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 4:11 Sam James
2021-11-01 11:25 Andreas K. Hüttel
2018-08-17 4:29 Kent Fredric
2018-06-26 12:28 Tobias Klausmann
2018-06-10 19:03 Aaron Bauman
2018-06-10 16:42 Thomas Deutschmann
2018-06-09 18:54 Sergei Trofimovich
2017-10-25 18:36 Kent Fredric
2017-08-04 21:07 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox