* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2022-12-25 5:21 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2022-12-25 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 7561234526ea3091997b35eb2e96b1e58899d491
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 05:21:33 2022 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 05:21:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75612345
app-text/crwx-ng: initial import
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/Manifest | 1 +
app-text/crwx-ng/crwx-ng-0.2.0.ebuild | 21 +++++++++++++++++++++
app-text/crwx-ng/metadata.xml | 27 +++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest
new file mode 100644
index 000000000000..3120086dcfd6
--- /dev/null
+++ b/app-text/crwx-ng/Manifest
@@ -0,0 +1 @@
+DIST crwx-ng-0.2.0.tar.bz2 364917 BLAKE2B f8d541fa479fe3102d495ba43ce51d256f55b9724844d26b89db8396f2cbf90680dd312ecc0c816ee50fb498c8b69ba69d0db73f9ee5dcefc9991e8077754171 SHA512 0890a6066fca7178b483749e946659a6e4304f13694601024fe500e9b79351f7170403b136407a831abe7a040f775dd34c02d9411814c136da68ee6b69e00a99
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0.ebuild
new file mode 100644
index 000000000000..7317e7272011
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+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=]
+ x11-libs/wxGTK:${WX_GTK_VER}"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ || ( media-fonts/liberation-fonts media-fonts/corefonts )"
diff --git a/app-text/crwx-ng/metadata.xml b/app-text/crwx-ng/metadata.xml
new file mode 100644
index 000000000000..825eb1745c89
--- /dev/null
+++ b/app-text/crwx-ng/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>valexlin@gmail.com</email>
+ <name>Aleksey Chernov</name>
+ <description>upstream</description>
+ </maintainer>
+ <longdescription lang="en">
+ A fork of coolreader wx program. Supported formats are: fb2 (including fb2.zip), fb3,
+ epub (without DRM), rtf, doc, docx, odt, html, chm, pdb, mobi (without DRM), txt, trc, prc.
+ </longdescription>
+ <use>
+ <flag name="chm">Support chm format</flag>
+ <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for kerning and ligatures</flag>
+ <flag name="libunibreak">Use <pkg>dev-libs/libunibreak</pkg> for hyphenation</flag>
+ <flag name="fribidi">Support bidirectional text by <pkg>dev-libs/fribidi</pkg></flag>
+ <flag name="libutf8proc">Use <pkg>dev-libs/libutf8proc</pkg> for manipulating unicode strings</flag>
+ </use>
+ <upstream>
+ <remote-id type="gitlab">coolreader-ng/crqt-ng</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2022-12-25 5:37 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2022-12-25 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 802d74709d8e1a8b936b36229d502a74e327d2bd
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 05:37:08 2022 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 05:37:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802d7470
app-text/crwx-ng: fixed remote-id
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/crwx-ng/metadata.xml b/app-text/crwx-ng/metadata.xml
index 825eb1745c89..536740ef901b 100644
--- a/app-text/crwx-ng/metadata.xml
+++ b/app-text/crwx-ng/metadata.xml
@@ -22,6 +22,6 @@
<flag name="libutf8proc">Use <pkg>dev-libs/libutf8proc</pkg> for manipulating unicode strings</flag>
</use>
<upstream>
- <remote-id type="gitlab">coolreader-ng/crqt-ng</remote-id>
+ <remote-id type="gitlab">coolreader-ng/crwx-ng</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2022-12-25 7:56 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2022-12-25 7:56 UTC (permalink / raw
To: gentoo-commits
commit: bf65fdcb79604c0d8da262a6917fb2911ac20184
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 07:56:10 2022 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 07:56:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf65fdcb
app-text/crwx-ng: minor improvement
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..c3c0174eacf2
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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=]
+ x11-libs/wxGTK:${WX_GTK_VER}"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2022-12-25 7:57 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2022-12-25 7:57 UTC (permalink / raw
To: gentoo-commits
commit: cfe30defd0055cf59946b99d52e152de5efc319d
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 07:57:42 2022 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 07:57:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe30def
app-text/crwx-ng: remove old
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0.ebuild
deleted file mode 100644
index 7317e7272011..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-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=]
- x11-libs/wxGTK:${WX_GTK_VER}"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- || ( media-fonts/liberation-fonts media-fonts/corefonts )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2023-01-03 10:55 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2023-01-03 10:55 UTC (permalink / raw
To: gentoo-commits
commit: ecfe64ab6e7fa38bf5b4b96286c217ce5e3120bc
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 10:54:21 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 10:54:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfe64ab
app-text/crwx-ng: remove old
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
deleted file mode 100644
index c3c0174eacf2..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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=]
- x11-libs/wxGTK:${WX_GTK_VER}"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2023-04-20 9:43 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2023-04-20 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 1ba713a2cefc398c1b382f8686aa62588f05bb22
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 09:43:32 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 09:43:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba713a2
app-text/crwx-ng: DEPEND on crengine-ng:0/<subslot>
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild
new file mode 100644
index 000000000000..64cec1b653a4
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
+
+PATCHES=( "${FILESDIR}"/${P}.patch )
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2023-04-20 9:44 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2023-04-20 9:44 UTC (permalink / raw
To: gentoo-commits
commit: fea8a4aeaa5668edd09571938d577033860d39d3
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 09:44:28 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 09:44:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea8a4ae
app-text/crwx-ng: remove old revision
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild
deleted file mode 100644
index c362c9d43f6d..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2023-04-24 5:29 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2023-04-24 5:29 UTC (permalink / raw
To: gentoo-commits
commit: 4271e5df725a5024dcf4beef3a82c1a4a4a8fbc1
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 05:29:24 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 05:29:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4271e5df
app-text/crwx-ng: metadata update
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/crwx-ng/metadata.xml b/app-text/crwx-ng/metadata.xml
index 536740ef901b..8ff6a0b3b831 100644
--- a/app-text/crwx-ng/metadata.xml
+++ b/app-text/crwx-ng/metadata.xml
@@ -12,7 +12,7 @@
</maintainer>
<longdescription lang="en">
A fork of coolreader wx program. Supported formats are: fb2 (including fb2.zip), fb3,
- epub (without DRM), rtf, doc, docx, odt, html, chm, pdb, mobi (without DRM), txt, trc, prc.
+ epub (without DRM), rtf, doc, docx, odt, md, html, chm, pdb, mobi (without DRM), txt, trc, prc.
</longdescription>
<use>
<flag name="chm">Support chm format</flag>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2023-05-29 15:11 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2023-05-29 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 913499bdc8f25e75bc3bac9a7be0fc50bbf1750c
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 15:11:34 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon May 29 15:11:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913499bd
app-text/crwx-ng: DEPEND on wxGTk:3.2-gtk3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild
new file mode 100644
index 000000000000..1042a5a774a0
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.2-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
+
+PATCHES=( "${FILESDIR}"/${P}.patch )
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2024-02-13 10:53 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2024-02-13 10:53 UTC (permalink / raw
To: gentoo-commits
commit: c599348d81deb0b396bde97287021e34d4c9e95f
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 10:53:09 2024 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 10:53:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c599348d
app-text/crwx-ng: bump to 0.3.1
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/Manifest | 1 +
app-text/crwx-ng/crwx-ng-0.3.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest
index 3120086dcfd6..945d1e30f34a 100644
--- a/app-text/crwx-ng/Manifest
+++ b/app-text/crwx-ng/Manifest
@@ -1 +1,2 @@
DIST crwx-ng-0.2.0.tar.bz2 364917 BLAKE2B f8d541fa479fe3102d495ba43ce51d256f55b9724844d26b89db8396f2cbf90680dd312ecc0c816ee50fb498c8b69ba69d0db73f9ee5dcefc9991e8077754171 SHA512 0890a6066fca7178b483749e946659a6e4304f13694601024fe500e9b79351f7170403b136407a831abe7a040f775dd34c02d9411814c136da68ee6b69e00a99
+DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
new file mode 100644
index 000000000000..9e0780ab87c9
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.2-gtk3"
+inherit cmake wxwidgets xdg
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2024-02-14 14:44 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2024-02-14 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 2c168251ab1b9f55042578cb9ead5c25ed89039f
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 14:44:00 2024 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 14:44:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c168251
app-text/crwx-ng: add missing setup-wxwidgets
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild
new file mode 100644
index 000000000000..8d503c432457
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.2-gtk3"
+inherit cmake wxwidgets xdg
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+BDEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
+
+pkg_prepare() {
+ setup-wxwidgets
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2024-02-14 14:45 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2024-02-14 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 1b1e3ec4d0ab3aaebd390c55156e9fe8b593a956
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 14:45:29 2024 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 14:45:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1e3ec4
app-text/crwx-ng: remove old versions
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/Manifest | 1 -
app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild | 23 -----------------------
app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild | 23 -----------------------
app-text/crwx-ng/crwx-ng-0.3.1.ebuild | 21 ---------------------
4 files changed, 68 deletions(-)
diff --git a/app-text/crwx-ng/Manifest b/app-text/crwx-ng/Manifest
index 945d1e30f34a..14942f26777b 100644
--- a/app-text/crwx-ng/Manifest
+++ b/app-text/crwx-ng/Manifest
@@ -1,2 +1 @@
-DIST crwx-ng-0.2.0.tar.bz2 364917 BLAKE2B f8d541fa479fe3102d495ba43ce51d256f55b9724844d26b89db8396f2cbf90680dd312ecc0c816ee50fb498c8b69ba69d0db73f9ee5dcefc9991e8077754171 SHA512 0890a6066fca7178b483749e946659a6e4304f13694601024fe500e9b79351f7170403b136407a831abe7a040f775dd34c02d9411814c136da68ee6b69e00a99
DIST crwx-ng-0.3.1.tar.bz2 363898 BLAKE2B f44434014ec773c603f2497fd78236897e7988b46dc7697b2aaad7da6eb0a6334723bf6fd73b95960d835b762562fb809bc3aee6aa5ee06557b9fb442ef7aa07 SHA512 7f4c5de17ed32dc18aa7ef58f56090753c6fd4e87d3be6072ecb225f3339f1dacde8b54ec5b79bf031e3082067a00eb66008842248a819fe8c6af9eb6d080662
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild
deleted file mode 100644
index 64cec1b653a4..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.0-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )
diff --git a/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild b/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild
deleted file mode 100644
index 1042a5a774a0..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.2.0-r4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.2-gtk3"
-inherit cmake wxwidgets
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
deleted file mode 100644
index 9e0780ab87c9..000000000000
--- a/app-text/crwx-ng/crwx-ng-0.3.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-WX_GTK_VER="3.2-gtk3"
-inherit cmake wxwidgets xdg
-
-DESCRIPTION="Cross-platform e-book reader"
-HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-BDEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
- virtual/ttf-fonts"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/
@ 2024-07-03 5:36 Andrey Grozin
0 siblings, 0 replies; 13+ messages in thread
From: Andrey Grozin @ 2024-07-03 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 2f39aa2ea5adf27ac458c20060a6af47124155bb
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 05:35:48 2024 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 05:36:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39aa2e
app-text/crwx-ng: move setup-wxwidgets to src_configure
Closes: https://bugs.gentoo.org/934543
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild
new file mode 100644
index 000000000000..b92868a5f3c6
--- /dev/null
+++ b/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+WX_GTK_VER="3.2-gtk3"
+inherit cmake wxwidgets xdg
+
+DESCRIPTION="Cross-platform e-book reader"
+HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-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.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=]
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+ virtual/ttf-fonts"
+
+src_configure() {
+ setup-wxwidgets
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-07-03 5:36 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29 15:11 [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/ Andrey Grozin
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 5:36 Andrey Grozin
2024-02-14 14:45 Andrey Grozin
2024-02-14 14:44 Andrey Grozin
2024-02-13 10:53 Andrey Grozin
2023-04-24 5:29 Andrey Grozin
2023-04-20 9:44 Andrey Grozin
2023-04-20 9:43 Andrey Grozin
2023-01-03 10:55 Andrey Grozin
2022-12-25 7:57 Andrey Grozin
2022-12-25 7:56 Andrey Grozin
2022-12-25 5:37 Andrey Grozin
2022-12-25 5:21 Andrey Grozin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox