Skip to content

Commit

Permalink
app-editors/emacs-vcs: Don't add CATEGORY/PF to configure options.
Browse files Browse the repository at this point in the history
Information about PF can be easily deduced from the --docdir option.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
ulm committed Mar 19, 2018
1 parent 762a49c commit 8dead6e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,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} \
Expand Down
4 changes: 0 additions & 4 deletions app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,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} \
Expand Down
4 changes: 0 additions & 4 deletions app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,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} \
Expand Down
4 changes: 0 additions & 4 deletions app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,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} \
Expand Down

0 comments on commit 8dead6e

Please sign in to comment.