aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-10-08 12:38:34 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-10-08 12:51:31 +1100
commitaedd3089bb6d950e8233d4e10aabc160a2ad4b99 (patch)
treece34730f0996acb080dc52e673d6f559f96e8516 /dev-qt/linguist
parentdev-qt/qtgui: remove unused patch (diff)
downloadqt-aedd3089bb6d950e8233d4e10aabc160a2ad4b99.tar.gz
qt-aedd3089bb6d950e8233d4e10aabc160a2ad4b99.tar.bz2
qt-aedd3089bb6d950e8233d4e10aabc160a2ad4b99.zip
dev-qt: 5.9.2 moved to main tree
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r--dev-qt/linguist/Manifest1
-rw-r--r--dev-qt/linguist/linguist-5.9.2.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-qt/linguist/Manifest b/dev-qt/linguist/Manifest
deleted file mode 100644
index d0b57f4e..00000000
--- a/dev-qt/linguist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qttools-opensource-src-5.9.2.tar.xz 9778248 SHA256 2bb996118b68e9939c185a593837e5a41bb3667bf5d4d5134fac02598bd2d81a SHA512 afce063e167de96dfa264cfd27dc8d80c23ef091a30f4f8119575cae83f39716c3b332427630b340f518b82d6396cca1893f28e00f3c667ba201d7e4fc2aefe1 WHIRLPOOL 747a9c7ee7914ae613373c810891c0a4147b3c5614801677014fa1fadebc3bb985b120e855380ef05bb8c452968d6dd9d54db9ac2b4c530d5c0d0453226f378b
diff --git a/dev-qt/linguist/linguist-5.9.2.ebuild b/dev-qt/linguist/linguist-5.9.2.ebuild
deleted file mode 100644
index 163c6cf6..00000000
--- a/dev-qt/linguist/linguist-5.9.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Graphical tool for translating Qt applications"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-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
-)