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

commit:     7a0d1071d17eb5349e27e4545e2462ff4a3ec06b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 00:11:54 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 00:11:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0d1071

dev-perl/XML-Entities: Remove old

Package-Manager: portage-2.3.0

 dev-perl/XML-Entities/Manifest                    |  1 -
 dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild | 26 -----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/XML-Entities/Manifest b/dev-perl/XML-Entities/Manifest
index 59c2408..05988a7 100644
--- a/dev-perl/XML-Entities/Manifest
+++ b/dev-perl/XML-Entities/Manifest
@@ -1,2 +1 @@
-DIST XML-Entities-1.0001.tar.gz 21770 SHA256 3498107938e4cc725f3d2e4fdf45b4a491a0e9d05f5f201c93986b90ea8e8c19 SHA512 35228f7e774407657c5b9bde6504dc2dbea1a8872ca21637a50117121e19a84f4a6fe1ca5d4f498be714e283354797f65622cc73bb73824b8a84ba028fa98eca WHIRLPOOL 51245cbf69cfbd21dd712e5257d41363a0da871c0bdac759f1c1acbc11693558273d9ee6d5aa25659112b2cda6542441e38b973ac4d021da737d55576c07ab31
 DIST XML-Entities-1.0002.tar.gz 20640 SHA256 c32aa4f309573d7648ab2e416f62b6b20652f2ad9cfd3eec82fd51101fe7310d SHA512 e25c45ca23fdc7d6038a4350985ee73a460370f62717197700842364a9c93ddba30dbb0d16ba2f5db10e99ad81311f4aaed20bb1a3811bba121f6ccf36137108 WHIRLPOOL d4aac8d4406e78ca2a58d8e277e01ad89accf219c0d432a7eff0b7ebef117915fb941ec00cefabfa2b1d3c39da8c145c8f3d40b6b3354f1d4a3e411e96e46089

diff --git a/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild b/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild
deleted file mode 100644
index 477d642..00000000
--- a/dev-perl/XML-Entities/XML-Entities-1.0.100.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=SIXTEASE
-MODULE_VERSION=1.0001
-inherit perl-module
-
-DESCRIPTION="Decode strings with XML entities"
-
-LICENSE="|| ( Artistic GPL-1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Carp"
-
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-S=${WORKDIR}/${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Entities/
@ 2021-10-05 22:52 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-10-05 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e53fbe8a6249ed9042e8f43bf5de9fddfee71cf8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 22:30:15 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 22:51:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53fbe8a

dev-perl/XML-Entities: EAPI=8 bump

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

 ...ntities-1.0.200.ebuild => XML-Entities-1.0.200-r1.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild b/dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
similarity index 74%
rename from dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild
rename to dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
index 1297cf3ea3d..3e516f6e982 100644
--- a/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild
+++ b/dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=SIXTEASE
 DIST_VERSION=1.0002
@@ -11,17 +11,17 @@ DESCRIPTION="Decode strings with XML entities"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="virtual/perl-Carp
 	!minimal? (
 		dev-perl/HTML-Parser
 	)
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
-	test? ( virtual/perl-Test-Simple )"
+	test? ( virtual/perl-Test-Simple )
+"
 
 S="${WORKDIR}/${PN}" # Upstream doesn't tar it up with version in dir
 


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

end of thread, other threads:[~2021-10-05 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-05 22:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Entities/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-09-24  0:24 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