diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:46:23 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:46:23 +0000 |
commit | 4d3ca4eae5529ca88ce2a621486c943cc9550859 (patch) | |
tree | def61a324730b1d62227974666bf94dab2297099 /dev-db/maatkit | |
parent | Remove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff) | |
download | gentoo-2-4d3ca4eae5529ca88ce2a621486c943cc9550859.tar.gz gentoo-2-4d3ca4eae5529ca88ce2a621486c943cc9550859.tar.bz2 gentoo-2-4d3ca4eae5529ca88ce2a621486c943cc9550859.zip |
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-db/maatkit')
-rw-r--r-- | dev-db/maatkit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/maatkit/maatkit-7540-r1.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/maatkit/ChangeLog b/dev-db/maatkit/ChangeLog index 4abb63eec88b..09b8fc632565 100644 --- a/dev-db/maatkit/ChangeLog +++ b/dev-db/maatkit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/maatkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/ChangeLog,v 1.29 2014/04/07 14:23:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/ChangeLog,v 1.30 2014/11/27 23:46:23 dilfridge Exp $ + + 27 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + maatkit-7540-r1.ebuild: + Remove call to perl-module_pkg_postinst, does not do anything outside + perl-core 07 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -maatkit-7540.ebuild: Drop old diff --git a/dev-db/maatkit/maatkit-7540-r1.ebuild b/dev-db/maatkit/maatkit-7540-r1.ebuild index 3a1f9d5a2e8a..d357ab2758b2 100644 --- a/dev-db/maatkit/maatkit-7540-r1.ebuild +++ b/dev-db/maatkit/maatkit-7540-r1.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-db/maatkit/maatkit-7540-r1.ebuild,v 1.3 2014/03/03 23:36:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/maatkit-7540-r1.ebuild,v 1.4 2014/11/27 23:46:23 dilfridge Exp $ EAPI=5 @@ -104,7 +104,6 @@ src_install() { } pkg_postinst() { - perl-module_pkg_postinst if use udf; then mysql-udf_pkg_postinst murmur_udf murmur_hash INTEGER mysql-udf_pkg_postinst fnv_udf fnv_64 INTEGER |