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
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')
-rw-r--r--x11-plugins/qled/Manifest1
-rw-r--r--x11-plugins/qled/metadata.xml8
-rw-r--r--x11-plugins/qled/qled-0.6.2.ebuild23
3 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/qled/Manifest b/x11-plugins/qled/Manifest
deleted file mode 100644
index 411ed8b8e408..000000000000
--- a/x11-plugins/qled/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 72482-QLed-0.6.2.zip 720788 BLAKE2B ae03e4d1c7bb77a8b06f1762c6d022cdea868bf81d4ea30fd6ac9a1bc62b29a2ba5fb9a2f3e73f091b8e39a09db89b8c28b270e1d2d1191963a76b562f5ec6f1 SHA512 407df6b873b3b846d53847f96d145cbfb62a9878bdd3bc0c7157cd8f8a7e0ecdd903061059ab37dc62ad7c909483d94c540505f295761debe9727579fcb35cd1
diff --git a/x11-plugins/qled/metadata.xml b/x11-plugins/qled/metadata.xml
deleted file mode 100644
index 2028cee3c389..000000000000
--- a/x11-plugins/qled/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-</maintainer>
-</pkgmetadata>
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"