commit:     4b6f51430266a0da9f1573fef47a0a102ee4c6ad
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 10:51:56 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May 17 10:51:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=4b6f5143

tools-musl: remove bashrc to construct ld-musl-<arch>.path

 tools-musl/portage.amd64.hardened/bashrc   | 15 ---------------
 tools-musl/portage.amd64.vanilla/bashrc    | 15 ---------------
 tools-musl/portage.armv7a.hardened/bashrc  | 15 ---------------
 tools-musl/portage.armv7a.vanilla/bashrc   | 15 ---------------
 tools-musl/portage.i686.hardened/bashrc    | 15 ---------------
 tools-musl/portage.i686.vanilla/bashrc     | 15 ---------------
 tools-musl/portage.mips32r2.vanilla/bashrc | 15 ---------------
 tools-musl/portage.mipsel3.vanilla/bashrc  | 15 ---------------
 tools-musl/portage.ppc.vanilla/bashrc      | 15 ---------------
 9 files changed, 135 deletions(-)

diff --git a/tools-musl/portage.amd64.hardened/bashrc 
b/tools-musl/portage.amd64.hardened/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.amd64.hardened/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.amd64.vanilla/bashrc 
b/tools-musl/portage.amd64.vanilla/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.amd64.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.armv7a.hardened/bashrc 
b/tools-musl/portage.armv7a.hardened/bashrc
deleted file mode 100644
index f850056..0000000
--- a/tools-musl/portage.armv7a.hardened/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.7.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.armv7a.vanilla/bashrc 
b/tools-musl/portage.armv7a.vanilla/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.armv7a.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.i686.hardened/bashrc 
b/tools-musl/portage.i686.hardened/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.i686.hardened/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.i686.vanilla/bashrc 
b/tools-musl/portage.i686.vanilla/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.i686.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.mips32r2.vanilla/bashrc 
b/tools-musl/portage.mips32r2.vanilla/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.mips32r2.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.mipsel3.vanilla/bashrc 
b/tools-musl/portage.mipsel3.vanilla/bashrc
deleted file mode 100644
index 57ed610..0000000
--- a/tools-musl/portage.mipsel3.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.8.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

diff --git a/tools-musl/portage.ppc.vanilla/bashrc 
b/tools-musl/portage.ppc.vanilla/bashrc
deleted file mode 100644
index f850056..0000000
--- a/tools-musl/portage.ppc.vanilla/bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-post_src_install() {
-       [[ $PN != musl ]] && return 0
-
-       local LDSO_ARCH=$(basename "${D}"/lib/ld-musl-*.so.1)
-       mkdir "${D}"/etc
-       cat <<- EOF > "${D}"/etc/${LDSO_ARCH%so.1}path
-       /lib
-       /usr/lib
-       /usr/local/lib
-       /usr/lib/opengl/xorg-x11/lib
-       /usr/lib/gcc/${CHOST}/4.7.4
-       /usr/${CHOST}/lib
-       /usr/games/lib
-       EOF
-}

Reply via email to