summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-02 20:16:59 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-02 20:16:59 +0000
commit5952aae87a0a08c924e1534b45bb8b471ffcbe6f (patch)
treec871622b9446ff2381a5302b53ce0b2689d1ac14 /eclass/toolchain.eclass
parentRemove old 1.1.0 (diff)
downloadhistorical-5952aae87a0a08c924e1534b45bb8b471ffcbe6f.tar.gz
historical-5952aae87a0a08c924e1534b45bb8b471ffcbe6f.tar.bz2
historical-5952aae87a0a08c924e1534b45bb8b471ffcbe6f.zip
punt pkg_postrm as we no longer install these files into the / paths (rev 1.537), which means these files dont exist for us to touch in the first place #415947
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass10
1 files changed, 2 insertions, 8 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index cf455b533185..e28a5df4ba60 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.541 2012/05/31 17:45:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.542 2012/06/02 20:16:59 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -23,7 +23,7 @@ if [[ ${PV} == *_pre9999* ]] ; then
inherit git-2
fi
-EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm pkg_postrm
+EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm
DESCRIPTION="The GNU Compiler Collection"
FEATURES=${FEATURES/multilib-strict/}
@@ -607,12 +607,6 @@ toolchain_pkg_postinst() {
fi
}
-toolchain_pkg_prerm() {
- # Don't let these files be uninstalled #87647
- touch -c "${ROOT}"/sbin/fix_libtool_files.sh \
- "${ROOT}"/$(get_libdir)/rcscripts/awk/fixlafiles.awk
-}
-
toolchain_pkg_postrm() {
# to make our lives easier (and saner), we do the fix_libtool stuff here.
# rather than checking SLOT's and trying in upgrade paths, we just see if