Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 03 Oct 2020 09:25:37
Message-Id: 1601717081.38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e.slyfox@gentoo
1 commit: 38ee5fe0bcbca822c3c9f3c654968c33d48e8a8e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 09:24:41 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:24:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ee5fe0
7
8 sys-devel/binutils: drop support for live release branches
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/binutils/binutils-2.32-r1.ebuild | 9 ---------
14 sys-devel/binutils/binutils-2.32-r2.ebuild | 9 ---------
15 sys-devel/binutils/binutils-2.33.1-r1.ebuild | 9 ---------
16 sys-devel/binutils/binutils-2.34-r2.ebuild | 9 ---------
17 4 files changed, 36 deletions(-)
18
19 diff --git a/sys-devel/binutils/binutils-2.32-r1.ebuild b/sys-devel/binutils/binutils-2.32-r1.ebuild
20 index 1ae297d7ea1..3daa17a457b 100644
21 --- a/sys-devel/binutils/binutils-2.32-r1.ebuild
22 +++ b/sys-devel/binutils/binutils-2.32-r1.ebuild
23 @@ -33,15 +33,6 @@ case ${PV} in
24 EGIT_CHECKOUT_DIR=${S}
25 SLOT=${PV}
26 ;;
27 - *.9999)
28 - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
29 - inherit git-r3
30 - S=${WORKDIR}/binutils
31 - EGIT_CHECKOUT_DIR=${S}
32 - EGIT_BRANCH=$(get_version_component_range 1-2)
33 - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
34 - SLOT=$(get_version_component_range 1-2)
35 - ;;
36 *)
37 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
38 SLOT=$(get_version_component_range 1-2)
39
40 diff --git a/sys-devel/binutils/binutils-2.32-r2.ebuild b/sys-devel/binutils/binutils-2.32-r2.ebuild
41 index ef860c0fe8c..d4de5f2ce4b 100644
42 --- a/sys-devel/binutils/binutils-2.32-r2.ebuild
43 +++ b/sys-devel/binutils/binutils-2.32-r2.ebuild
44 @@ -30,15 +30,6 @@ case ${PV} in
45 EGIT_CHECKOUT_DIR=${S}
46 SLOT=${PV}
47 ;;
48 - *.9999)
49 - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
50 - inherit git-r3
51 - S=${WORKDIR}/binutils
52 - EGIT_CHECKOUT_DIR=${S}
53 - EGIT_BRANCH=$(ver_cut 1-2)
54 - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
55 - SLOT=$(ver_cut 1-2)
56 - ;;
57 *)
58 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
59 SLOT=$(ver_cut 1-2)
60
61 diff --git a/sys-devel/binutils/binutils-2.33.1-r1.ebuild b/sys-devel/binutils/binutils-2.33.1-r1.ebuild
62 index c0f31907a70..fe16e589ba7 100644
63 --- a/sys-devel/binutils/binutils-2.33.1-r1.ebuild
64 +++ b/sys-devel/binutils/binutils-2.33.1-r1.ebuild
65 @@ -30,15 +30,6 @@ case ${PV} in
66 EGIT_CHECKOUT_DIR=${S}
67 SLOT=${PV}
68 ;;
69 - *.9999)
70 - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
71 - inherit git-r3
72 - S=${WORKDIR}/binutils
73 - EGIT_CHECKOUT_DIR=${S}
74 - EGIT_BRANCH=$(ver_cut 1-2)
75 - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
76 - SLOT=$(ver_cut 1-2)
77 - ;;
78 *)
79 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
80 SLOT=$(ver_cut 1-2)
81
82 diff --git a/sys-devel/binutils/binutils-2.34-r2.ebuild b/sys-devel/binutils/binutils-2.34-r2.ebuild
83 index 672f3cc3c5a..cc16ef90d89 100644
84 --- a/sys-devel/binutils/binutils-2.34-r2.ebuild
85 +++ b/sys-devel/binutils/binutils-2.34-r2.ebuild
86 @@ -30,15 +30,6 @@ case ${PV} in
87 EGIT_CHECKOUT_DIR=${S}
88 SLOT=${PV}
89 ;;
90 - *.9999)
91 - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git"
92 - inherit git-r3
93 - S=${WORKDIR}/binutils
94 - EGIT_CHECKOUT_DIR=${S}
95 - EGIT_BRANCH=$(ver_cut 1-2)
96 - EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
97 - SLOT=$(ver_cut 1-2)
98 - ;;
99 *)
100 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
101 SLOT=$(ver_cut 1-2)