diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-03 10:24:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-03 10:24:41 +0100 |
commit | 38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e (patch) | |
tree | bee922b4888df6ab09e930d72233377106e24526 /sys-devel | |
parent | dev-libs/nss: stable 3.56 for hppa (diff) | |
download | gentoo-38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e.tar.gz gentoo-38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e.tar.bz2 gentoo-38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e.zip |
sys-devel/binutils: drop support for live release branches
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.32-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.32-r2.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.33.1-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.34-r2.ebuild | 9 |
4 files changed, 0 insertions, 36 deletions
diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild index 1ae297d7ea13..3daa17a457bc 100644 --- a/sys-devel/binutils/binutils-2.32-r1.ebuild +++ b/sys-devel/binutils/binutils-2.32-r1.ebuild @@ -33,15 +33,6 @@ case ${PV} in EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; - *.9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" - inherit git-r3 - S=${WORKDIR}/binutils - EGIT_CHECKOUT_DIR=${S} - EGIT_BRANCH=$(get_version_component_range 1-2) - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch" - SLOT=$(get_version_component_range 1-2) - ;; *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(get_version_component_range 1-2) diff --git a/sys-devel/binutils/binutils-2.32-r2.ebuild b/sys-devel/binutils/binutils-2.32-r2.ebuild index ef860c0fe8c3..d4de5f2ce4b3 100644 --- a/sys-devel/binutils/binutils-2.32-r2.ebuild +++ b/sys-devel/binutils/binutils-2.32-r2.ebuild @@ -30,15 +30,6 @@ case ${PV} in EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; - *.9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" - inherit git-r3 - S=${WORKDIR}/binutils - EGIT_CHECKOUT_DIR=${S} - EGIT_BRANCH=$(ver_cut 1-2) - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch" - SLOT=$(ver_cut 1-2) - ;; *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(ver_cut 1-2) diff --git a/sys-devel/binutils/binutils-2.33.1-r1.ebuild b/sys-devel/binutils/binutils-2.33.1-r1.ebuild index c0f31907a70b..fe16e589ba71 100644 --- a/sys-devel/binutils/binutils-2.33.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.33.1-r1.ebuild @@ -30,15 +30,6 @@ case ${PV} in EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; - *.9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" - inherit git-r3 - S=${WORKDIR}/binutils - EGIT_CHECKOUT_DIR=${S} - EGIT_BRANCH=$(ver_cut 1-2) - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch" - SLOT=$(ver_cut 1-2) - ;; *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(ver_cut 1-2) diff --git a/sys-devel/binutils/binutils-2.34-r2.ebuild b/sys-devel/binutils/binutils-2.34-r2.ebuild index 672f3cc3c5a5..cc16ef90d899 100644 --- a/sys-devel/binutils/binutils-2.34-r2.ebuild +++ b/sys-devel/binutils/binutils-2.34-r2.ebuild @@ -30,15 +30,6 @@ case ${PV} in EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; - *.9999) - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" - inherit git-r3 - S=${WORKDIR}/binutils - EGIT_CHECKOUT_DIR=${S} - EGIT_BRANCH=$(ver_cut 1-2) - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch" - SLOT=$(ver_cut 1-2) - ;; *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(ver_cut 1-2) |