Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/
Date: Tue, 04 May 2021 19:10:14
Message-Id: 1620155392.9c91c3255eb416c40584360141320c16d41607e8.sam@gentoo
1 commit: 9c91c3255eb416c40584360141320c16d41607e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 03:18:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:09:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c91c325
7
8 sci-mathematics/giac: fix phase definition style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-mathematics/giac/giac-1.7.0.1.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-mathematics/giac/giac-1.7.0.1.ebuild b/sci-mathematics/giac/giac-1.7.0.1.ebuild
17 index 78894fa8a1e..53d532f38e0 100644
18 --- a/sci-mathematics/giac/giac-1.7.0.1.ebuild
19 +++ b/sci-mathematics/giac/giac-1.7.0.1.ebuild
20 @@ -60,12 +60,12 @@ RESTRICT="!test? ( test ) mirror"
21
22 S="${WORKDIR}/${PN}-${MY_PV}"
23
24 -src_prepare(){
25 +src_prepare() {
26 default
27 eautoreconf
28 }
29
30 -src_configure(){
31 +src_configure() {
32 if use gui; then
33 append-cppflags -I$(fltk-config --includedir)
34 append-lfs-flags
35 @@ -148,14 +148,14 @@ src_install() {
36 find "${ED}" -type f -name '*.la' -delete || die
37 }
38
39 -pkg_postinst(){
40 +pkg_postinst() {
41 if use gui; then
42 xdg_desktop_database_update
43 xdg_icon_cache_update
44 fi
45 }
46
47 -pkg_postrm(){
48 +pkg_postrm() {
49 if use gui; then
50 xdg_desktop_database_update
51 xdg_icon_cache_update