diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-02-16 12:59:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-02-16 12:59:29 +0000 |
commit | 79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch) | |
tree | ade7cb031f363fad64c77139dea7aa3d81908537 /dev-qt/qtpaths | |
parent | 6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff) |
gentoo resync : 16.02.1018
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/Manifest | 4 | ||||
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.1.ebuild | 23 | ||||
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.3.ebuild | 2 |
3 files changed, 2 insertions, 27 deletions
diff --git a/dev-qt/qtpaths/Manifest b/dev-qt/qtpaths/Manifest index 7edb155e257d..bd66f041cc88 100644 --- a/dev-qt/qtpaths/Manifest +++ b/dev-qt/qtpaths/Manifest @@ -1,5 +1,3 @@ -DIST qttools-everywhere-src-5.11.1.tar.xz 9720996 BLAKE2B 5c7ca72ea6933e13eb07bafbd594db1dbde820c060d18cd26e30421b359633641a12834b0e9f0a94fac6c9df3d0d1e699a1bcb2d4831515509593813b021ad0f SHA512 cf690c630db79b4cd86d5d608175fb2c5463a985d7cb8a592c0995db04593c2c2ddddb52a3dc21348462639efdd3f9c57d3897a8384708b912b42cf1ac2c7482 DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -EBUILD qtpaths-5.11.1.ebuild 409 BLAKE2B 309efa6b311d563f113fee2568e3f63d3ea0f5d3bf2cbf87a686b3a3a261840f02b03f3b1cd40650e008fe95b74a1d4144ee57590c669ab11a5e9c4f8f244153 SHA512 475dd23f8856dc2da125998b5be0481a27b20e3e1be131464bdfedcdee5063e13d66026b903eed9c6b5b822c978005a60b5a63992e8dad320840085d3495572c -EBUILD qtpaths-5.11.3.ebuild 410 BLAKE2B 826bec44cafc609c8a13decaefb36f7b432be922e331d8a9c6d42e10100a39695eaf86a63b1141fd58143eb63ad08ae5bf0f733f147fdddbaa7c1998b37844b8 SHA512 621f4d900af702f38e231ed44c2fada35164d469acc116a28b2557c71d8d2cb4f8c698dc07747562c3362a69f0baef883ee4659cd3b46d97d43b1ad2aaf643a4 +EBUILD qtpaths-5.11.3.ebuild 409 BLAKE2B 76a13915e6303e211a8333ab3ff36f87af44da44d02c38685845298e11a14dec91a1e897dd283c7fb03380551d312798ba36a8a5774ddbd9e86ea3f9637fa89c SHA512 8cc000649802ee5f6adb4d8ed51b5714d8c9d938a20e7ab0c6ae37982f75cc3cef8be0a9b737d31d39028aa9a7a487f4cdd217d034a9c9d360d6358de6988422 MISC metadata.xml 481 BLAKE2B 210b94f2e7cdb09b2e07ec4a931ea47d5aed734be52e9dcb132ae174fc0707ebd82feff52e44490c7133274c4dd31b0898f9fa54ce700b635b6a45c2cbf2b5c6 SHA512 bc22732d392630b21ba3895b22a3b1835fe639f930bad0ebab511757df89ebbb30530f0c482ff0a7eb24c7ba844f0b2448040dc5252ac98b0ac01423f236829f diff --git a/dev-qt/qtpaths/qtpaths-5.11.1.ebuild b/dev-qt/qtpaths/qtpaths-5.11.1.ebuild deleted file mode 100644 index fe6a2d0d28a7..000000000000 --- a/dev-qt/qtpaths/qtpaths-5.11.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Command line client to QStandardPaths" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qtpaths -) diff --git a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild index c4bb438a6013..2c5adce63321 100644 --- a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE="" |