sci-electronics/plcedit: Remove last-rited package
authorDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 09:07:09 +0000 (11:07 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 09:08:15 +0000 (11:08 +0200)
Closes: https://bugs.gentoo.org/644480

profiles/package.mask
sci-electronics/plcedit/Manifest [deleted file]
sci-electronics/plcedit/files/plcedit-2.2.1-gcc47.patch [deleted file]
sci-electronics/plcedit/metadata.xml [deleted file]
sci-electronics/plcedit/plcedit-2.2.1.ebuild [deleted file]

index 233ba7d404676a3269aabc932eb7060f63adb34d..bc7bbb2ae4d3921c29d44f2ca799b0faa75323fb 100644 (file)
@@ -320,10 +320,6 @@ games-arcade/monster-masher
 # 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.
diff --git a/sci-electronics/plcedit/Manifest b/sci-electronics/plcedit/Manifest
deleted file mode 100644 (file)
index 3f1e26c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST plcedit-2.2.1.tar.gz 2855243 BLAKE2B 8470c587afc647d765fac304b32f1ae3e1ac69005bfa144004f4c861f65d66caac1b7f669da430ceddd73538176c8f061217a77e893dbc108fe563432eceaf5d SHA512 dee6dedd6b7fcd979311fa25e694b53eb9588bf713b9638a3e1355a155c467974c5cc41c4375d4f9f104e9c850024ba51a643011a107e21abbfbfc38c2dae7c2
diff --git a/sci-electronics/plcedit/files/plcedit-2.2.1-gcc47.patch b/sci-electronics/plcedit/files/plcedit-2.2.1-gcc47.patch
deleted file mode 100644 (file)
index 046a27c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
- 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
diff --git a/sci-electronics/plcedit/metadata.xml b/sci-electronics/plcedit/metadata.xml
deleted file mode 100644 (file)
index 18e1409..0000000
+++ /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/sci-electronics/plcedit/plcedit-2.2.1.ebuild b/sci-electronics/plcedit/plcedit-2.2.1.ebuild
deleted file mode 100644 (file)
index 7fbbd69..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}