summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 09:25:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 22:33:14 +0200
commit399317bde8cd3cf248fdec679bc9f17107197065 (patch)
treef9fdb6b1667cafc5483c8066f3cfbb5206ae891d /dev-qt/linguist
parentdev-ruby/c21e: add 1.2.1 (diff)
downloadgentoo-399317bde8cd3cf248fdec679bc9f17107197065.tar.gz
gentoo-399317bde8cd3cf248fdec679bc9f17107197065.tar.bz2
gentoo-399317bde8cd3cf248fdec679bc9f17107197065.zip
dev-qt: Drop Qt 5.11.3
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r--dev-qt/linguist/Manifest1
-rw-r--r--dev-qt/linguist/linguist-5.11.3.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-qt/linguist/Manifest b/dev-qt/linguist/Manifest
index 1e2498001d4f..cccd8bd4154e 100644
--- a/dev-qt/linguist/Manifest
+++ b/dev-qt/linguist/Manifest
@@ -1,2 +1 @@
-DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf
DIST qttools-everywhere-src-5.12.3.tar.xz 9809196 BLAKE2B 8d0317dc70c1dc6fc7c125453d22bbaa7decd57f9ba0f7572cc1e27f9494ff3423b5be412bcbd2e841a1f9b7494dae9101b3ac9254c563c24f22492b3b6ec3c9 SHA512 d37c0e11a26a21aa60f29f3b17ddc9895385d848692956e4481e49003cbe9c227daf8fda1c40a2ab70ac8e7e56d3771c1b2964524589eb77ac1f2362c269162e
diff --git a/dev-qt/linguist/linguist-5.11.3.ebuild b/dev-qt/linguist/linguist-5.11.3.ebuild
deleted file mode 100644
index 0151fbe7420e..000000000000
--- a/dev-qt/linguist/linguist-5.11.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit desktop gnome2-utils qt5-build
-
-DESCRIPTION="Graphical tool for translating Qt applications"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm ~hppa ppc64 x86 ~amd64-fbsd"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/designer-${PV}
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtprintsupport-${PV}
- ~dev-qt/qtwidgets-${PV}
- ~dev-qt/qtxml-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/linguist/linguist
-)
-
-src_install() {
- qt5-build_src_install
-
- local size
- for size in 16 32 48 64 128; do
- newicon -s ${size} src/linguist/linguist/images/icons/linguist-${size}-32.png linguist.png
- done
- make_desktop_entry "${QT5_BINDIR}"/linguist 'Qt 5 Linguist' linguist 'Qt;Development;Translation'
-}
-
-pkg_postinst() {
- qt5-build_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- qt5-build_pkg_postrm
- gnome2_icon_cache_update
-}