Skip to content

Commit

Permalink
app-editors/emacs-vcs: Don't store revision in system-configuration-o…
Browse files Browse the repository at this point in the history
…ptions.

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
  • Loading branch information
ulm committed Feb 11, 2016
1 parent 15fdb39 commit 810f959
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down
3 changes: 0 additions & 3 deletions app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down
3 changes: 0 additions & 3 deletions app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down
3 changes: 0 additions & 3 deletions app-editors/emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down
3 changes: 0 additions & 3 deletions app-editors/emacs-vcs/emacs-vcs-25.1.9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 810f959

Please sign in to comment.