diff options
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.15.0_beta3.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest index a8311775..9a01223a 100644 --- a/dev-qt/pixeltool/Manifest +++ b/dev-qt/pixeltool/Manifest @@ -1,2 +1 @@ -DIST qttools-everywhere-src-5.15.0-beta3.tar.xz 8848720 BLAKE2B d9cded536a75a3ac8f78f1c4cce5121546fd558e2ca60b0e487a392026ee6d6a7b9e2e42869cab6c56a3e61317deb0441e1994589be7528facad7abc440a151e SHA512 48838585d16789450146fd726087c117e567003a9660f2a07898460cb4bbd0becc4df2408c2cac84c8f1986f9894a24d32b82b4783d4284c83cac9b7f4fb25a4 DIST qttools-everywhere-src-5.15.0-beta4.tar.xz 8850836 BLAKE2B a8ec7316ae9c004ac2fc87c5fda162944e03c7d83c0c16627fdb0a4fb48808d6e18be57a7fb90c31b4094c24b929fc620725355cd8b03db3fabf51aeaccb71df SHA512 90a71dd80d6435e782d24c6c3e3b7e76aa0c425f42d8ea1e6164f4364ffcf4d77fd6bace36ebe4340c3015a3dcf775ab96c0faead01d56bccf8187fbd0c27a2a diff --git a/dev-qt/pixeltool/pixeltool-5.15.0_beta3.ebuild b/dev-qt/pixeltool/pixeltool-5.15.0_beta3.ebuild deleted file mode 100644 index 6e644ada..00000000 --- a/dev-qt/pixeltool/pixeltool-5.15.0_beta3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 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}:5= - ~dev-qt/qtgui-${PV}:5= - ~dev-qt/qtwidgets-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/pixeltool -) - -src_configure() { - # Most of qttools require files that are only generated when qmake is - # run in the root directory. - # Related bugs: 633776, 676948, and 716514. - mkdir -p "${QT5_BUILD_DIR}" || die - qt5_qmake "${QT_BUILD_DIR}" - cp "${S}"/qttools-config.pri "${QT5_BUILD_DIR}" || die - qt5-build_src_configure -} |