diff options
Diffstat (limited to 'dev-perl/XML-SAX-Expat')
-rw-r--r-- | dev-perl/XML-SAX-Expat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 3 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/XML-SAX-Expat/ChangeLog b/dev-perl/XML-SAX-Expat/ChangeLog index 945cc40956c7..496a0e819deb 100644 --- a/dev-perl/XML-SAX-Expat/ChangeLog +++ b/dev-perl/XML-SAX-Expat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/XML-SAX-Expat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/ChangeLog,v 1.8 2014/09/04 13:39:26 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/ChangeLog,v 1.9 2014/11/22 18:41:29 dilfridge Exp $ + + 22 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + XML-SAX-Expat-0.400.0.ebuild, XML-SAX-Expat-0.500.0.ebuild, + XML-SAX-Expat-0.510.0.ebuild: + Remove call to perl-module_pkg_postrm, does not do anything outside perl-core + category 04 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> XML-SAX-Expat-0.400.0.ebuild, XML-SAX-Expat-0.500.0.ebuild: 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 index c801d452aa14..ed43a38412e6 100644 --- 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 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild,v 1.2 2014/09/04 13:39:26 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild,v 1.3 2014/11/22 18:41:29 dilfridge Exp $ EAPI=5 @@ -35,7 +35,6 @@ pkg_postinst() { } pkg_postrm() { - perl-module_pkg_postrm pkg_update_parser remove XML::SAX::Expat } 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 index 7fb49abce9c0..cd54392dd2e1 100644 --- 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 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild,v 1.2 2014/09/04 13:39:26 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild,v 1.3 2014/11/22 18:41:29 dilfridge Exp $ EAPI=5 @@ -35,7 +35,6 @@ pkg_postinst() { } pkg_postrm() { - perl-module_pkg_postrm pkg_update_parser remove XML::SAX::Expat } diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild index d6f273e45b23..c2da54efd00d 100644 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild +++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild,v 1.1 2014/02/15 03:08:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild,v 1.2 2014/11/22 18:41:29 dilfridge Exp $ EAPI=5 @@ -37,7 +37,6 @@ pkg_postinst() { } pkg_postrm() { - perl-module_pkg_postrm pkg_update_parser remove XML::SAX::Expat } |