# Relies on dead QT4 (#644422), build issues (#629728). Removal in a month.
media-video/videocut
-# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
-# Depends on dead QT4 (#644480). Removal in a month.
-sci-electronics/plcedit
-
# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
# Tests fail, package has no reverse deps and is not really needed at
# present time (#645166). Removal in a month.
+++ /dev/null
-DIST plcedit-2.2.1.tar.gz 2855243 BLAKE2B 8470c587afc647d765fac304b32f1ae3e1ac69005bfa144004f4c861f65d66caac1b7f669da430ceddd73538176c8f061217a77e893dbc108fe563432eceaf5d SHA512 dee6dedd6b7fcd979311fa25e694b53eb9588bf713b9638a3e1355a155c467974c5cc41c4375d4f9f104e9c850024ba51a643011a107e21abbfbfc38c2dae7c2
+++ /dev/null
- https://bugs.gentoo.org/450856
-
- src/singleapp/qtlocalpeer.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/src/singleapp/qtlocalpeer.cpp
-+++ b/src/singleapp/qtlocalpeer.cpp
-@@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
- #endif\r
- #if defined(Q_OS_UNIX)\r
- #include <time.h>\r
-+#include <unistd.h>\r
- #endif\r
- \r
- namespace QtLP_Private {\r
+++ /dev/null
-<?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>
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils versionator qt4-r2
-MY_PN="PLCEdit"
-
-DESCRIPTION="Qt4 notepad for PLC programming"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/PLCEdit?content=78380"
-#upstreams default tarball is quite messy. Better repack it myself :/
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc"
-
-RDEPEND="dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc47.patch
-
- if use doc; then
- sed -i -e "/helpDir =/s:Help:html:" \
- -e "s:(QApplication\:\:applicationDirPath():\"/usr/share/doc/${PF}\":g" \
- -e "/ + helpDir/s:helpDir):helpDir:" \
- src/helpwidget.cpp
- fi
- qt4-r2_src_prepare
-}
-
-src_install() {
- newbin release/${MY_PN} ${PN} || die "dobin failed"
- newicon src/ressources/images/icon.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN} ${PN} 'Qt;Electronics'
- dodoc readme.txt || die "dodoc failed"
- if use doc; then
- dohtml -r Docs/html/* || die "dohtml failed"
- fi
-}