Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Tue, 24 Apr 2018 09:20:37
Message-Id: 1524561590.17d493d3641774d998b8d0b15086881203e3e977.blueness@gentoo
1 commit: 17d493d3641774d998b8d0b15086881203e3e977
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 20 13:00:30 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 09:19:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d493d3
7
8 sys-devel/gdb: add explicit epatch
9
10 Also some formatting changes to keep the ebuild's aligned in layout,
11 sort eclasses.
12
13 Package-Manager: Portage-2.3.31, Repoman-2.3.9
14 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
15
16 sys-devel/gdb/gdb-8.0.1-r1.ebuild | 6 +++---
17 sys-devel/gdb/gdb-8.0.1.ebuild | 10 +++++++---
18 sys-devel/gdb/gdb-8.0.ebuild | 6 +++---
19 sys-devel/gdb/gdb-8.1-r1.ebuild | 6 +++---
20 sys-devel/gdb/gdb-8.1.ebuild | 6 +++---
21 5 files changed, 19 insertions(+), 15 deletions(-)
22
23 diff --git a/sys-devel/gdb/gdb-8.0.1-r1.ebuild b/sys-devel/gdb/gdb-8.0.1-r1.ebuild
24 index f2a93879b15..f2de213b735 100644
25 --- a/sys-devel/gdb/gdb-8.0.1-r1.ebuild
26 +++ b/sys-devel/gdb/gdb-8.0.1-r1.ebuild
27 @@ -4,7 +4,7 @@
28 EAPI=6
29 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
30
31 -inherit flag-o-matic eutils python-single-r1
32 +inherit epatch eutils flag-o-matic python-single-r1
33
34 export CTARGET=${CTARGET:-${CHOST}}
35 if [[ ${CTARGET} == ${CHOST} ]] ; then
36 @@ -53,8 +53,8 @@ PATCH_DEV="slyfox"
37 DESCRIPTION="GNU debugger"
38 HOMEPAGE="https://sourceware.org/gdb/"
39 SRC_URI="${SRC_URI}
40 - ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz}
41 - ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}
42 + ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
43 + ${PATCH_VER:+mirror://gentoo/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
44 "
45
46 LICENSE="GPL-2 LGPL-2"
47
48 diff --git a/sys-devel/gdb/gdb-8.0.1.ebuild b/sys-devel/gdb/gdb-8.0.1.ebuild
49 index 6e1aa11c9e2..c961c9df536 100644
50 --- a/sys-devel/gdb/gdb-8.0.1.ebuild
51 +++ b/sys-devel/gdb/gdb-8.0.1.ebuild
52 @@ -1,10 +1,10 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
59
60 -inherit flag-o-matic eutils python-single-r1
61 +inherit epatch eutils flag-o-matic python-single-r1
62
63 export CTARGET=${CTARGET:-${CHOST}}
64 if [[ ${CTARGET} == ${CHOST} ]] ; then
65 @@ -49,9 +49,13 @@ case ${PV} in
66 esac
67
68 PATCH_VER=""
69 +PATCH_DEV=""
70 DESCRIPTION="GNU debugger"
71 HOMEPAGE="https://sourceware.org/gdb/"
72 -SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"
73 +SRC_URI="${SRC_URI}
74 + ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
75 + ${PATCH_VER:+mirror://gentoo/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
76 +"
77
78 LICENSE="GPL-2 LGPL-2"
79 SLOT="0"
80
81 diff --git a/sys-devel/gdb/gdb-8.0.ebuild b/sys-devel/gdb/gdb-8.0.ebuild
82 index 82503642289..5ceaef60550 100644
83 --- a/sys-devel/gdb/gdb-8.0.ebuild
84 +++ b/sys-devel/gdb/gdb-8.0.ebuild
85 @@ -1,10 +1,10 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89
90 -EAPI="6"
91 +EAPI=6
92 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
93
94 -inherit flag-o-matic eutils python-single-r1
95 +inherit epatch eutils flag-o-matic python-single-r1
96
97 export CTARGET=${CTARGET:-${CHOST}}
98 if [[ ${CTARGET} == ${CHOST} ]] ; then
99
100 diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r1.ebuild
101 index cd7fc728f51..cd11a56608a 100644
102 --- a/sys-devel/gdb/gdb-8.1-r1.ebuild
103 +++ b/sys-devel/gdb/gdb-8.1-r1.ebuild
104 @@ -4,7 +4,7 @@
105 EAPI=6
106 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
107
108 -inherit flag-o-matic eutils python-single-r1
109 +inherit epatch eutils flag-o-matic python-single-r1
110
111 export CTARGET=${CTARGET:-${CHOST}}
112 if [[ ${CTARGET} == ${CHOST} ]] ; then
113 @@ -53,8 +53,8 @@ PATCH_DEV="slyfox"
114 DESCRIPTION="GNU debugger"
115 HOMEPAGE="https://sourceware.org/gdb/"
116 SRC_URI="${SRC_URI}
117 - ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz}
118 - ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}
119 + ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
120 + ${PATCH_VER:+mirror://gentoo/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
121 "
122
123 LICENSE="GPL-2 LGPL-2"
124
125 diff --git a/sys-devel/gdb/gdb-8.1.ebuild b/sys-devel/gdb/gdb-8.1.ebuild
126 index 6ad71b2755a..cd11a56608a 100644
127 --- a/sys-devel/gdb/gdb-8.1.ebuild
128 +++ b/sys-devel/gdb/gdb-8.1.ebuild
129 @@ -4,7 +4,7 @@
130 EAPI=6
131 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
132
133 -inherit flag-o-matic eutils python-single-r1
134 +inherit epatch eutils flag-o-matic python-single-r1
135
136 export CTARGET=${CTARGET:-${CHOST}}
137 if [[ ${CTARGET} == ${CHOST} ]] ; then
138 @@ -53,8 +53,8 @@ PATCH_DEV="slyfox"
139 DESCRIPTION="GNU debugger"
140 HOMEPAGE="https://sourceware.org/gdb/"
141 SRC_URI="${SRC_URI}
142 - ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
143 - ${PATCH_VER:+mirror://gentoo/${PN}-8.0.1-patches-${PATCH_VER}.tar.xz}
144 + ${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
145 + ${PATCH_VER:+mirror://gentoo/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
146 "
147
148 LICENSE="GPL-2 LGPL-2"