diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 14:03:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 14:04:23 +0100 |
commit | 6ffd7c554eb0536a5322257cda6e41a7c6947721 (patch) | |
tree | 4a7625266e7d537836e09d664d6fe400c4aa0e6c /dev-qt/pixeltool | |
parent | qt5-build.eclass: Disable zstd for Qt5 >=5.13.2 RCC compression (diff) | |
download | qt-6ffd7c554eb0536a5322257cda6e41a7c6947721.tar.gz qt-6ffd7c554eb0536a5322257cda6e41a7c6947721.tar.bz2 qt-6ffd7c554eb0536a5322257cda6e41a7c6947721.zip |
dev-qt: Drop Qt 5.14.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.14.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest deleted file mode 100644 index 30faa39f..00000000 --- a/dev-qt/pixeltool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qttools-everywhere-src-5.14.0.tar.xz 9143808 BLAKE2B 261d5d6004f0653f2c7c32839c8c3a916ac747406db9689501357e2709bc23569919f278e29784f1f844f2df7fa8c4a55e3d6395129ba9fdb592eeac85bbf07c SHA512 1c77d6b6027d301b7afae92834ba2296b903495cd0546d53e9d82cd24289089d02a4a7b0e802061ead4f9f8272f8389fb5f06f3788aac3624f52593324ce78dc diff --git a/dev-qt/pixeltool/pixeltool-5.14.0.ebuild b/dev-qt/pixeltool/pixeltool-5.14.0.ebuild deleted file mode 100644 index d6c1525a..00000000 --- a/dev-qt/pixeltool/pixeltool-5.14.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt screen magnifier" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/pixeltool -) |