public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX/
Date: Sat, 11 Dec 2021 15:52:54 +0000 (UTC)	[thread overview]
Message-ID: <1639237938.e68eec8a0683d5e1b53b56f811704a2eeed368cf.dilfridge@gentoo> (raw)

commit:     e68eec8a0683d5e1b53b56f811704a2eeed368cf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 15:21:54 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 15:52:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68eec8a

dev-perl/XML-SAX: Remove old

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

 dev-perl/XML-SAX/Manifest             |  1 -
 dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/XML-SAX/Manifest b/dev-perl/XML-SAX/Manifest
index 2fab83d6dae0..50f79d17566e 100644
--- a/dev-perl/XML-SAX/Manifest
+++ b/dev-perl/XML-SAX/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-1.00.tar.gz 46808 BLAKE2B c81b42050c98d749f5c8e133733c6acc2576dd31d156c98370030c387baccfcbfafcce644152edab114062039ca1075ced38f079ab9c4876470a79549dc8caa1 SHA512 95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253bfb17daecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d
 DIST XML-SAX-1.02.tar.gz 47318 BLAKE2B 4f22eafa92fa5a7bce04c1a26e2977b56ef35eb02eca4679330e92aae172f55f93b9b258369c4255813366f989399b647c17072e1fce05e3b688270ed52895cc SHA512 bb30ddbbcf27803825d2f0936257e102999a197cb14bd77fa8b7a469f3a24fb7d861ef4eb03230e5581e4ed88beb8676cbb907b2cb63e9ef1a64b2c211ebdc5a

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
deleted file mode 100644
index bee190f6056d..000000000000
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GRANTM
-DIST_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, filters, and drivers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/XML-SAX-Base-1.50.0
-	>=dev-perl/XML-NamespaceSupport-1.40.0
-	>=dev-libs/libxml2-2.4.1
-	virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-PATCHES=("${FILESDIR}/${PN}-1.00-noautoini.patch")
-
-pkg_postinst() {
-	pkg_update_parser add XML::SAX::PurePerl
-}
-
-pkg_update_parser() {
-	# pkg_update_parser [add|remove] $parser_module
-	local action=$1
-	local parser_module=$2
-
-	if [[ "$ROOT" = "/" ]] ; then
-		einfo "Update Parser: $1 $2"
-		perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
-			|| ewarn "Update Parser: $1 $2 failed"
-	else
-		elog "To $1 $2 run:"
-		elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
-	fi
-}


             reply	other threads:[~2021-12-11 15:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11 15:52 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05  8:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX/ Sam James
2022-04-22 17:36 Sam James
2021-12-09 21:59 Sam James
2021-12-06  0:13 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-05 18:32 Sam James
2021-12-05  5:17 Sam James
2021-12-05  5:09 Sam James
2021-12-05  4:49 Sam James
2021-12-05  3:31 Sam James
2021-10-06 16:47 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2019-05-05 19:31 Mikle Kolyada
2018-12-28  7:05 Mikle Kolyada
2018-11-24 10:39 Sergei Trofimovich
2018-10-27 15:39 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-24  3:39 Mikle Kolyada
2018-08-22 21:38 Mart Raudsepp
2018-08-21  0:05 Sergei Trofimovich
2018-08-20  4:13 Matt Turner
2018-08-19 18:45 Matt Turner
2018-08-19 18:39 Matt Turner
2018-08-18 22:15 Thomas Deutschmann
2017-01-29 16:59 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639237938.e68eec8a0683d5e1b53b56f811704a2eeed368cf.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox