summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-03-18 13:55:33 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-18 13:57:48 +1100
commitf7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0 (patch)
tree2be537b9c93a488947c117008aa996bd600dc3a7 /app-editors/focuswriter
parentcmake-utils.eclass: raise minimum version to 3.7.2 (diff)
downloadgentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.gz
gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.bz2
gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.zip
app-editors/focuswriter: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-editors/focuswriter')
-rw-r--r--app-editors/focuswriter/Manifest2
-rw-r--r--app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch36
-rw-r--r--app-editors/focuswriter/focuswriter-1.5.5.ebuild66
-rw-r--r--app-editors/focuswriter/focuswriter-1.6.2.ebuild58
4 files changed, 0 insertions, 162 deletions
diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index b64b6ac48ab3..caa64da143f9 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,4 +1,2 @@
-DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766 WHIRLPOOL 29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1
-DIST focuswriter-1.6.2-src.tar.bz2 10205432 SHA256 ac77139b4c9b70d26643e5707a9db9003586a6633779dec20a5c1353602b2655 SHA512 fb665e2bb59b9b449c0b68e3e72cc51c14c6c8b779ac347176bdb521922fba233da6754db4772dbcc80d5c610fb180176ade1ec8dd29c9b004223dce73faa58a WHIRLPOOL 3913609be7c934795b1e1a73c2a836c88bbbaf6282db0ac70bd685b52b902e7dd085172e489aec6420b37e6b7be769138051df0bb722adeac1676a66ec5e2b3f
DIST focuswriter-1.6.3-src.tar.bz2 10211589 SHA256 7de693e8786738c50bde53d4e325334ecf3b8155d7c9b37e64bbd9adedcb9f40 SHA512 015a9153a331bffc1b87bb0d13c6aa1340f46da72084caad8a4a8811f213e5ae17802363570052702c1f1b990ccb3d314f179da0a94898bdc988b7798a3b9b0f WHIRLPOOL a8ed601dc2e53665af3be74cac385ec8afdc7c9029812250964ee660a52b4eafe568c4f5405a7348c64244c7c9ab7da1af3d43f6e923e0c7729e0c0f6fec80bd
DIST focuswriter-1.6.4-src.tar.bz2 10214364 SHA256 1f019e75b5581d3e7ed96977e92c9a5f6eba8456eccbad1f481adaabae34055c SHA512 0f3e0af0efab3cae7e2c4086c500dcf75b1d48f3d4f2cfa5fa3663443f109e90ab3dac01fcac240fa0d65ffe5f11faec9145083192492c9eefa6c1b48ed22c7a WHIRLPOOL 4728d5768daaa5298632c3a2cd745cbd6aeb32b23d03aa64a021d19ab8d0084e3edf15211a2c2536c4280006fcc497204fe1a391a8c00716984679d4a0ef070c
diff --git a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
deleted file mode 100644
index e7815be0ee5f..000000000000
--- a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- focuswriter.pro.orig 2014-07-20 17:37:05.000000000 +0400
-+++ focuswriter.pro 2014-07-31 17:56:00.702801120 +0400
-@@ -90,13 +90,14 @@
- src/spelling/dictionary_provider_voikko.cpp
-
- lessThan(QT_MAJOR_VERSION, 5) {
-+ CONFIG += qtsingleapplication
- SOURCES += src/sdl/sound.cpp
- } else {
- SOURCES += src/sound.cpp
- }
- }
-
--INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
-+INCLUDEPATH += src src/fileformats src/qtzip src/spelling
-
- # Specify program sources
- HEADERS += src/action_manager.h \
-@@ -155,8 +156,6 @@
- src/fileformats/rtf_tokenizer.h \
- src/fileformats/rtf_writer.h \
- src/fileformats/txt_reader.h \
-- src/qtsingleapplication/qtsingleapplication.h \
-- src/qtsingleapplication/qtlocalpeer.h \
- src/qtzip/qtzipreader.h \
- src/qtzip/qtzipwriter.h \
- src/spelling/abstract_dictionary.h \
-@@ -219,8 +218,6 @@
- src/fileformats/rtf_tokenizer.cpp \
- src/fileformats/rtf_writer.cpp \
- src/fileformats/txt_reader.cpp \
-- src/qtsingleapplication/qtsingleapplication.cpp \
-- src/qtsingleapplication/qtlocalpeer.cpp \
- src/qtzip/qtzip.cpp \
- src/spelling/dictionary_dialog.cpp \
- src/spelling/dictionary_manager.cpp \
diff --git a/app-editors/focuswriter/focuswriter-1.5.5.ebuild b/app-editors/focuswriter/focuswriter-1.5.5.ebuild
deleted file mode 100644
index 05553d16d107..000000000000
--- a/app-editors/focuswriter/focuswriter-1.5.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PLOCALES="ar ca cs da de el en en_GB es_MX es fi fr he hu hy id it ja ko nl pl
-pt_BR pt ro ru sk sr sv tr uk vi zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-inherit fdo-mime gnome2-utils l10n readme.gentoo qt4-r2
-
-DESCRIPTION="A fullscreen and distraction-free word processor"
-HOMEPAGE="http://gottcode.org/focuswriter/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="app-text/hunspell
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtsingleapplication[qt4(+),X]
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( ChangeLog CREDITS NEWS README )
-DOC_CONTENTS="Focuswriter has optional sound support if media-libs/sdl-mixer is
-installed with wav useflag enabled."
-
-PATCHES=( "${FILESDIR}/${PN}-1.5.2-unbundle-qtsingleapplication.patch" )
-
-rm_loc() {
- sed -e "s|translations/${PN}_${1}.ts||" -i ${PN}.pro || die 'sed failed'
- rm translations/${PN}_${1}.{ts,qm} || die "removing ${1} locale failed"
-}
-
-src_prepare() {
- l10n_for_each_disabled_locale_do rm_loc
- qt4-r2_src_prepare
-}
-
-src_configure() {
- eqmake4 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- readme.gentoo_create_doc
- qt4-r2_src_install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- readme.gentoo_pkg_postinst
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
diff --git a/app-editors/focuswriter/focuswriter-1.6.2.ebuild b/app-editors/focuswriter/focuswriter-1.6.2.ebuild
deleted file mode 100644
index 95ff93d90d4e..000000000000
--- a/app-editors/focuswriter/focuswriter-1.6.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fdo-mime gnome2-utils qmake-utils
-
-DESCRIPTION="A fullscreen and distraction-free word processor"
-HOMEPAGE="http://gottcode.org/focuswriter/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/hunspell:=
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsingleapplication[qt5,X]
- dev-qt/qtwidgets:5
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- dev-qt/qtconcurrent:5
- virtual/pkgconfig
-"
-
-DOCS=( ChangeLog CREDITS NEWS README )
-
-PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}