app-editors/emacs: Don't add CATEGORY/PF to configure options.
authorUlrich Müller <ulm@gentoo.org>
Mon, 19 Mar 2018 17:59:16 +0000 (18:59 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 19 Mar 2018 18:01:09 +0000 (19:01 +0100)
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
app-editors/emacs/emacs-24.5-r5.ebuild
app-editors/emacs/emacs-25.3-r3.ebuild

index 47bae6b5ddcfbc20296e26d2e9fc74f13365fe17..103ee7c28a95fcfb3b5548bd5ef9fa61b2683b1e 100644 (file)
@@ -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
index 856e206ec8f127134a5cd990bf4e38672d0c6eb6..758dd31c0d582a29d9077adae19e53f2177b1735 100644 (file)
@@ -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} \
index 0f547078ec537e5de63a90b7650482de0f47f69f..0bebb828bca397f250b0e173d4c82d531835fc42 100644 (file)
@@ -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} \