summaryrefslogtreecommitdiff
path: root/sci-mathematics/polymake
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/polymake')
-rw-r--r--sci-mathematics/polymake/Manifest2
-rw-r--r--sci-mathematics/polymake/polymake-3.0_p2.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/polymake/Manifest b/sci-mathematics/polymake/Manifest
index 57b059d673c6..db98c16c9bf9 100644
--- a/sci-mathematics/polymake/Manifest
+++ b/sci-mathematics/polymake/Manifest
@@ -1,3 +1,3 @@
DIST polymake-3.0r2.tar.bz2 37695790 BLAKE2B 101dda48128b51737b81d3dc09a8ef32d07c5f67605370c5ef0d5638ee6de427c6e8ff66094f96593ad21fa937ca5890af772f6e877fab0e31f4c98ec7c6730b SHA512 b4c22b2c6da8ef597dc05a44a30c7a55fd924a96854cde3f725095465972eabe1e24508f8e5d544f3131c82c973117b15983c38a0242fc7f1d4a4a8ecddb1d46
-EBUILD polymake-3.0_p2.ebuild 2692 BLAKE2B d47f3674d80af2081ad3687790c6ba80742e664bef02f6641efab1907e97124f8cdbe661b7af76ff26b8ff8c63318a804cd8835b41ba5fd6240928b181c83749 SHA512 1c56745020235e99cab64e5f2432212805cbabf5b0444588b6f07594c8ece72a999c02b0a41ed1ddb72e2ea408ca75fc7051da3b014ecc14ee0d0fa9e413e171
+EBUILD polymake-3.0_p2.ebuild 2690 BLAKE2B 3977ed472ef7807cf77cd48818f2c3d370237d1b7c330520cb409985f61bbc3efa96d463f61ffb4a658297c09fb1cffeec832cfa09f03acec555f4de5b6affa6 SHA512 b0fe6bd588e34f06ca036d71a131acf2c6d01c23f2e7b15305d37269b36517cc2f905ccffd94a7fdffce9c8368697d90ae694590b0c77ec54ce1bab8661c5a9d
MISC metadata.xml 1344 BLAKE2B 93e5b08dd3c8db1d542c98a62b5d1c0bbb2070773a563e843f31434b6babccc9bb49521d4dd5f40238a20dedd8296fc43b9b347dbe5b540f8a4c17bbc59f6fdf SHA512 43356916d2941afab2346ab4289ec1ab65a166523682a7831a29261c3f7391072d4fa232c324483e33d523fa80288a208f7937f559e56bb20b3a85d5058779e9
diff --git a/sci-mathematics/polymake/polymake-3.0_p2.ebuild b/sci-mathematics/polymake/polymake-3.0_p2.ebuild
index 7727fc25d421..c14cf1c5a3fd 100644
--- a/sci-mathematics/polymake/polymake-3.0_p2.ebuild
+++ b/sci-mathematics/polymake/polymake-3.0_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -43,7 +43,7 @@ pkg_pretend() {
einfo "you run into trouble."
}
-src_configure () {
+src_configure() {
export CXXOPT=$(get-flag -O)
# We need to define BLISS_USE_GMP if bliss was built with gmp support.
@@ -75,11 +75,11 @@ src_configure () {
${myconf} || die
}
-src_install(){
+src_install() {
emake -j1 DESTDIR="${D}" install
}
-pkg_postinst(){
+pkg_postinst() {
elog "Docs can be found on http://www.polymake.org/doku.php/documentation"
elog " "
elog "Support for jreality is missing, sorry (see bug #346073)."