Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/
Date: Mon, 25 Nov 2019 21:30:33
Message-Id: 1574717406.5aa42521272663eb3bcaeefd019702145ea3edce.tupone@gentoo
1 commit: 5aa42521272663eb3bcaeefd019702145ea3edce
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 21:30:06 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 21:30:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa42521
7
8 dev-lang/gnat-gpl: remove src_install (use default)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild | 32 -------------------------------
14 dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild | 32 -------------------------------
15 dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild | 32 -------------------------------
16 dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild | 32 -------------------------------
17 4 files changed, 128 deletions(-)
18
19 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild
20 index b54bc1e1b82..15eafdcd92a 100644
21 --- a/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild
22 +++ b/dev-lang/gnat-gpl/gnat-gpl-2016-r4.ebuild
23 @@ -169,38 +169,6 @@ src_compile() {
24 gcc_do_make "-C gcc gnattools"
25 }
26
27 -src_install() {
28 - toolchain_src_install
29 - cd "${D}"${BINPATH}
30 - if [[ -h gnatmake-${GCC_CONFIG_VER} ]] ; then
31 - return
32 - fi
33 - for x in gnat*; do
34 - # For some reason, g77 gets made instead of ${CTARGET}-g77...
35 - # this should take care of that
36 - if [[ -f ${x} ]] ; then
37 - # In case they're hardlinks, clear out the target first
38 - # otherwise the mv below will complain.
39 - rm -f ${CTARGET}-${x}
40 - mv ${x} ${CTARGET}-${x}
41 - fi
42 -
43 - if [[ -f ${CTARGET}-${x} ]] ; then
44 - ln -sf ${CTARGET}-${x} ${x}
45 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
46 - /usr/bin/${x}-${GCC_CONFIG_VER}
47 - # Create versioned symlinks
48 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
49 - /usr/bin/${CTARGET}-${x}-${GCC_CONFIG_VER}
50 - fi
51 -
52 - if [[ -f ${CTARGET}-${x}-${GCC_CONFIG_VER} ]] ; then
53 - rm -f ${CTARGET}-${x}-${GCC_CONFIG_VER}
54 - ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
55 - fi
56 - done
57 -}
58 -
59 pkg_postinst () {
60 toolchain_pkg_postinst
61 einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more"
62
63 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild
64 index 0688916c1b7..3c90857c905 100644
65 --- a/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild
66 +++ b/dev-lang/gnat-gpl/gnat-gpl-2017-r1.ebuild
67 @@ -151,38 +151,6 @@ src_compile() {
68 gcc_do_make "-C gcc gnattools"
69 }
70
71 -src_install() {
72 - toolchain_src_install
73 - cd "${D}"${BINPATH}
74 - if [[ -h gnatmake-${GCC_CONFIG_VER} ]] ; then
75 - return
76 - fi
77 - for x in gnat*; do
78 - # For some reason, g77 gets made instead of ${CTARGET}-g77...
79 - # this should take care of that
80 - if [[ -f ${x} ]] ; then
81 - # In case they're hardlinks, clear out the target first
82 - # otherwise the mv below will complain.
83 - rm -f ${CTARGET}-${x}
84 - mv ${x} ${CTARGET}-${x}
85 - fi
86 -
87 - if [[ -f ${CTARGET}-${x} ]] ; then
88 - ln -sf ${CTARGET}-${x} ${x}
89 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
90 - /usr/bin/${x}-${GCC_CONFIG_VER}
91 - # Create versioned symlinks
92 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
93 - /usr/bin/${CTARGET}-${x}-${GCC_CONFIG_VER}
94 - fi
95 -
96 - if [[ -f ${CTARGET}-${x}-${GCC_CONFIG_VER} ]] ; then
97 - rm -f ${CTARGET}-${x}-${GCC_CONFIG_VER}
98 - ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
99 - fi
100 - done
101 -}
102 -
103 pkg_postinst () {
104 toolchain_pkg_postinst
105 einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more"
106
107 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild
108 index 8af2aa5ec9d..40b80c33c61 100644
109 --- a/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild
110 +++ b/dev-lang/gnat-gpl/gnat-gpl-2018-r3.ebuild
111 @@ -151,38 +151,6 @@ src_compile() {
112 gcc_do_make "-C gcc gnattools"
113 }
114
115 -src_install() {
116 - toolchain_src_install
117 - cd "${D}"${BINPATH}
118 - if [[ -h gnatmake-${GCC_CONFIG_VER} ]] ; then
119 - return
120 - fi
121 - for x in gnat*; do
122 - # For some reason, g77 gets made instead of ${CTARGET}-g77...
123 - # this should take care of that
124 - if [[ -f ${x} ]] ; then
125 - # In case they're hardlinks, clear out the target first
126 - # otherwise the mv below will complain.
127 - rm -f ${CTARGET}-${x}
128 - mv ${x} ${CTARGET}-${x}
129 - fi
130 -
131 - if [[ -f ${CTARGET}-${x} ]] ; then
132 - ln -sf ${CTARGET}-${x} ${x}
133 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
134 - /usr/bin/${x}-${GCC_CONFIG_VER}
135 - # Create versioned symlinks
136 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
137 - /usr/bin/${CTARGET}-${x}-${GCC_CONFIG_VER}
138 - fi
139 -
140 - if [[ -f ${CTARGET}-${x}-${GCC_CONFIG_VER} ]] ; then
141 - rm -f ${CTARGET}-${x}-${GCC_CONFIG_VER}
142 - ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
143 - fi
144 - done
145 -}
146 -
147 pkg_postinst () {
148 toolchain_pkg_postinst
149 einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more"
150
151 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild
152 index 00333a9c33b..5aa08b147d3 100644
153 --- a/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild
154 +++ b/dev-lang/gnat-gpl/gnat-gpl-2019-r1.ebuild
155 @@ -150,38 +150,6 @@ src_compile() {
156 gcc_do_make "-C gcc gnattools"
157 }
158
159 -src_install() {
160 - toolchain_src_install
161 - cd "${D}"${BINPATH}
162 - if [[ -h gnatmake-${GCC_CONFIG_VER} ]] ; then
163 - return
164 - fi
165 - for x in gnat*; do
166 - # For some reason, g77 gets made instead of ${CTARGET}-g77...
167 - # this should take care of that
168 - if [[ -f ${x} ]] ; then
169 - # In case they're hardlinks, clear out the target first
170 - # otherwise the mv below will complain.
171 - rm -f ${CTARGET}-${x}
172 - mv ${x} ${CTARGET}-${x}
173 - fi
174 -
175 - if [[ -f ${CTARGET}-${x} ]] ; then
176 - ln -sf ${CTARGET}-${x} ${x}
177 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
178 - /usr/bin/${x}-${GCC_CONFIG_VER}
179 - # Create versioned symlinks
180 - dosym ${BINPATH#${EPREFIX}}/${CTARGET}-${x} \
181 - /usr/bin/${CTARGET}-${x}-${GCC_CONFIG_VER}
182 - fi
183 -
184 - if [[ -f ${CTARGET}-${x}-${GCC_CONFIG_VER} ]] ; then
185 - rm -f ${CTARGET}-${x}-${GCC_CONFIG_VER}
186 - ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
187 - fi
188 - done
189 -}
190 -
191 pkg_postinst () {
192 einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more"
193 einfo "The compiler binary is ${CTARGET}-gcc-${GCC_CONFIG_VER}"