commit:     6adbb4a43eec0e8807686a7c16e2591f472d082e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 19:52:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 23:12:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adbb4a4

app-office/libreoffice: Add COMMIT hash to BUILD_ID

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libreoffice/libreoffice-6.1.9999.ebuild | 13 +++++++++----
 app-office/libreoffice/libreoffice-9999.ebuild     | 13 +++++++++----
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild 
b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
index 6e4ffe4f026..94aaaa087d8 100644
--- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild
@@ -20,9 +20,8 @@ ADDONS_URI="https://dev-www.libreoffice.org/src/";
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
-[[ ${MY_PV} == *9999* ]] && SCM_ECLASS="git-r3"
-inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils ${SCM_ECLASS}
-unset SCM_ECLASS
+[[ ${MY_PV} == *9999* ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="A full office productivity suite"
 HOMEPAGE="https://www.libreoffice.org";
@@ -294,6 +293,7 @@ src_unpack() {
                [[ ${mypv} != ${MY_PV} ]] && branch="${PN}-${mypv/./-}"
                git-r3_fetch "${base_uri}/${PN}/core" "refs/heads/${branch}"
                git-r3_checkout "${base_uri}/${PN}/core"
+               LOCOREGIT_VERSION=${EGIT_VERSION}
 
                git-r3_fetch "${base_uri}/${PN}/help" "refs/heads/master"
                git-r3_checkout "${base_uri}/${PN}/help" "helpcontent2" # 
doesn't match on help
@@ -365,6 +365,11 @@ src_configure() {
                export MOC5="$(qt5_get_bindir)/moc"
        fi
 
+       local gentoo_buildid="Gentoo official package"
+       if [[ -n ${LOCOREGIT_VERSION} ]]; then
+               gentoo_buildid+=" (from git: ${LOCOREGIT_VERSION})"
+       fi
+
        # system headers/libs/...: enforce using system packages
        # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
        # --enable-cairo: ensure that cairo is always required
@@ -403,7 +408,7 @@ src_configure() {
                --disable-qt5
                --disable-report-builder
                --with-alloc=system
-               --with-build-version="Gentoo official package"
+               --with-build-version="${gentoo_buildid}"
                --enable-extension-integration
                --with-external-dict-dir="${EPREFIX}/usr/share/myspell"
                --with-external-hyph-dir="${EPREFIX}/usr/share/myspell"

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index fd88cadb857..4cf5eb3b938 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -20,9 +20,8 @@ ADDONS_URI="https://dev-www.libreoffice.org/src/";
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
-[[ ${MY_PV} == *9999* ]] && SCM_ECLASS="git-r3"
-inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils ${SCM_ECLASS}
-unset SCM_ECLASS
+[[ ${MY_PV} == *9999* ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="A full office productivity suite"
 HOMEPAGE="https://www.libreoffice.org";
@@ -297,6 +296,7 @@ src_unpack() {
                [[ ${mypv} != ${MY_PV} ]] && branch="${PN}-${mypv/./-}"
                git-r3_fetch "${base_uri}/${PN}/core" "refs/heads/${branch}"
                git-r3_checkout "${base_uri}/${PN}/core"
+               LOCOREGIT_VERSION=${EGIT_VERSION}
 
                git-r3_fetch "${base_uri}/${PN}/help" "refs/heads/master"
                git-r3_checkout "${base_uri}/${PN}/help" "helpcontent2" # 
doesn't match on help
@@ -368,6 +368,11 @@ src_configure() {
                export MOC5="$(qt5_get_bindir)/moc"
        fi
 
+       local gentoo_buildid="Gentoo official package"
+       if [[ -n ${LOCOREGIT_VERSION} ]]; then
+               gentoo_buildid+=" (from git: ${LOCOREGIT_VERSION})"
+       fi
+
        # system headers/libs/...: enforce using system packages
        # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
        # --enable-cairo: ensure that cairo is always required
@@ -404,7 +409,7 @@ src_configure() {
                --disable-openssl
                --disable-pdfium
                --disable-report-builder
-               --with-build-version="Gentoo official package"
+               --with-build-version="${gentoo_buildid}"
                --enable-extension-integration
                --with-external-dict-dir="${EPREFIX}/usr/share/myspell"
                --with-external-hyph-dir="${EPREFIX}/usr/share/myspell"

Reply via email to