diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
commit | a978c074e4272bb901fbe4a10de0a7b2af574f17 (patch) | |
tree | 8c764c1cc0576389ce22abd317bceba71ea5732d /sci-mathematics/giac | |
parent | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff) |
gentoo resync : 04.05.2021
Diffstat (limited to 'sci-mathematics/giac')
-rw-r--r-- | sci-mathematics/giac/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/giac/giac-1.7.0.1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/giac/Manifest b/sci-mathematics/giac/Manifest index b28327c84cd4..3499f1e800b7 100644 --- a/sci-mathematics/giac/Manifest +++ b/sci-mathematics/giac/Manifest @@ -1,5 +1,5 @@ AUX giac-1.6.0-pari-2.11.patch 783 BLAKE2B f173015006fef4a9f8176965f923664f11b0b05151b126cf74a5bccf5036e1fd3aa97f12fd91808fab7fe23a3194e6a4a7a9f12be5b69a5dfda5aedec8a0117c SHA512 56102439f05f0e27bda49f1e9803bbba7921c87eab383fc2f068ccca6ef598f11e35d00f5a737076a6a41df08ef9065e567cb84030ba6ea928520f371d51b9ed AUX giac-1.7.0.1-gsl_lapack.patch 2912 BLAKE2B b0f9f05126316b9b76d5f1a5ad737cc88ecbc71dc450ef714f6da323128d9c945ada9d658c73647987f84638498aa4d3bbef49062424ab63b53c76defc127902 SHA512 14bfcb04e5a23933cfa4635789bf02f6d6e6a528c167504678b3d2ecb38f135d0c05583712005fe53afd7696cc9ebee5dc3ab90cac056d75bd43be786075b011 DIST giac_1.7.0-1.tar.gz 82118267 BLAKE2B a9bb4cb260bfc7ba187907d054c737aa8f5de7baf132913dac2a054e886ec632d9077a52fb1e837a1db623223199592407734857725ee4b22c775f928893bb9d SHA512 05565ee22f4d81a4149935df9a32dc78ac07d06db1555a3d951169d184c746c61cd4d57407eabeb982fb8cb5b4a82726b5a553e6a9e689517a241eb0a8726929 -EBUILD giac-1.7.0.1.ebuild 4148 BLAKE2B 92bbb495a0b62c8a0e341cd6670fac2cf1203cb5561537b0f44e461b0470d3a60aed2f060ca98695c83cc56d4a32146994643d2d84878045aaec98c4714e2874 SHA512 0cb2124906eac884461a2b7628506b8782ab92d0b7852b741796eae9576f9b7f8fb9f6c1d34edd3974f5b427c21e0f4666c0dc1b922ca788daa02a8dfca2c855 +EBUILD giac-1.7.0.1.ebuild 4152 BLAKE2B 6d8c415a85f374778fbec7ceb998fc552020f2b28fdce57da38e08f5a3050e5d3fd7c004465d2fa48792a357b6038cc32819bac10bfc74567a2e67e3cd1ac18e SHA512 4261dc8e2460e78910e63e3565fcb5d9b7c8bea57ca1a5fe9bb1b124da5d7e0ede17044d8812015f78e574500048523d4641a33b7860a465b3683c618c414c3c MISC metadata.xml 1314 BLAKE2B c38eadb22de3e64b39e144c8dd2e2c359b88ea7910390ea6044af9f8f83a6db08cb4f0142d1217ddd0f4ff051f2bb94f846a789adc521d02d4c704763da1c50a SHA512 7554640bd7ab2b2c1cb77d492d044d419b178497f8b5a6165168f4c3ab0c421121e98b0f0f25d3d10479a8fcd6635f28cfdae4562d6e0b5143b541155f697077 diff --git a/sci-mathematics/giac/giac-1.7.0.1.ebuild b/sci-mathematics/giac/giac-1.7.0.1.ebuild index 78894fa8a1e7..53d532f38e09 100644 --- a/sci-mathematics/giac/giac-1.7.0.1.ebuild +++ b/sci-mathematics/giac/giac-1.7.0.1.ebuild @@ -60,12 +60,12 @@ RESTRICT="!test? ( test ) mirror" S="${WORKDIR}/${PN}-${MY_PV}" -src_prepare(){ +src_prepare() { default eautoreconf } -src_configure(){ +src_configure() { if use gui; then append-cppflags -I$(fltk-config --includedir) append-lfs-flags @@ -148,14 +148,14 @@ src_install() { find "${ED}" -type f -name '*.la' -delete || die } -pkg_postinst(){ +pkg_postinst() { if use gui; then xdg_desktop_database_update xdg_icon_cache_update fi } -pkg_postrm(){ +pkg_postrm() { if use gui; then xdg_desktop_database_update xdg_icon_cache_update |