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-LibXML/
Date: Fri, 11 Oct 2019 06:04:55 +0000 (UTC)	[thread overview]
Message-ID: <1570773859.f3abb26d39169afb0e701ae07727dffa96eecb54.dilfridge@gentoo> (raw)

commit:     f3abb26d39169afb0e701ae07727dffa96eecb54
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 06:04:19 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 06:04:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3abb26d

dev-perl/XML-LibXML: Remove old

Closes: https://bugs.gentoo.org/630934
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/XML-LibXML/Manifest                      |  2 -
 dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild | 69 -----------------------
 dev-perl/XML-LibXML/XML-LibXML-2.12.900.ebuild    | 69 -----------------------
 3 files changed, 140 deletions(-)

diff --git a/dev-perl/XML-LibXML/Manifest b/dev-perl/XML-LibXML/Manifest
index a5485002085..375054bc02f 100644
--- a/dev-perl/XML-LibXML/Manifest
+++ b/dev-perl/XML-LibXML/Manifest
@@ -1,4 +1,2 @@
-DIST XML-LibXML-2.0128.tar.gz 466334 BLAKE2B 7b7de24ed9cbafde79061e70247ed715e6009acf9d0ef75cc08d838d51c7b736ee7f4e57f069b1112c171ac398c28745082760f8e1d892834ab0c811c8a09e57 SHA512 c388570d0a140f3b92ab9922d9c917fba791e804b160822eeff91923891059ba189ad3743f2ffd13f7f4c92a3e8db1ee5fae588007d3fcf50251d9803e8e261b
-DIST XML-LibXML-2.0129.tar.gz 468838 BLAKE2B dce86bff8d4fcc87d5fc1e957ec7f89586ba8b34fd826680267995912ac54b1460850a22ea572a55d441fdb5719f8fbe6070b0d64f39f3e4fac9a5252ffd4396 SHA512 f17c61052975ecc188c285ee93dbb07926c880a28e49afdd5af0c7c997e8b12be72412d0964391f1232f853935ee0ff2838cd5d62f8f3b4f52c341904069ccea
 DIST XML-LibXML-2.0132.tar.gz 469983 BLAKE2B 66002c35adc1156af76f16af2a1b4617ef25470cb434ee73dd9242fdc37a20d5d417ce5003ca202f69de08e053705129c083e65d483ae7e85375ae2ad6cbedc5 SHA512 3df1cb67ea955133492f2b6f8def2b28079c59e99170a31820aca69ea81686c4b67171509f1b311faab9389d200c4a24942b3950d7c0730ff1233a009b398fce
 DIST XML-LibXML-2.0201.tar.gz 462237 BLAKE2B 17313daca3e87b12f0d3161f628dbd5ee3fbd233747a9602b275e13f14e9710eba424804b1f57b40c2f0f340d1c29ca0518ffc395b808b0e9851c61943d73b22 SHA512 988bc98e7f3e426202b9770ef055df68abc861b935dcdd8ecbefaaa7cd528abc35cce9bd75f2f10412917178f6b74ac6bf953feac130b1f9afe9e18c16139e47

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild
deleted file mode 100644
index d8ce6e0cb54..00000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=2.0128
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Perl binding for libxml2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-
-RDEPEND="
-	>=dev-perl/XML-SAX-0.120.0
-	>=dev-libs/libxml2-2.6.21
-	dev-perl/XML-SAX-Base
-	>=dev-perl/XML-NamespaceSupport-1.70.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		!minimal? (
-			dev-perl/Test-LeakTrace
-		)
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-disable-expanding.patch"
-)
-
-src_compile() {
-	export SKIP_SAX_INSTALL=1
-	perl-module_src_compile
-}
-
-src_test() {
-	perl_rm_files t/pod.t t/style-trailing-space.t t/cpan-changes.t
-	perl-module_src_test
-}
-
-pkg_postinst() {
-	pkg_update_parser add XML::LibXML::SAX::Parser
-	pkg_update_parser add XML::LibXML::SAX
-}
-
-pkg_postrm() {
-	pkg_update_parser remove XML::LibXML::SAX::Parser
-	pkg_update_parser remove XML::LibXML::SAX
-}
-
-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
-}

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.900.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.12.900.ebuild
deleted file mode 100644
index 3f9c9f0c4d5..00000000000
--- a/dev-perl/XML-LibXML/XML-LibXML-2.12.900.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=2.0129
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Perl binding for libxml2"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-
-RDEPEND="
-	>=dev-perl/XML-SAX-0.120.0
-	>=dev-libs/libxml2-2.6.21
-	dev-perl/XML-SAX-Base
-	>=dev-perl/XML-NamespaceSupport-1.70.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		!minimal? (
-			dev-perl/Test-LeakTrace
-		)
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.12.800-disable-expanding.patch"
-)
-
-src_compile() {
-	export SKIP_SAX_INSTALL=1
-	perl-module_src_compile
-}
-
-src_test() {
-	perl_rm_files t/pod.t t/style-trailing-space.t t/cpan-changes.t
-	perl-module_src_test
-}
-
-pkg_postinst() {
-	pkg_update_parser add XML::LibXML::SAX::Parser
-	pkg_update_parser add XML::LibXML::SAX
-}
-
-pkg_postrm() {
-	pkg_update_parser remove XML::LibXML::SAX::Parser
-	pkg_update_parser remove XML::LibXML::SAX
-}
-
-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:[~2019-10-11  6:04 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-11  6:04 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 10:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML/ Sam James
2024-06-14  0:43 Sam James
2024-06-09 21:18 Sam James
2024-06-09 20:41 Sam James
2024-04-29  9:56 Andreas K. Hüttel
2023-12-01  3:30 Sam James
2023-09-28  0:21 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19  7:23 Sam James
2023-08-19  6:07 Sam James
2023-08-19  6:01 Sam James
2023-08-19  6:01 Sam James
2023-08-19  6:01 Sam James
2023-07-15  7:20 Sam James
2023-06-18 16:51 Arthur Zamarin
2023-06-17 19:44 Arthur Zamarin
2023-06-17 10:42 Arthur Zamarin
2023-06-17 10:42 Arthur Zamarin
2023-06-17  9:03 Arthur Zamarin
2023-06-17  7:43 Arthur Zamarin
2023-06-17  6:12 Sam James
2023-06-17  5:57 Sam James
2023-06-11  4:11 Arthur Zamarin
2023-06-10 21:02 Sam James
2023-06-10 19:29 Sam James
2023-06-10 19:29 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-05-10 22:07 Sam James
2023-05-10 21:25 Sam James
2022-08-28  5:06 WANG Xuerui
2022-04-22 17:51 Sam James
2022-04-22 17:36 Sam James
2021-12-11 15:52 Andreas K. Hüttel
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:09 Sam James
2021-12-05  5:00 Sam James
2021-12-05  3:31 Sam James
2021-10-03 22:47 Andreas K. Hüttel
2021-10-03 22:47 Andreas K. Hüttel
2020-11-28  9:32 Sam James
2020-07-21 19:54 Kent Fredric
2020-07-06  2:51 Matt Turner
2020-04-15  7:08 Agostino Sarubbo
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2020-04-12 11:39 Mart Raudsepp
2020-04-12  9:34 Sergei Trofimovich
2020-01-14 19:57 Sergei Trofimovich
2019-12-25 20:45 Sergei Trofimovich
2019-12-25 20:32 Sergei Trofimovich
2019-09-11  3:28 Matt Turner
2019-07-23 22:35 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2019-07-22 13:58 Mikle Kolyada
2019-07-20  9:55 Sergei Trofimovich
2019-07-19 18:34 Matt Turner
2019-07-19  7:49 Mikle Kolyada
2019-07-17 11:21 Kent Fredric
2019-05-05 19:31 Mikle Kolyada
2018-10-27 19:50 Fabian Groffen
2018-06-28 14:37 Mikle Kolyada
2018-06-26 15:48 Mikle Kolyada
2018-06-19 17:29 Tobias Klausmann
2018-06-09 10:06 Sergei Trofimovich
2018-06-06 23:23 Thomas Deutschmann
2018-06-03 16:54 Mikle Kolyada
2018-06-02 19:11 Mart Raudsepp
2018-06-02 17:51 Sergei Trofimovich
2018-03-24  8:27 Kent Fredric
2017-06-05 11:14 Kent Fredric
2017-06-05  8:25 Sergei Trofimovich
2017-03-24 11:01 Kent Fredric
2017-03-17 10:42 Agostino Sarubbo
2017-03-14 16:25 Jeroen Roovers
2017-03-13 12:58 Agostino Sarubbo
2017-03-12  0:21 Michael Weber
2017-02-22 17:55 Markus Meier
2017-02-22 17:53 Markus Meier
2017-01-29 16:59 Fabian Groffen
2016-11-05  7:21 Patrice Clement
2016-09-24 18:58 Andreas Hüttel
2016-09-24 18:58 Andreas Hüttel
2016-08-04  5:54 Kent Fredric
2016-07-11  6:31 Kent Fredric

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=1570773859.f3abb26d39169afb0e701ae07727dffa96eecb54.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