diff options
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/Manifest | 4 | ||||
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.1.ebuild | 29 | ||||
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.2.ebuild | 4 |
3 files changed, 3 insertions, 34 deletions
diff --git a/dev-qt/qtxml/Manifest b/dev-qt/qtxml/Manifest index 870698e636ac..eed06a08162d 100644 --- a/dev-qt/qtxml/Manifest +++ b/dev-qt/qtxml/Manifest @@ -1,5 +1,3 @@ -DIST qtbase-everywhere-src-5.15.1.tar.xz 50153132 BLAKE2B 5a8cbbf8d44c7affc8ee43db04bd024bb529e0707b1feee2c7ae439cdf1331b1cf3e89b84c6a6f5bab3ec34025fbd634a8f4d259bd64ece172f288500e5b59e6 SHA512 40b687c046b25a6717834ffe2616ee4f373d75214ec1c7e3a26502cd0cde9f0a872eaee99f06c54c7a3625ae85df5cdd3a3b54a160e8e37c7cfeb5800d026fe4 DIST qtbase-everywhere-src-5.15.2.tar.xz 50179672 BLAKE2B 0e4bdaab43cf59664bde89f87ea260c39acc2ef866d8629d41d9c326cab0ab68bcd943c86a472ae74bc9fb0b7ad50795ccb66275bb6b77d1fcf0a38b5662cb42 SHA512 a549bfaf867d746ff744ab224eb65ac1bdcdac7e8457dfa379941b2b225a90442fcfc1e1175b9afb1f169468f8130b7ab917c67be67156520a4bfb5c92d304f9 -EBUILD qtxml-5.15.1.ebuild 493 BLAKE2B d5e9b5e3343e79f9634babf8b35700cce83e159e882b69e49c4adb232a9de54eb05d54b8314243c5e7f8ce083b0d467f5fa664d863fdd180223f1b7867273584 SHA512 6fd673bb0cfd964e898bb8358c2a1237027958dbe0eb0cd59dddb181caf290be7da7c397c152709d217daee21a76f6590fbb261fcff52485db1435534fd12bc2 -EBUILD qtxml-5.15.2.ebuild 499 BLAKE2B ce015661de5f79c2bc6e2cb3b53847e842a13c2b4be275bbbb360572870df66c38caf398122e3196ecff8fb23fe7e3cad9af80debba17e0cbe2e44010d7dd691 SHA512 7b4ad9d7f67ed3601ca133239518966781f674cf443e3ca8bb568c74178c60cc5a630c7a07af452d12e917b864ebe4bd86a82dc64283d72b3557d723f6703038 +EBUILD qtxml-5.15.2.ebuild 493 BLAKE2B 0b46ccf831c67f14db29c600ae89055660be0451b4b6f3307f1eb23c21422c059dccf0262580fe75238116f70cf5e713c447899573c79ddc8b69c05b99950122 SHA512 385ca332e72bb3a34b892fc3558c444f5d68caabcfeebd7c8f57d5794ce4b3d76995186b34f0767c4cb14283e7995d37fe6ae60b4f4b21c093dc2935d72195ff MISC metadata.xml 481 BLAKE2B 210b94f2e7cdb09b2e07ec4a931ea47d5aed734be52e9dcb132ae174fc0707ebd82feff52e44490c7133274c4dd31b0898f9fa54ce700b635b6a45c2cbf2b5c6 SHA512 bc22732d392630b21ba3895b22a3b1835fe639f930bad0ebab511757df89ebbb30530f0c482ff0a7eb24c7ba844f0b2448040dc5252ac98b0ac01423f236829f diff --git a/dev-qt/qtxml/qtxml-5.15.1.ebuild b/dev-qt/qtxml/qtxml-5.15.1.ebuild deleted file mode 100644 index 1f6a108a9d98..000000000000 --- a/dev-qt/qtxml/qtxml-5.15.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV}:5= -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtnetwork-${PV} ) -" - -QT5_TARGET_SUBDIRS=( - src/xml -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :xml -) diff --git a/dev-qt/qtxml/qtxml-5.15.2.ebuild b/dev-qt/qtxml/qtxml-5.15.2.ebuild index c475c1b3f0d3..57acaeaa59ae 100644 --- a/dev-qt/qtxml/qtxml-5.15.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" 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="" |