commit:     810f959093e0fbbe712276f87887517c934df899
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 11:48:42 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 11:48:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810f9590

app-editors/emacs-vcs: Don't store revision in system-configuration-options.

The git revision is stored by upstream in emacs-repository-version,
therefore this local hack is no longer needed.

Package-Manager: portage-2.2.27

 app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild | 3 ---
 app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild             | 3 ---
 app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild        | 3 ---
 app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild | 3 ---
 app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild        | 3 ---
 5 files changed, 15 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild
index 4c02aba..d045c3a 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild
@@ -212,9 +212,6 @@ src_configure() {
        # Save version information in the Emacs binary. It will be available
        # in variable "system-configuration-options".
        myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-       if [[ ${PV##*.} = 9999 ]]; then
-               myconf+=" EGIT_BRANCH=${EGIT_BRANCH} 
EGIT_VERSION=${EGIT_VERSION}"
-       fi
 
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild
index d65f76b..c867117 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild
@@ -225,9 +225,6 @@ src_configure() {
        # Save version information in the Emacs binary. It will be available
        # in variable "system-configuration-options".
        myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-       if [[ ${PV##*.} = 9999 ]]; then
-               myconf+=" EGIT_BRANCH=${EGIT_BRANCH} 
EGIT_VERSION=${EGIT_VERSION}"
-       fi
 
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild
index 9ae7f13..4a551ed 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild
@@ -225,9 +225,6 @@ src_configure() {
        # Save version information in the Emacs binary. It will be available
        # in variable "system-configuration-options".
        myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-       if [[ ${PV##*.} = 9999 ]]; then
-               myconf+=" EGIT_BRANCH=${EGIT_BRANCH} 
EGIT_VERSION=${EGIT_VERSION}"
-       fi
 
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild
index f0c8c47..faaea0a 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild
@@ -212,9 +212,6 @@ src_configure() {
        # Save version information in the Emacs binary. It will be available
        # in variable "system-configuration-options".
        myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-       if [[ ${PV##*.} = 9999 ]]; then
-               myconf+=" EGIT_BRANCH=${EGIT_BRANCH} 
EGIT_VERSION=${EGIT_VERSION}"
-       fi
 
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild
index c66d03f..0569ede 100644
--- a/app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild
@@ -225,9 +225,6 @@ src_configure() {
        # Save version information in the Emacs binary. It will be available
        # in variable "system-configuration-options".
        myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
-       if [[ ${PV##*.} = 9999 ]]; then
-               myconf+=" EGIT_BRANCH=${EGIT_BRANCH} 
EGIT_VERSION=${EGIT_VERSION}"
-       fi
 
        econf \
                --program-suffix="-${EMACS_SUFFIX}" \

Reply via email to