diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
commit | 64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch) | |
tree | 9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /sci-visualization/labplot | |
parent | 957235cf19a691360c720f7913672adda4258ed0 (diff) |
gentoo resync : 22.10.2018
Diffstat (limited to 'sci-visualization/labplot')
-rw-r--r-- | sci-visualization/labplot/Manifest | 4 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-2.5.0-r1.ebuild (renamed from sci-visualization/labplot/labplot-2.5.0.ebuild) | 6 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest index a0126d385c1e..b4c2ce785305 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.ebuild 1787 BLAKE2B f52173bd8823f2c4230aaa590029b83cc14b16f49e830ae1ffdb97de6ab55bd7a8da70504feade41bde4be3a21b4016d4aede6977931b64924babaa311434873 SHA512 c97ca8487324750c24574ddc330b7f8358c5142372b660b106e759dc6f7548c349ee1be8fca5f6941f0c418c454405a42814f127a5096e1c9a32520fb4b25bb8 -EBUILD labplot-9999.ebuild 1864 BLAKE2B 8ecb810a66b3979d9d81292bdb2ec9c24601b7744bf465d70e929b250e2b0fe3a88088cd5e908862370f77f8f6a157e86a612a4fc7053143724246fafcf17eea SHA512 62e2ddb4d1d87d55e64f05045a5d2aca416426cf41169eaba421c750d7d7ee79d47192f08a6a0a64f5aca0a36580a1c3b3d68917644bf26533e78ce0fd4da177 +EBUILD labplot-2.5.0-r1.ebuild 1841 BLAKE2B 4ea7459048e1caa44821e7e29e7da8278960284d350ee7e9f1273a1f68e2b4b72ca9f688648620aa4d44d8201c74a3783aeb371f6a15b6f453ab516af22d5d5e SHA512 50e21d992b1257fd76bd80be919c6be2c1724f33c8d9967f3943094bfa3b9ec2bcee1978720b93414e6b9d2c0fdd266134d3a3624cb185f5c1a2978768c17f54 +EBUILD labplot-9999.ebuild 1907 BLAKE2B e2bc89a7337ab97ecfb2ce642b00e7c223740f083249be6701320e990bc559926c549ac200e6439df570705d7fafadd73639074dece44c4a37e1254a9569e7d4 SHA512 2ff3405a30ca68887be97eba341e4efffcdcdd99bfba1d85096675110425678ba0f67d3b6bfbbf967739dba4ec811873915d22d8e8ec5d15d09696be33561100 MISC metadata.xml 864 BLAKE2B 08fc970f0e9804d36cc5ccbd2b08ee9dbfac30322e5cf56b0253ac3665bced133c2d28d27c64a47cc1faa0f310e6acf8b3f8b774174cab3a2b78da1cf1f0de79 SHA512 04ad431c7e59b54a713c34f35baf3e16b585e45784a39de7bd2a42deea36f27b96d1ea27d1b7bf052934d8f02d57370663c393219fba39bffe6d4d74e07868d0 diff --git a/sci-visualization/labplot/labplot-2.5.0.ebuild b/sci-visualization/labplot/labplot-2.5.0-r1.ebuild index 40f32162ebc7..be9f065e8b54 100644 --- a/sci-visualization/labplot/labplot-2.5.0.ebuild +++ b/sci-visualization/labplot/labplot-2.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="cantor fftw fits hdf5 libcerf netcdf" COMMON_DEPEND=" @@ -32,8 +32,10 @@ COMMON_DEPEND=" $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtconcurrent) $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtserialport) + $(add_qt_dep qtsql) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) >=sci-libs/gsl-1.15:= diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index b6d50918c311..8b114b533318 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,8 +30,10 @@ COMMON_DEPEND=" $(add_frameworks_dep syntax-highlighting) $(add_qt_dep qtconcurrent) $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtserialport) + $(add_qt_dep qtsql) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) >=sci-libs/gsl-1.15:= |