summaryrefslogtreecommitdiff
path: root/sci-visualization/labplot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /sci-visualization/labplot
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'sci-visualization/labplot')
-rw-r--r--sci-visualization/labplot/Manifest2
-rw-r--r--sci-visualization/labplot/labplot-9999.ebuild17
2 files changed, 9 insertions, 10 deletions
diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
index b4c2ce785305..15804014535a 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1,4 +1,4 @@
DIST labplot-2.5.0.tar.xz 11831656 BLAKE2B b6c122509874f1f7a554814b7ac9889b416d36f750ff831773aed313f9eff23abc0809f40f6f591051b287bd1a875af455f5d500ce54130c4d8ddfe5fcfa0870 SHA512 a4b285917e30b0ac00cb8c8ad6827ba3884d95fccc0511a0a317bb2d637e48e6579929c45cfb8bba737bb5a01472a2baa9d812a688730ac4fa40b23cc6625eba
EBUILD labplot-2.5.0-r1.ebuild 1841 BLAKE2B 4ea7459048e1caa44821e7e29e7da8278960284d350ee7e9f1273a1f68e2b4b72ca9f688648620aa4d44d8201c74a3783aeb371f6a15b6f453ab516af22d5d5e SHA512 50e21d992b1257fd76bd80be919c6be2c1724f33c8d9967f3943094bfa3b9ec2bcee1978720b93414e6b9d2c0fdd266134d3a3624cb185f5c1a2978768c17f54
-EBUILD labplot-9999.ebuild 1907 BLAKE2B e2bc89a7337ab97ecfb2ce642b00e7c223740f083249be6701320e990bc559926c549ac200e6439df570705d7fafadd73639074dece44c4a37e1254a9569e7d4 SHA512 2ff3405a30ca68887be97eba341e4efffcdcdd99bfba1d85096675110425678ba0f67d3b6bfbbf967739dba4ec811873915d22d8e8ec5d15d09696be33561100
+EBUILD labplot-9999.ebuild 1851 BLAKE2B efacb58628b805e5b9320a2b670885b0c9da90b806fbbf1ccb1238aece995cdef0b98312f230e6b136b31c7beeec74006a72e7aead77c060baca58170c2b46ee SHA512 c427993e866970e185ba2435e1f153b85f1acb59c6cf2dffca402b0328eae66f666af5549bf9a3989107c4901a4b63420542785eece5642716afc65c5db53fa4
MISC metadata.xml 864 BLAKE2B 08fc970f0e9804d36cc5ccbd2b08ee9dbfac30322e5cf56b0253ac3665bced133c2d28d27c64a47cc1faa0f310e6acf8b3f8b774174cab3a2b78da1cf1f0de79 SHA512 04ad431c7e59b54a713c34f35baf3e16b585e45784a39de7bd2a42deea36f27b96d1ea27d1b7bf052934d8f02d57370663c393219fba39bffe6d4d74e07868d0
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
index 8b114b533318..7e90a08059fa 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
@@ -15,7 +15,11 @@ LICENSE="GPL-2"
KEYWORDS=""
IUSE="cantor fftw fits hdf5 libcerf netcdf root"
-COMMON_DEPEND="
+BDEPEND="
+ sys-devel/bison
+ sys-devel/gettext
+"
+DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -52,12 +56,7 @@ COMMON_DEPEND="
sys-libs/zlib
)
"
-DEPEND="${COMMON_DEPEND}
- sys-devel/bison
- sys-devel/gettext
- x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
!sci-visualization/labplot:4
"