diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-10 23:12:33 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-10 23:15:44 +1100 |
commit | f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf (patch) | |
tree | 8aadb2c68623a53b39accbceb82d113084e92295 /dev-qt/qtwayland | |
parent | net-wireless/*: Update Manifest hashes (diff) | |
download | gentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.tar.gz gentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.tar.bz2 gentoo-f7268a8938df1719d5f87c1dd7fd5b1eb2bcb1bf.zip |
dev-qt: remove 5.9.2
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.9.2.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest index 6b2725bced29..29f1f66c00f8 100644 --- a/dev-qt/qtwayland/Manifest +++ b/dev-qt/qtwayland/Manifest @@ -1,3 +1,2 @@ DIST qtwayland-opensource-src-5.7.1.tar.xz 291776 BLAKE2B 06aba415e33ed971ef4de975e8677a52c4fcc81922f978cc1bde7e9a7ebdea32cd1c7dca59b67493bc96edfd997027f630c05c93ce31ae4ba87a55580495997a SHA512 41a6699b9048a859bb0cb1e37cd0a3977f52a5a223d4f6a4ce5e1402c5b829cc907593ce2b70f4ec24dfad147251bb2f20e889eae26072cf53e774b4585f2921 -DIST qtwayland-opensource-src-5.9.2.tar.xz 311052 BLAKE2B 6a7e5625077578f950ea735917ed87f5d0e647e46080f71378160ad8d31a941ca2dbdc1b990ae7a7ca0df141298dad318ddb678089917b32db47a0000fb993b6 SHA512 28b6f77be5289cb9eba0e3e6b220d2c99d2ab4dbae8e02caecd7651b5ae33c09f117545664b01649ca52b27025cc15853806ece8dc10713c3d90832416c7def6 DIST qtwayland-opensource-src-5.9.3.tar.xz 314652 BLAKE2B 56dbb8baa3642144d7021ca4361f4a574efe520f759dcc09867e4f114fc449ebd011099fb852c758c524e79539d5e6365cd3863921dc42339ba9c770586d21d7 SHA512 1deb41d3a2e081fa434167211b975019840c56cbf04c8fc18325d405818c2ecee6d65c9376f498ddacc1587455d310b815d56124d6a7734b2857399abfb3b659 diff --git a/dev-qt/qtwayland/qtwayland-5.9.2.ebuild b/dev-qt/qtwayland/qtwayland-5.9.2.ebuild deleted file mode 100644 index 43c33faf510b..000000000000 --- a/dev-qt/qtwayland/qtwayland-5.9.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Wayland platform plugin for Qt" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="+libinput xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.6.0 - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV}[egl,libinput?] - media-libs/mesa[egl] - >=x11-libs/libxkbcommon-0.2.0 - xcomposite? ( - x11-libs/libX11 - x11-libs/libXcomposite - ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_config libinput xkbcommon-evdev \ - src/client/client.pro \ - src/compositor/wayland_wrapper/wayland_wrapper.pri \ - src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ - tests/auto/compositor/compositor/compositor.pro - - use xcomposite || rm -r config.tests/xcomposite || die - - qt5-build_src_prepare -} |