public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Validator-Schema/
@ 2021-10-07 21:07 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-10-07 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     605443323a440dfab4b1f4c7ed537bcc6ba0a00a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 20:46:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 21:06:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60544332

dev-perl/XML-Validator-Schema: EAPI=8 bump

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

 ...ebuild => XML-Validator-Schema-1.100.0-r1.ebuild} | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0.ebuild b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild
similarity index 51%
rename from dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0.ebuild
rename to dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild
index 4a36d1e313d..bca25afc717 100644
--- a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0.ebuild
+++ b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR="SAMTREGAR"
-MODULE_VERSION="1.10"
+DIST_AUTHOR=SAMTREGAR
+DIST_VERSION=1.10
 
 inherit perl-module
 
@@ -12,11 +12,11 @@ DESCRIPTION="Validate XML against a subset of W3C XML Schema"
 
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
-RDEPEND="dev-perl/XML-SAX
+RDEPEND="
+	dev-perl/XML-SAX
 	dev-perl/Tree-DAG_Node
-	dev-perl/XML-Filter-BufferText"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+	dev-perl/XML-Filter-BufferText
+"
+BDEPEND="${RDEPEND}
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Validator-Schema/
@ 2022-04-22 17:51 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-04-22 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     387e4ae026e0d3b3e0ae36316622e4a00eaa81e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 17:46:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 17:51:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387e4ae0

dev-perl/XML-Validator-Schema: depend on newer XML-Sax

Needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax
has the ROOT check fixed.

Closes: https://bugs.gentoo.org/840053
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ma-1.100.0-r1.ebuild => XML-Validator-Schema-1.100.0-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild
similarity index 54%
rename from dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild
rename to dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild
index bca25afc7175..12692f444b2e 100644
--- a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild
+++ b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,8 +13,11 @@ DESCRIPTION="Validate XML against a subset of W3C XML Schema"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax
+# has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be careful.
+# bug #840053
 RDEPEND="
-	dev-perl/XML-SAX
+	>=dev-perl/XML-SAX-1.20.0-r1
 	dev-perl/Tree-DAG_Node
 	dev-perl/XML-Filter-BufferText
 "


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

end of thread, other threads:[~2022-04-22 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 17:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Validator-Schema/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-10-07 21:07 Andreas K. Hüttel

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