diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-01 12:49:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-01 12:55:32 +0100 |
commit | acfbd4cf54c1261a510dfd7cf286779d665e079c (patch) | |
tree | 0dcbe73b21599d2676682e9a5908ed23f0f06b77 /dev-qt/assistant | |
parent | lxqt-base/lxqt-config: add missing 'x11-libs/libXi' dependency (diff) | |
download | qt-acfbd4cf54c1261a510dfd7cf286779d665e079c.tar.gz qt-acfbd4cf54c1261a510dfd7cf286779d665e079c.tar.bz2 qt-acfbd4cf54c1261a510dfd7cf286779d665e079c.zip |
dev-qt: Drop Qt 5.13.1 and 5.13.2
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/Manifest | 2 | ||||
-rw-r--r-- | dev-qt/assistant/assistant-5.13.1.ebuild | 55 | ||||
-rw-r--r-- | dev-qt/assistant/assistant-5.13.2.ebuild | 55 |
3 files changed, 0 insertions, 112 deletions
diff --git a/dev-qt/assistant/Manifest b/dev-qt/assistant/Manifest index a949a3c3..f8c21c53 100644 --- a/dev-qt/assistant/Manifest +++ b/dev-qt/assistant/Manifest @@ -1,3 +1 @@ -DIST qttools-everywhere-src-5.13.1.tar.xz 9086496 BLAKE2B 5bfad48b035e1dd548783863bd9ce13b2ef536a136c43e7f00c8d5da88c8dc8e1019b10c1072e4994f5794cfc1beb0e7cac9b2ebe73345e1dc94b766130ab30f SHA512 b3bd614ed21a1b37829082f2ec89b086b4c8e7cc91be5ba7bef16dc52619e3357d2c9165c3a1eedbd1f1913d215cda3f9a59fc26d45ee0267bc1e3d7205d98b8 -DIST qttools-everywhere-src-5.13.2.tar.xz 9110256 BLAKE2B 4651c350d5bb9200dc6c4b362b8d69abd108f63fde74f6b3382317c8b0f4447cd56f6a463617f50c0901155457ddd693dcf2bc75cde9cbb1565e693b36469bec SHA512 46e76d81c1b16160c9ab8da1475cfeed28e7140bc94868d4fc834639cc15ec67199b6169a7c820107cb72982bc2d56ba6987225f3fc773b8464e4023fda74265 DIST qttools-everywhere-src-5.14.0-beta2.tar.xz 9125244 BLAKE2B 7d27c15af35c80277f322b862187abaadd8d25f3341d1975e2942021ba31b5763ad08c2b681f6f0dee32843864b11495ce7ad2bad7685c922f103fc580d70e75 SHA512 48e44b427916ed2b397f3f17f12b71939d4ed150848447e28a5c96704647ac7c7512dd872ad5d616bba68d65cef4238900215ff546d9da86354b7f94acf91481 diff --git a/dev-qt/assistant/assistant-5.13.1.ebuild b/dev-qt/assistant/assistant-5.13.1.ebuild deleted file mode 100644 index ad1fb398..00000000 --- a/dev-qt/assistant/assistant-5.13.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -QT5_MODULE="qttools" -inherit desktop qt5-build xdg-utils - -DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="webkit" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qthelp-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtsql-${PV}[sqlite] - ~dev-qt/qtwidgets-${PV} - webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/assistant/assistant -) - -src_prepare() { - qt_use_disable_mod webkit webkitwidgets \ - src/assistant/assistant/assistant.pro - - qt5-build_src_prepare -} - -src_install() { - qt5-build_src_install - - doicon -s 32 src/assistant/assistant/images/assistant.png - newicon -s 128 src/assistant/assistant/images/assistant-128.png assistant.png - make_desktop_entry "${QT5_BINDIR}"/assistant 'Qt 5 Assistant' assistant 'Qt;Development;Documentation' -} - -pkg_postinst() { - qt5-build_pkg_postinst - xdg_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - xdg_icon_cache_update -} diff --git a/dev-qt/assistant/assistant-5.13.2.ebuild b/dev-qt/assistant/assistant-5.13.2.ebuild deleted file mode 100644 index ad1fb398..00000000 --- a/dev-qt/assistant/assistant-5.13.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -QT5_MODULE="qttools" -inherit desktop qt5-build xdg-utils - -DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="webkit" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qthelp-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtsql-${PV}[sqlite] - ~dev-qt/qtwidgets-${PV} - webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/assistant/assistant -) - -src_prepare() { - qt_use_disable_mod webkit webkitwidgets \ - src/assistant/assistant/assistant.pro - - qt5-build_src_prepare -} - -src_install() { - qt5-build_src_install - - doicon -s 32 src/assistant/assistant/images/assistant.png - newicon -s 128 src/assistant/assistant/images/assistant-128.png assistant.png - make_desktop_entry "${QT5_BINDIR}"/assistant 'Qt 5 Assistant' assistant 'Qt;Development;Documentation' -} - -pkg_postinst() { - qt5-build_pkg_postinst - xdg_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - xdg_icon_cache_update -} |