From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 439AB158094 for ; Tue, 6 Sep 2022 03:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67973E0844; Tue, 6 Sep 2022 03:41:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50807E0844 for ; Tue, 6 Sep 2022 03:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE4A340FA5 for ; Tue, 6 Sep 2022 03:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B371659F for ; Tue, 6 Sep 2022 03:41:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662435651.54fd4eb35a3655b08fac7d75a91ccf2697ffe252.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask sys-devel/binutils/binutils-2.38-r2.ebuild sys-devel/binutils/binutils-2.39-r1.ebuild sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 54fd4eb35a3655b08fac7d75a91ccf2697ffe252 X-VCS-Branch: master Date: Tue, 6 Sep 2022 03:41:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95f0ad89-fd49-4930-b484-273fcfb44acf X-Archives-Hash: 17c011da31250211328ccbf3650adc87 commit: 54fd4eb35a3655b08fac7d75a91ccf2697ffe252 Author: Sam James gentoo org> AuthorDate: Tue Sep 6 03:40:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 6 03:40:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd4eb3 sys-devel/binutils: drop USE=emacs (moved to app-emacs/dwarf-mode) Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 4 ---- sys-devel/binutils/binutils-2.38-r2.ebuild | 14 +------------- sys-devel/binutils/binutils-2.39-r1.ebuild | 14 +------------- sys-devel/binutils/binutils-9999.ebuild | 14 +------------- 4 files changed, 3 insertions(+), 43 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e1aee943aef6..e6ad4c800221 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -16,10 +16,6 @@ app-arch/lbzip2 symlink app-arch/pigz symlink -# Sam James (2022-09-05) -# Needs to be split into a separate package to avoid collisions -sys-devel/binutils emacs - # Sam James (2022-08-26) # Broken at runtime for now (bug #865113). sys-devel/binutils gprofng diff --git a/sys-devel/binutils/binutils-2.38-r2.ebuild b/sys-devel/binutils/binutils-2.38-r2.ebuild index 7f49d0e9d113..557b4622882d 100644 --- a/sys-devel/binutils/binutils-2.38-r2.ebuild +++ b/sys-devel/binutils/binutils-2.38-r2.ebuild @@ -8,7 +8,7 @@ inherit elisp-common libtool flag-o-matic gnuconfig strip-linguas toolchain-func DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -IUSE="cet default-gold doc emacs +gold multitarget +nls pgo +plugins static-libs test vanilla" +IUSE="cet default-gold doc +gold multitarget +nls pgo +plugins static-libs test vanilla" REQUIRED_USE="default-gold? ( gold )" # Variables that can be set here (ignored for live ebuilds) @@ -52,7 +52,6 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } RDEPEND=" >=sys-devel/binutils-config-3 sys-libs/zlib - emacs? ( >=app-editors/emacs-23.1:* ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -312,8 +311,6 @@ src_compile() { emake V=1 info fi - ! is_cross && use emacs && elisp-compile "${S}"/binutils/dwarf-mode.el - # we nuke the manpages when we're left with junk # (like when we bootstrap, no perl -> no manpages) find . -name '*.1' -a -size 0 -delete @@ -406,11 +403,6 @@ src_install() { dodoc opcodes/ChangeLog* fi - if ! is_cross && use emacs ; then - elisp-install ${PN} "${S}"/binutils/dwarf-mode.el{,c} - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" - fi - # Remove shared info pages rm -f "${ED}"/${DATAPATH}/info/{dir,configure.info,standards.info} @@ -422,8 +414,6 @@ pkg_postinst() { # Make sure this ${CTARGET} has a binutils version selected [[ -e ${EROOT}/etc/env.d/binutils/config-${CTARGET} ]] && return 0 binutils-config ${CTARGET}-${PV} - - ! is_cross && use emacs && elisp-site-regen } pkg_postrm() { @@ -447,8 +437,6 @@ pkg_postrm() { elif [[ $(CHOST=${CTARGET} binutils-config -c) == ${CTARGET}-${PV} ]] ; then binutils-config ${CTARGET}-${PV} fi - - ! is_cross && use emacs && elisp-site-regen } # Note [slotting support] diff --git a/sys-devel/binutils/binutils-2.39-r1.ebuild b/sys-devel/binutils/binutils-2.39-r1.ebuild index ed23cdc5a829..816ef121f08a 100644 --- a/sys-devel/binutils/binutils-2.39-r1.ebuild +++ b/sys-devel/binutils/binutils-2.39-r1.ebuild @@ -8,7 +8,7 @@ inherit elisp-common libtool flag-o-matic gnuconfig strip-linguas toolchain-func DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -IUSE="cet default-gold doc emacs gold gprofng multitarget +nls pgo +plugins static-libs test vanilla" +IUSE="cet default-gold doc gold gprofng multitarget +nls pgo +plugins static-libs test vanilla" REQUIRED_USE="default-gold? ( gold )" # Variables that can be set here (ignored for live ebuilds) @@ -52,7 +52,6 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } RDEPEND=" >=sys-devel/binutils-config-3 sys-libs/zlib - emacs? ( >=app-editors/emacs-23.1:* ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -323,8 +322,6 @@ src_compile() { emake V=1 info fi - ! is_cross && use emacs && elisp-compile "${S}"/binutils/dwarf-mode.el - # we nuke the manpages when we're left with junk # (like when we bootstrap, no perl -> no manpages) find . -name '*.1' -a -size 0 -delete @@ -426,11 +423,6 @@ src_install() { dodoc opcodes/ChangeLog* fi - if ! is_cross && use emacs ; then - elisp-install ${PN} "${S}"/binutils/dwarf-mode.el{,c} - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" - fi - # Remove shared info pages rm -f "${ED}"/${DATAPATH}/info/{dir,configure.info,standards.info} @@ -442,8 +434,6 @@ pkg_postinst() { # Make sure this ${CTARGET} has a binutils version selected [[ -e ${EROOT}/etc/env.d/binutils/config-${CTARGET} ]] && return 0 binutils-config ${CTARGET}-${PV} - - ! is_cross && use emacs && elisp-site-regen } pkg_postrm() { @@ -467,8 +457,6 @@ pkg_postrm() { elif [[ $(CHOST=${CTARGET} binutils-config -c) == ${CTARGET}-${PV} ]] ; then binutils-config ${CTARGET}-${PV} fi - - ! is_cross && use emacs && elisp-site-regen } # Note [slotting support] diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 98858772e782..033e36f10292 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -8,7 +8,7 @@ inherit elisp-common libtool flag-o-matic gnuconfig strip-linguas toolchain-func DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" LICENSE="GPL-3+" -IUSE="cet default-gold doc emacs gold gprofng multitarget +nls pgo +plugins static-libs test vanilla" +IUSE="cet default-gold doc gold gprofng multitarget +nls pgo +plugins static-libs test vanilla" REQUIRED_USE="default-gold? ( gold )" # Variables that can be set here (ignored for live ebuilds) @@ -53,7 +53,6 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } RDEPEND=" >=sys-devel/binutils-config-3 sys-libs/zlib - emacs? ( >=app-editors/emacs-23.1:* ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -324,8 +323,6 @@ src_compile() { emake V=1 info fi - ! is_cross && use emacs && elisp-compile "${S}"/binutils/dwarf-mode.el - # we nuke the manpages when we're left with junk # (like when we bootstrap, no perl -> no manpages) find . -name '*.1' -a -size 0 -delete @@ -427,11 +424,6 @@ src_install() { dodoc opcodes/ChangeLog* fi - if ! is_cross && use emacs ; then - elisp-install ${PN} "${S}"/binutils/dwarf-mode.el{,c} - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" - fi - # Remove shared info pages rm -f "${ED}"/${DATAPATH}/info/{dir,configure.info,standards.info} @@ -443,8 +435,6 @@ pkg_postinst() { # Make sure this ${CTARGET} has a binutils version selected [[ -e ${EROOT}/etc/env.d/binutils/config-${CTARGET} ]] && return 0 binutils-config ${CTARGET}-${PV} - - ! is_cross && use emacs && elisp-site-regen } pkg_postrm() { @@ -468,8 +458,6 @@ pkg_postrm() { elif [[ $(CHOST=${CTARGET} binutils-config -c) == ${CTARGET}-${PV} ]] ; then binutils-config ${CTARGET}-${PV} fi - - ! is_cross && use emacs && elisp-site-regen } # Note [slotting support]