[gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/files/, app-editors/qwriter/

2017-10-12 Thread Michael Palimaka
commit: b1d23e0a7664c476d62611ac9c22f4d22df30a04
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 12 12:27:12 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 12 12:28:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d23e0a

app-editors/qwriter: remove last rited package

 app-editors/qwriter/Manifest   |  1 -
 .../qwriter/files/qwriter-0.1.9-gcc47.patch| 13 --
 app-editors/qwriter/metadata.xml   | 11 -
 app-editors/qwriter/qwriter-0.1.9-r2.ebuild| 47 -
 app-editors/qwriter/qwriter-0.1.9.ebuild   | 49 --
 5 files changed, 121 deletions(-)

diff --git a/app-editors/qwriter/Manifest b/app-editors/qwriter/Manifest
deleted file mode 100644
index 2e10c32df59..000
--- 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 d13c6625a74..000
--- 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 
- #include 
- #endif
- 

diff --git a/app-editors/qwriter/metadata.xml b/app-editors/qwriter/metadata.xml
deleted file mode 100644
index 69f0954c75e..000
--- a/app-editors/qwriter/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
-   qwriter
-   
-

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 3fda4fe6347..000
--- 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 0f44775c74b..000
--- 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"
-  

[gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/

2016-12-22 Thread David Seifert
commit: 919bc1d391a9eb837067efb5c7d42409768d12f7
Author: David Seifert  gentoo  org>
AuthorDate: Thu Dec 22 17:46:37 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 22 18:25:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919bc1d3

app-editors/qwriter: Depend on x11-libs/qscintilla[qt4]

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188

 .../qwriter/{qwriter-0.1.9-r1.ebuild => qwriter-0.1.9-r2.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild 
b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
similarity index 93%
rename from app-editors/qwriter/qwriter-0.1.9-r1.ebuild
rename to app-editors/qwriter/qwriter-0.1.9-r2.ebuild
index e61d588..eb5bf79 100644
--- a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
+++ b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-qt/qtgui:4
-   x11-libs/qscintilla"
+   x11-libs/qscintilla:=[qt4(-)]"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/qwriter/

2015-08-27 Thread Manuel Rüger
commit: 9c00412eb610b364c9d061c6147b7866e697786c
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Fri Aug 28 02:27:26 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Fri Aug 28 02:27:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c00412e

app-editors/qwriter: EAPI bump

Package-Manager: portage-2.2.20.1

 app-editors/qwriter/qwriter-0.1.9-r1.ebuild | 48 +
 1 file changed, 48 insertions(+)

diff --git a/app-editors/qwriter/qwriter-0.1.9-r1.ebuild 
b/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
new file mode 100644
index 000..e61d588
--- /dev/null
+++ b/app-editors/qwriter/qwriter-0.1.9-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+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
+}