summaryrefslogtreecommitdiff
path: root/sci-libs/plotmm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-libs/plotmm
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-libs/plotmm')
-rw-r--r--sci-libs/plotmm/Manifest2
-rw-r--r--sci-libs/plotmm/plotmm-0.1.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/plotmm/Manifest b/sci-libs/plotmm/Manifest
index 0a6890eee3a1..7072242efc6e 100644
--- a/sci-libs/plotmm/Manifest
+++ b/sci-libs/plotmm/Manifest
@@ -1,4 +1,4 @@
AUX plotmm-0.1.2-libsigc++-2.2.patch 4037 BLAKE2B 10024df20b90fab7ea8a212789b84a94689169ae3099788f52ba4b087eea9a64783adc81192598b7e79231edfa7744337694cf88cff079e2e4bd715de71ac66d SHA512 3327b7fcd0311976bbf1a6990e9cf14c43c85fb4eea2de21501bc79e90ee7bbec9527b35dab8204534f797e318659f0d67faefa047bb6ef2a8b0962588e2b4b2
DIST plotmm-0.1.2.tar.gz 473175 BLAKE2B f024abbe77e208443cdf58a7817cdea9d1a93435b55e62d4579c341ca773fc2199def0e93fbba980891dd38c0085515e01833a11fd37f87bdeb0b2737a8ff809 SHA512 68484d7ed3b4d6520782735e05ad3cf9a5749f723285a2a3d0d1fabe3b23df57856d24addb31c23e3f23174655095f55b9b9a8d10316812d7a80fe13e204fab6
-EBUILD plotmm-0.1.2.ebuild 1362 BLAKE2B 9f4b62d78230b26264bcf54b26323faf7174589e60347b14eb058e9a74e504bfee8f1a4809a079cad63780d10686dc6864ac1a9eb36057ff2e1b27ec5f396884 SHA512 ca586b8907e2d35fe8a8bd4bc1272eff861065e3d770840b612f855b6ea206f6aed09d0fce980b55319394fd824ed75739eced17daa77bbb2097b5e941c61f1d
+EBUILD plotmm-0.1.2.ebuild 1317 BLAKE2B 02c078345a1fa555adb19e5902fe1fff81e11e360117ee838d09ce92a9d1ad15c3c34b469ef4ab1e1aa01ead694bf48c34c78cc4a203cf218e86e91ffb474551 SHA512 53193ebe4603964c025be2662673f23c7cc08746a3f6759a101534108ded4bf829ff4e5fc8c8914f6bae6baa4a7c296287c3fa6c86399b3cc78450bf277d71e1
MISC metadata.xml 243 BLAKE2B 8495df4aecff8a0fba05bc70c2fe798eb257086ad1c16da9f1fa77a6100e7936d455febc72d73609063c034117400a64c19f9bacaaa7e9c41e0937efc041dfb3 SHA512 d9179f9fde1433951047043a7c811ea571511473d16c0c4e2b0655933dd41cc7b0b56edbf3db9ed25037086a676de73ea6886a6935a3c3dff67ad441eaa1304a
diff --git a/sci-libs/plotmm/plotmm-0.1.2.ebuild b/sci-libs/plotmm/plotmm-0.1.2.ebuild
index e6a0447c3f7f..5cf316ca2678 100644
--- a/sci-libs/plotmm/plotmm-0.1.2.ebuild
+++ b/sci-libs/plotmm/plotmm-0.1.2.ebuild
@@ -40,7 +40,7 @@ src_install() {
default
if use doc; then
- dohtml -r doc/html/* || die "dohtml failed"
+ dohtml -r doc/html/*
fi
if use examples; then
@@ -50,7 +50,7 @@ src_install() {
# install sources
insinto /usr/share/doc/${PF}/examples/
- doins examples/{curves/curves,simple/simple}.cc || die "doins failed"
+ doins examples/{curves/curves,simple/simple}.cc
elog "You can use examples by calling ${PN}-curves or ${PN}-simple."
elog "Examples source code is in /usr/share/doc/${PF}/examples."