commit:     ea907477edad001a53352f979cf34f660aab6aa6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 09:07:09 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 09:08:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea907477

sci-electronics/plcedit: Remove last-rited package

Closes: https://bugs.gentoo.org/644480

 profiles/package.mask                              |  4 ---
 sci-electronics/plcedit/Manifest                   |  1 -
 .../plcedit/files/plcedit-2.2.1-gcc47.patch        | 15 --------
 sci-electronics/plcedit/metadata.xml               |  8 -----
 sci-electronics/plcedit/plcedit-2.2.1.ebuild       | 42 ----------------------
 5 files changed, 70 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 233ba7d4046..bc7bbb2ae4d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <[email protected]> (18 Mar 2018)
-# Depends on dead QT4 (#644480). Removal in a month.
-sci-electronics/plcedit
-
 # Pacho Ramos <[email protected]> (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
index 3f1e26cfca6..00000000000
--- a/sci-electronics/plcedit/Manifest
+++ /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
index 046a27cbac8..00000000000
--- a/sci-electronics/plcedit/files/plcedit-2.2.1-gcc47.patch
+++ /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
- #if defined(Q_OS_UNIX)
- #include <time.h>
-+#include <unistd.h>
- #endif
- 
- namespace QtLP_Private {

diff --git a/sci-electronics/plcedit/metadata.xml 
b/sci-electronics/plcedit/metadata.xml
deleted file mode 100644
index 18e14095648..00000000000
--- a/sci-electronics/plcedit/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>[email protected]</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
index 7fbbd69f756..00000000000
--- a/sci-electronics/plcedit/plcedit-2.2.1.ebuild
+++ /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
-}

Reply via email to