summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qwriter/Manifest1
-rw-r--r--app-editors/qwriter/files/qwriter-0.1.9-gcc47.patch13
-rw-r--r--app-editors/qwriter/metadata.xml11
-rw-r--r--app-editors/qwriter/qwriter-0.1.9-r2.ebuild47
-rw-r--r--app-editors/qwriter/qwriter-0.1.9.ebuild49
5 files changed, 0 insertions, 121 deletions
diff --git a/app-editors/qwriter/Manifest b/app-editors/qwriter/Manifest
deleted file mode 100644
index 2e10c32df590..000000000000
--- a/app-editors/qwriter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qwriter-0.1.9-src.tar.gz 1305399 SHA256 7a645f94b0a0050589d491e6c8a0bfa8f3381f513f9504aef348343d00c1ef8d SHA512 58a1c9b4ffcb148a0131dbbc4c150cf0b8b615e0c57712f5abe8955ce91a3d3de608d60fe9b68115fe77ec1cb2705917780e9789e175bd1c25c85aee2d23e09e WHIRLPOOL 7b57539842781e34763dcaaf644ca9e437b9accdac4215ccb5e1459a49489234665b73a9a146a9184e13b14ce3a3b8114491ffedfcde815ea9dd49ba9e4d2679
diff --git a/app-editors/qwriter/files/qwriter-0.1.9-gcc47.patch b/app-editors/qwriter/files/qwriter-0.1.9-gcc47.patch
deleted file mode 100644
index d13c6625a743..000000000000
--- a/app-editors/qwriter/files/qwriter-0.1.9-gcc47.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=425252
-Index: qwriter-0.1.9-src/qtsingleapplication-2.6-opensource/linux/src/qtlocalpeer.cpp
-===================================================================
---- qwriter-0.1.9-src.orig/qtsingleapplication-2.6-opensource/linux/src/qtlocalpeer.cpp
-+++ qwriter-0.1.9-src/qtsingleapplication-2.6-opensource/linux/src/qtlocalpeer.cpp
-@@ -56,6 +56,7 @@ typedef BOOL(WINAPI*PProcessIdToSessionI
- static PProcessIdToSessionId pProcessIdToSessionId = 0;
- #endif
- #if defined(Q_OS_UNIX)
-+#include <unistd.h>
- #include <time.h>
- #endif
-
diff --git a/app-editors/qwriter/metadata.xml b/app-editors/qwriter/metadata.xml
deleted file mode 100644
index 69f0954c75ed..000000000000
--- a/app-editors/qwriter/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="google-code">qwriter</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-editors/qwriter/qwriter-0.1.9-r2.ebuild b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
deleted file mode 100644
index 3fda4fe6347b..000000000000
--- a/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-LANGS="ru"
-
-inherit eutils qt4-r2
-
-MY_P="${P}-src"
-
-DESCRIPTION="Advanced text editor with syntax highlighting"
-HOMEPAGE="http://qt-apps.org/content/show.php/QWriter?content=106377"
-#upstream failed to provide a sane url
-SRC_URI="https://qwriter.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
- x11-libs/qscintilla:=[qt4(-)]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- sed -i "s:languages:/usr/share/${PN}/languages:" src/MainWindow.cpp \
- || die "failed to fix translation path"
- # gcc-4.7. Bug #425252
- epatch "${FILESDIR}"/${P}-gcc47.patch
- qt4-r2_src_prepare
-}
-
-src_install() {
- dobin bin/${PN}
- newicon images/w.png ${PN}.png
- make_desktop_entry ${PN} QWriter ${PN}
- insinto /usr/share/${PN}/languages/
- for x in ${LANGS};do
- for j in ${LINGUAS};do
- if [[ $x == $j ]]; then
- doins languages/${PN}_$x.qm
- fi
- done
- done
-}
diff --git a/app-editors/qwriter/qwriter-0.1.9.ebuild b/app-editors/qwriter/qwriter-0.1.9.ebuild
deleted file mode 100644
index 0f44775c74bf..000000000000
--- a/app-editors/qwriter/qwriter-0.1.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-LANGS="ru"
-
-inherit eutils qt4-r2
-
-MY_P="${P}-src"
-
-DESCRIPTION="Advanced text editor with syntax highlighting"
-HOMEPAGE="http://qt-apps.org/content/show.php/QWriter?content=106377"
-#upstream failed to provide a sane url
-SRC_URI="https://qwriter.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
- x11-libs/qscintilla"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- sed -i "s:languages:/usr/share/${PN}/languages:" src/MainWindow.cpp \
- || die "failed to fix translation path"
- # gcc-4.7. Bug #425252
- epatch "${FILESDIR}"/${P}-gcc47.patch
- qt4-r2_src_prepare
-}
-
-src_install() {
- dobin bin/${PN} || die "dobin failed"
- newicon images/w.png ${PN}.png || die "newicon failed"
- make_desktop_entry ${PN} QWriter ${PN} \
- || die "make_desktop_entry failed"
- insinto /usr/share/${PN}/languages/
- for x in ${LANGS};do
- for j in ${LINGUAS};do
- if [[ $x == $j ]]; then
- doins languages/${PN}_$x.qm \
- || die "failed to install $x translation"
- fi
- done
- done
-}