summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 16:34:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 13:43:39 +0100
commit8c3af46979e794419b2ee425434e0a4a736e7852 (patch)
treee2d134f40258509a38a47a304a85555b72925fac /x11-plugins/qled/qled-0.6.2.ebuild
parentsys-apps/mawk: add support for -W sandbox mode (diff)
downloadgentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.gz
gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.bz2
gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.zip
profiles: Remove last-rited qt4/qt3support-rdeps
Closes: https://bugs.gentoo.org/247588 Closes: https://bugs.gentoo.org/634390 Closes: https://bugs.gentoo.org/637098 Closes: https://bugs.gentoo.org/638688 Closes: https://bugs.gentoo.org/639242 Closes: https://bugs.gentoo.org/639254
Diffstat (limited to 'x11-plugins/qled/qled-0.6.2.ebuild')
-rw-r--r--x11-plugins/qled/qled-0.6.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-plugins/qled/qled-0.6.2.ebuild b/x11-plugins/qled/qled-0.6.2.ebuild
deleted file mode 100644
index 60a382ce2f2e..000000000000
--- a/x11-plugins/qled/qled-0.6.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit qt4-r2
-
-MY_PN="QLed"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Custom Led widget plugin for Qt-Designer"
-HOMEPAGE="http://qt-apps.org/content/show.php?content=72482"
-SRC_URI="http://qt-apps.org/CONTENT/content-files/72482-${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )
- dev-qt/qtsvg:4"
-DEPEND="${RDEPEND}
- app-arch/unzip"