summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/pixeltool/pixeltool-5.4.2.ebuild')
-rw-r--r--dev-qt/pixeltool/pixeltool-5.4.2.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-qt/pixeltool/pixeltool-5.4.2.ebuild b/dev-qt/pixeltool/pixeltool-5.4.2.ebuild
deleted file mode 100644
index cf37e9d5a39e..000000000000
--- a/dev-qt/pixeltool/pixeltool-5.4.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt screen magnifier"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 arm hppa ppc64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtcore-${PV}:5
- >=dev-qt/qtgui-${PV}:5
- >=dev-qt/qtnetwork-${PV}:5
- >=dev-qt/qtwidgets-${PV}:5
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/pixeltool
-)