From f70dcfc59e48f94d4d0c902abb5e4c517e052208 Mon Sep 17 00:00:00 2001
From: Andrey Grozin <grozin@gentoo.org>
Date: Sat, 31 Dec 2022 16:50:18 +0700
Subject: app-text/crqt-ng: remove old

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
---
 app-text/crqt-ng/Manifest                       |  1 -
 app-text/crqt-ng/crqt-ng-1.0.3-r1.ebuild        | 43 -------------------------
 app-text/crqt-ng/files/crqt-ng-1.0.3-typo.patch | 25 --------------
 3 files changed, 69 deletions(-)
 delete mode 100644 app-text/crqt-ng/crqt-ng-1.0.3-r1.ebuild
 delete mode 100644 app-text/crqt-ng/files/crqt-ng-1.0.3-typo.patch

diff --git a/app-text/crqt-ng/Manifest b/app-text/crqt-ng/Manifest
index ce1f4f7c7a4d..8b8465d541d6 100644
--- a/app-text/crqt-ng/Manifest
+++ b/app-text/crqt-ng/Manifest
@@ -1,2 +1 @@
-DIST crqt-ng-1.0.3.tar.bz2 423741 BLAKE2B 70b43b601b9b51673b12467a108683d83d087b20867bd21f919913f98d67f367c5dc40d4bd514e4fa5534a5c0766b486e41566c44d50ab8dd85c1717a4b20742 SHA512 aab30e3f42ffcc6a1d54e777d4968df8ae864e5d25df045634fc8041b8418d1440250fe7edc865648b3031bcd39f051295e1518b9e2078ee6046aa66add42dd2
 DIST crqt-ng-1.0.4.tar.bz2 424685 BLAKE2B d661b0ea7e8eee2c386b07fe38e106af800ca2308a8a8e63e4f98d6c446362cf7d653fc5e1f3eb58ebd22e71dd42252f3db057129751d0eb5a3c7e08258eb8cb SHA512 411e28d343153467cbf0d57f28d80c3983f3dae67332b3cf19e5c26304b81e010b4dee02462a58a57c7c70253794a73ac42801d9527bf92e947a14e678075f6d
diff --git a/app-text/crqt-ng/crqt-ng-1.0.3-r1.ebuild b/app-text/crqt-ng/crqt-ng-1.0.3-r1.ebuild
deleted file mode 100644
index 0855e2640420..000000000000
--- a/app-text/crqt-ng/crqt-ng-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PLOCALES="bg cs hu ru uk"
-inherit cmake plocale xdg
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crqt-ng"
-SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc"
-
-CDEPEND=">=app-text/crengine-ng-0.9.3[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${CDEPEND}"
-BDEPEND="${CDEPEND}
-	dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${P}-typo.patch )
-
-src_prepare() {
-	cmake_src_prepare
-	xdg_environment_reset
-
-	# locales
-	plocale_find_changes "${S}"/src/i18n 'crqt_' '.ts'
-	sed -e "s|set(LANGUAGES .*)|set(LANGUAGES $(plocale_get_locales))|i" \
-		-i "${S}"/src/CMakeLists.txt \
-		|| die "sed CMakeLists.txt failed"
-}
-
-src_configure() {
-	CMAKE_USE_DIR="${S}"
-	CMAKE_BUILD_TYPE="Release"
-	local mycmakeargs=(-DUSE_QT=QT5)
-	cmake_src_configure
-}
diff --git a/app-text/crqt-ng/files/crqt-ng-1.0.3-typo.patch b/app-text/crqt-ng/files/crqt-ng-1.0.3-typo.patch
deleted file mode 100644
index e14b9145b05f..000000000000
--- a/app-text/crqt-ng/files/crqt-ng-1.0.3-typo.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 90523e75b7e4dbb6e1dbe0ffe41035b9c174c977 Mon Sep 17 00:00:00 2001
-From: Aleksey Chernov <valexlin@gmail.com>
-Date: Sun, 25 Dec 2022 09:36:55 +0400
-Subject: [PATCH] Update src/i18n/crqt_ru.ts: typo fixed
-
----
- src/i18n/crqt_ru.ts | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/i18n/crqt_ru.ts b/src/i18n/crqt_ru.ts
-index 124dc9c..2d9415f 100644
---- a/src/i18n/crqt_ru.ts
-+++ b/src/i18n/crqt_ru.ts
-@@ -939,7 +939,7 @@
-     <message>
-         <location filename="../mainwindow.ui" line="307"/>
-         <source>Go to the next position in navigation history</source>
--        <translation>Перейти к следующей позиции і истории навигации</translation>
-+        <translation>Перейти к следующей позиции в истории навигации</translation>
-     </message>
-     <message>
-         <location filename="../mainwindow.ui" line="310"/>
--- 
-2.37.4
-
-- 
cgit v1.2.3-65-gdbad