commit:     114b41ac30a8b47a65ad0b80511625888d36b99b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 18:55:07 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 18:58:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114b41ac

dev-perl/XML-SAX-Expat: Remove old

Package-Manager: portage-2.3.0

 dev-perl/XML-SAX-Expat/Manifest                    |  2 -
 .../XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild     | 52 ----------------------
 .../XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild     | 52 ----------------------
 3 files changed, 106 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/Manifest b/dev-perl/XML-SAX-Expat/Manifest
index 9bd501a..62d8b8a 100644
--- a/dev-perl/XML-SAX-Expat/Manifest
+++ b/dev-perl/XML-SAX-Expat/Manifest
@@ -1,3 +1 @@
-DIST XML-SAX-Expat-0.40.tar.gz 6510 SHA256 
4b477dd7afba6e8d3f6117a28a2012381f8635e5cfb996d3cd4d0ee624c39930 SHA512 
71f5419ae677e36f3c4471052944af8dc73fa599538afe077502c1c00a6c39e8c1a387da4d69d36ccaa90235e5ba5adee57c1aea18d0b0c789aa81f82347a0be
 WHIRLPOOL 
3e5a463415da14bf195edeecbc0cda924140b13d449be42613cb345302bdb84359b1c85f5efe23604367991e01064a1aa3d8d7a57f45007b732484739024cc4a
-DIST XML-SAX-Expat-0.50.tar.gz 7090 SHA256 
a506e64cf3b6f3828e95085148226be1f3487b46e317c4d362dfdb755e954a12 SHA512 
be015e608a923c8d8632c8dd44b6f7780fa3daa7075b1cdb961e45af5da3516826cdbfa198aa6ec52a31c27860830227e6bb6b22344780cbb630aa7ca6f0663f
 WHIRLPOOL 
e50438ea881cf435be5f1d73b1f78b07f5c3a45a070e5a2436c780dba864f06bd399130e1b8d731fb4352366018014ffc6d2407df4efc6ffeaffd28ead51442a
 DIST XML-SAX-Expat-0.51.tar.gz 7134 SHA256 
4c016213d0ce7db2c494e30086b59917b302db8c292dcd21f39deebd9780c83f SHA512 
9cd3c7a1cdf0b0a49ea9f871095984fb67ff54c9e5ed49884c591a450c2662acbd6d0f5232a5720663bcab09ff4f41093d414daa0b72457dc98eea5001270478
 WHIRLPOOL 
bfac47b4e8b3af2b06f49cff868938c97af5a935ebb74bca81e6d0974393dddd02728b7257d11f243967bebd9d2b73e6cea042c0656279ca1ae9a268c5ecd450

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
deleted file mode 100644
index 0b4e086..00000000
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BJOERN
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION="SAX2 Driver for Expat"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/XML-SAX-0.15-r1
-       >=dev-perl/XML-NamespaceSupport-1.09
-       dev-perl/XML-Parser"
-DEPEND="${RDEPEND}
-       test? ( dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
-
-src_compile() {
-       export SKIP_SAX_INSTALL=1
-       perl-module_src_compile
-}
-
-pkg_postinst() {
-       pkg_update_parser add XML::SAX::Expat
-}
-
-pkg_postrm() {
-       pkg_update_parser remove XML::SAX::Expat
-}
-
-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-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
deleted file mode 100644
index cb04a08..00000000
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BJOERN
-MODULE_VERSION=0.50
-inherit perl-module
-
-DESCRIPTION="SAX2 Driver for Expat"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/XML-SAX-0.15-r1
-       >=dev-perl/XML-NamespaceSupport-1.09
-       dev-perl/XML-Parser"
-DEPEND="${RDEPEND}
-       test? ( dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
-
-src_compile() {
-       export SKIP_SAX_INSTALL=1
-       perl-module_src_compile
-}
-
-pkg_postinst() {
-       pkg_update_parser add XML::SAX::Expat
-}
-
-pkg_postrm() {
-       pkg_update_parser remove XML::SAX::Expat
-}
-
-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 via email to