commit:     762a49c0b71f5101ebddca08000dead8323da4a9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 17:59:16 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 18:01:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762a49c0

app-editors/emacs: Don't add CATEGORY/PF to configure options.

Information about PF can be easily deduced from the --docdir option.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emacs/emacs-23.4-r17.ebuild | 4 ----
 app-editors/emacs/emacs-24.5-r5.ebuild  | 4 ----
 app-editors/emacs/emacs-25.3-r3.ebuild  | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r17.ebuild 
b/app-editors/emacs/emacs-23.4-r17.ebuild
index 47bae6b5ddc..103ee7c28a9 100644
--- a/app-editors/emacs/emacs-23.4-r17.ebuild
+++ b/app-editors/emacs/emacs-23.4-r17.ebuild
@@ -196,10 +196,6 @@ src_configure() {
                myconf+=" --without-x --without-ns"
        fi
 
-       # Save version information in the Emacs binary. It will be available
-       # in variable "system-configuration-options".
-       myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-
        # According to configure, this option is only used for GNU/Linux
        # (x86_64 and s390). For Gentoo Prefix we have to explicitly spell
        # out the location because $(get_libdir) does not necessarily return

diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild 
b/app-editors/emacs/emacs-24.5-r5.ebuild
index 856e206ec8f..758dd31c0d5 100644
--- a/app-editors/emacs/emacs-24.5-r5.ebuild
+++ b/app-editors/emacs/emacs-24.5-r5.ebuild
@@ -197,10 +197,6 @@ src_configure() {
                myconf+=" --without-x --without-ns"
        fi
 
-       # Save version information in the Emacs binary. It will be available
-       # in variable "system-configuration-options".
-       myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \
                --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \

diff --git a/app-editors/emacs/emacs-25.3-r3.ebuild 
b/app-editors/emacs/emacs-25.3-r3.ebuild
index 0f547078ec5..0bebb828bca 100644
--- a/app-editors/emacs/emacs-25.3-r3.ebuild
+++ b/app-editors/emacs/emacs-25.3-r3.ebuild
@@ -208,10 +208,6 @@ src_configure() {
                myconf+=" --without-x --without-ns"
        fi
 
-       # Save version information in the Emacs binary. It will be available
-       # in variable "system-configuration-options".
-       myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \
                --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \

Reply via email to