• [gentoo-dev] [PATCH v2] texlive-common.eclass: respect EPREFIX in symli

    From Sam James@21:1/5 to All on Tue Feb 1 00:00:02 2022
    Closes: https://bugs.gentoo.org/832408
    Signed-off-by: Sam James <sam@gentoo.org>
    ---
    eclass/texlive-common.eclass | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass
    index 1fe33444f1e56..40e2c3530510b 100644
    --- a/eclass/texlive-common.eclass
    +++ b/eclass/texlive-common.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2020 Gentoo Authors
    +# Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: texlive-common.eclass
    @@ -19,7 +19,7 @@ _TEXLIVE_COMMON_ECLASS=1

    case ${EAPI:-0} in
    [0-6]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
    - 7) ;;
    + 7) inherit eapi8-dosym ;;
    *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
    esac

    @@ -46,7 +46,7 @@ texlive-common_handle_config_files() {
    dodir /etc/texmf/$(dirname ${f}).d
    einfo "Moving (and symlinking) ${EPREFIX}${TEXMF_PATH}/${f} to ${EPREFIX}/etc/texmf/$(dirname ${f}).d"
    mv "${ED}/${TEXMF_PATH}/${f}" "${ED}/etc/texmf/$(dirname ${f}).d" |
  • From Sam James@21:1/5 to All on Tue Feb 1 01:30:02 2022
    On 31 Jan 2022, at 22:55, Sam James <sam@gentoo.org> wrote:

    Closes: https://bugs.gentoo.org/832408
    Signed-off-by: Sam James <sam@gentoo.org>
    ---
    eclass/texlive-common.eclass | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    Tested on prefix & normal Gentoo. Pushed.

    Best,
    sam

    -----BEGIN PGP SIGNATURE-----

    iQGTBAEBCgB9FiEEYOpPv/uDUzOcqtTy9JIoEO6gSDsFAmH4fTVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYw RUE0RkJGRkI4MzUzMzM5Q0FBRDRGMkY0OTIyODEwRUVBMDQ4M0IACgkQ9JIoEO6g SDteFAf+PckBiWkb5N954N9HI7aI4NwaUw4PK0+DZt8HohML1UWhNagrX3oVfunx egQtLQZorsXzG+Eafhgsv9z/qSVSn6ML/Nj53GmK3Mh+U6MmPagy8P5L3zhzLZG9 oFui7cn+FT1kCAUoZ+DlqjnSkDDh3y62Ph4dL94C471GXywIOAdV8bcBWvWuA3Ly oWuKMqRfyjA2bf3x/zH4a1aZKyVizUOUpksTeifkebpZ8yY4Ra/7UnDObKo4eyTS DlH8+OjECPgbap4c7OK3HYAVgUKXa8VByke+oixQB2YMEbF0+hD/cwgd2B1aHRxl Pc9Atk/I5/VvZdUUz3d8VwE/XG79eQ==
    =1YtT
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)