From 914bc7f07098ac3918913e4c83951a9cbba5a949 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Feb 2024 05:40:46 +0000 Subject: gentoo auto-resync : 23:02:2024 - 05:40:46 --- app-text/Manifest.gz | Bin 49611 -> 49611 bytes app-text/crwx-ng/Manifest | 1 - app-text/crwx-ng/files/crwx-ng-0.2.0.patch | 62 ----------------------------- 3 files changed, 63 deletions(-) delete mode 100644 app-text/crwx-ng/files/crwx-ng-0.2.0.patch (limited to 'app-text') diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 0cde3a9a62be..93f6fa21c4a1 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest index c9ec47d48dde..04a2ec83fbe5 100644 --- a/app-text/crwx-ng/Manifest +++ b/app-text/crwx-ng/Manifest @@ -1,4 +1,3 @@ -AUX crwx-ng-0.2.0.patch 3504 BLAKE2B 4ba842f9961f57fcd86f6423232fc401f2af07a1b5b77213716519d5e2a29b156d8f304b126249f2336abe60b7ac8ce13921d9f58aff1ce4efa70fdb06537ce0 SHA512 5370b9111efc9db9f493fdead16245b1b03eccd7e178f3ec9df6765893c743879c23f56ee700794e4dbab2dc15186714e598db335fb5a624b5cd096d8814df40 DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662 EBUILD crwx-ng-0.3.1-r1.ebuild 706 BLAKE2B 144284d72ae2a5146167a44f397add28eb6aea5b0c3ab5537b153e32dbb4877f7d489203ce3d377611f18586bdf79effeb9835086d4def80768a6a4530dd0beb SHA512 c6240280f385f413e23e20c229ce365201af1f1defa7de3fb25ffa960869042c44c32cff0209c79e224986585f87cffedd463206933ba75e70f9cb8f49f2f561 MISC metadata.xml 1181 BLAKE2B 9f05cbf93f1167001904baba1b735343748397b467cfee05a967ce69624ae7524a8d08c0e70233df0bce6aabf1bcfbed41b49fb27600849f2ac462564eddb773 SHA512 7a00f86acd4bcb2af383859b41bc438b5b68e2c668798958c5c180ff2411d12c6f3439f023a4415f86725513cbc8901bea9b26c93ebcfbd9f3f027fc9fcfa6fc diff --git a/app-text/crwx-ng/files/crwx-ng-0.2.0.patch b/app-text/crwx-ng/files/crwx-ng-0.2.0.patch deleted file mode 100644 index f754ceb88d0b..000000000000 --- a/app-text/crwx-ng/files/crwx-ng-0.2.0.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 146f22a7c56a3402c75b4a51b8b1940144dfd9fd Mon Sep 17 00:00:00 2001 -From: Aleksey Chernov -Date: Tue, 27 Dec 2022 10:11:16 +0400 -Subject: [PATCH] Compile error/warn fixed. - ---- - src/cr3.cpp | 25 +++++++++++-------------- - 1 file changed, 11 insertions(+), 14 deletions(-) - -diff --git a/src/cr3.cpp b/src/cr3.cpp -index 19d5c4a..00e733b 100644 ---- a/src/cr3.cpp -+++ b/src/cr3.cpp -@@ -341,14 +341,17 @@ void testFormatting() { - LFormattedText txt; - void addLine(const lChar32* str, int flags, LVFontRef font) { - lString32 s(str); -- txt.AddSourceLine(s.c_str(), /* pointer to unicode text string */ -- s.length(), /* number of chars in text, 0 for auto(strlen) */ -- 0x000000, /* text color */ -- 0xFFFFFF, /* background color */ -- font.get(), /* font to draw string */ -- NULL, flags, 16, /* interline space, *16 (16=single, 32=double) */ -- 30, /* first line margin */ -- NULL, 0); -+ txt.AddSourceLine(s.c_str(), /* pointer to unicode text string */ -+ s.length(), /* number of chars in text, 0 for auto(strlen) */ -+ 0x000000, /* text color */ -+ 0xFFFFFF, /* background color */ -+ font.get(), /* font to draw string */ -+ NULL, /* pointer to text lang config */ -+ flags, /* flags */ -+ 16, /* line height in screen pixels; *16 (16=single, 32=double) */ -+ 0, /* drift y from baseline */ -+ 30, /* first line margin */ -+ NULL, 0, 0); - } - void dump() { - formatted_text_fragment_t* buf = txt.GetBuffer(); -@@ -1380,9 +1383,6 @@ void cr3Frame::OnFileOpen(wxCommandEvent& WXUNUSED(event)) { - wxT(""), //const wxString& defaultFile = "", - wxT("All supported files|*.fb2;*.fbz;*.txt;*.zip;*.rtf;*.epub;*.tcr;*.html;*.htm;*.shtml;*.xhtml|FictionBook files (*.fb2)|*.fb2;*.fbz|RTF files (*.rtf)|*.rtf|Text files (*.txt, *.tcr)|*.txt;*.tcr|HTML files|*.html;*.htm;*.shtml;*.xhtml|EPUB files (*.epub)|*.epub|ZIP archieves (*.zip)|*.zip"), //const wxString& wildcard = "*.*", - wxFD_OPEN | wxFD_FILE_MUST_EXIST //long style = wxFD_DEFAULT_STYLE, -- //const wxPoint& pos = wxDefaultPosition, -- //const wxSize& sz = wxDefaultSize, -- //const wxString& name = "filedlg" - ); - - if (dlg.ShowModal() == wxID_OK) { -@@ -1410,9 +1410,6 @@ void cr3Frame::OnFileSave(wxCommandEvent& WXUNUSED(event)) { - wxT(""), //const wxString& defaultFile = "", - wxT("Wolf EBook files (*.wol)|*.wol"), //const wxString& wildcard = "*.*", - wxFD_SAVE | wxFD_OVERWRITE_PROMPT //long style = wxFD_DEFAULT_STYLE, -- //const wxPoint& pos = wxDefaultPosition, -- //const wxSize& sz = wxDefaultSize, -- //const wxString& name = "filedlg" - ); - WolOptions opts(this); - if (dlg.ShowModal() == wxID_OK && opts.ShowModal() == wxID_OK) { --- -2.38.2 - -- cgit v1.2.3