* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/
@ 2024-06-19 21:16 Vitaly Zdanevich
0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-06-19 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 818fbb349e767e0b56a63163ab0973c2691a4d30
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jun 19 21:16:23 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Jun 19 21:16:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=818fbb34
www-misc/libkiwix: new package
copy from https://data.gpo.zugaina.org/stefantalpalaru/www-misc/kiwix-lib
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
www-misc/libkiwix/Manifest | 2 ++
www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild | 46 ++++++++++++++++++++++++++++
www-misc/libkiwix/libkiwix-13.1.0.ebuild | 47 +++++++++++++++++++++++++++++
www-misc/libkiwix/metadata.xml | 11 +++++++
4 files changed, 106 insertions(+)
diff --git a/www-misc/libkiwix/Manifest b/www-misc/libkiwix/Manifest
new file mode 100644
index 000000000..d515fe8e6
--- /dev/null
+++ b/www-misc/libkiwix/Manifest
@@ -0,0 +1,2 @@
+DIST libkiwix-12.1.0.tar.gz 1098820 BLAKE2B 4dc0fa936daa1693bb398d18588d65bb22e9c60c7246eaa77c0fc198fa4d818c0a3e821e629134601aca9104d131a824677ec4f0ec785f1298cfc760c458c7f8 SHA512 9d4df7e46693a5aec545087ce37a2e83dfa3173a98e9d64cbbf364e1fd31143c30e856973cf12b0a2f608661d78a9453d8b748680c01f48e1df375c7b2b909d5
+DIST libkiwix-13.1.0.tar.gz 1136812 BLAKE2B 59d6cb91a61f89904b96ea3e8de531dd5dc44937233df86d4d8e834b8576d3fab39e514eab86a128b714537f58d46c21d2c2c228fc57d4ba4e5dbc43117a474a SHA512 f1ecd14117e6805011dbcc3ec682ea330194433587224f2cc0874d6c9534d948fa1514d9c6c311c022372ab43456e3f5f1bdbf0fb0ef562fcfcfe20696048ade
diff --git a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
new file mode 100644
index 000000000..4a247f3fc
--- /dev/null
+++ b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
+HOMEPAGE="https://kiwix.org/"
+SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz"
+S="${WORKDIR}/libkiwix-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0/12"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ net-misc/aria2[bittorrent,metalink,xmlrpc]
+"
+
+DEPEND="
+ >=app-arch/libzim-8.1.0:=
+ >=dev-cpp/mustache-4.1
+ dev-libs/icu
+ dev-libs/pugixml
+ net-libs/libmicrohttpd
+ net-misc/curl
+ sys-libs/zlib
+"
+
+src_prepare() {
+ default
+
+ # disable tests
+ sed -i \
+ -e "/subdir('test')/d" \
+ meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dwerror=false
+ )
+
+ meson_src_configure
+}
diff --git a/www-misc/libkiwix/libkiwix-13.1.0.ebuild b/www-misc/libkiwix/libkiwix-13.1.0.ebuild
new file mode 100644
index 000000000..1322ee519
--- /dev/null
+++ b/www-misc/libkiwix/libkiwix-13.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
+HOMEPAGE="https://kiwix.org/"
+SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz"
+S="${WORKDIR}/libkiwix-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0/12"
+
+KEYWORDS="~amd64"
+
+RDEPEND="
+ net-misc/aria2[bittorrent,metalink,xmlrpc]
+"
+
+DEPEND="
+ >=app-arch/libzim-8.1.0:=
+ >=dev-cpp/mustache-4.1
+ dev-libs/icu
+ dev-libs/pugixml
+ net-libs/libmicrohttpd
+ net-misc/curl
+ sys-libs/zlib
+"
+
+src_prepare() {
+ default
+
+ # disable tests
+ sed -i \
+ -e "/subdir('test')/d" \
+ meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dwerror=false
+ )
+
+ meson_src_configure
+}
diff --git a/www-misc/libkiwix/metadata.xml b/www-misc/libkiwix/metadata.xml
new file mode 100644
index 000000000..518822031
--- /dev/null
+++ b/www-misc/libkiwix/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>zdanevich.vitaly@ya.ru</email>
+ <name>Vitaly Zdanevich</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nulloy/nulloy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/
@ 2024-06-22 2:21 Vitaly Zdanevich
0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-06-22 2:21 UTC (permalink / raw
To: gentoo-commits
commit: b21c7d22472b5b17485c3709db44114ee3384fef
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Jun 22 02:21:03 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Jun 22 02:21:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b21c7d22
metadata.xml: remote-id value fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
www-misc/libkiwix/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/libkiwix/metadata.xml b/www-misc/libkiwix/metadata.xml
index 518822031..ecfd3edd2 100644
--- a/www-misc/libkiwix/metadata.xml
+++ b/www-misc/libkiwix/metadata.xml
@@ -6,6 +6,6 @@
<name>Vitaly Zdanevich</name>
</maintainer>
<upstream>
- <remote-id type="github">nulloy/nulloy</remote-id>
+ <remote-id type="github">kiwix/libkiwix</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/
@ 2024-06-23 2:42 Vitaly Zdanevich
0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-06-23 2:42 UTC (permalink / raw
To: gentoo-commits
commit: 11bf4a4c02a9313bea61aad22345a04f47a1362a
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Jun 23 02:41:44 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Jun 23 02:41:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11bf4a4c
www-misc/libkiwix: add braces
According to https://github.com/gentoo/guru/commit/818fbb349e767e0b56a63163ab0973c2691a4d30#r143426062
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild | 2 +-
www-misc/libkiwix/libkiwix-13.1.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
index 4a247f3fc..801529f5e 100644
--- a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
+++ b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit meson
DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
HOMEPAGE="https://kiwix.org/"
-SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz"
+SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/libkiwix-${PV}"
LICENSE="GPL-3"
diff --git a/www-misc/libkiwix/libkiwix-13.1.0.ebuild b/www-misc/libkiwix/libkiwix-13.1.0.ebuild
index 1322ee519..88cb5351a 100644
--- a/www-misc/libkiwix/libkiwix-13.1.0.ebuild
+++ b/www-misc/libkiwix/libkiwix-13.1.0.ebuild
@@ -7,7 +7,7 @@ inherit meson
DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
HOMEPAGE="https://kiwix.org/"
-SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz"
+SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/libkiwix-${PV}"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/
@ 2024-12-18 14:55 Takuya Wakazono
0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-12-18 14:55 UTC (permalink / raw
To: gentoo-commits
commit: cc28e407fe54bb02a62ac25b2b403903c428967e
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 18 14:54:03 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Dec 18 14:54:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc28e407
www-misc/libkiwix: add 14.0.0
Closes: https://bugs.gentoo.org/934945
Closes: https://bugs.gentoo.org/937553
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
www-misc/libkiwix/Manifest | 1 +
www-misc/libkiwix/libkiwix-14.0.0.ebuild | 51 ++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/www-misc/libkiwix/Manifest b/www-misc/libkiwix/Manifest
index d515fe8e6..5feb7a366 100644
--- a/www-misc/libkiwix/Manifest
+++ b/www-misc/libkiwix/Manifest
@@ -1,2 +1,3 @@
DIST libkiwix-12.1.0.tar.gz 1098820 BLAKE2B 4dc0fa936daa1693bb398d18588d65bb22e9c60c7246eaa77c0fc198fa4d818c0a3e821e629134601aca9104d131a824677ec4f0ec785f1298cfc760c458c7f8 SHA512 9d4df7e46693a5aec545087ce37a2e83dfa3173a98e9d64cbbf364e1fd31143c30e856973cf12b0a2f608661d78a9453d8b748680c01f48e1df375c7b2b909d5
DIST libkiwix-13.1.0.tar.gz 1136812 BLAKE2B 59d6cb91a61f89904b96ea3e8de531dd5dc44937233df86d4d8e834b8576d3fab39e514eab86a128b714537f58d46c21d2c2c228fc57d4ba4e5dbc43117a474a SHA512 f1ecd14117e6805011dbcc3ec682ea330194433587224f2cc0874d6c9534d948fa1514d9c6c311c022372ab43456e3f5f1bdbf0fb0ef562fcfcfe20696048ade
+DIST libkiwix-14.0.0.tar.gz 1149884 BLAKE2B f7a7a263dbbccacd4f3d922d4dfb0c347015ef9fb098c168e96c73b39175b381fe4eef9d0226820397aca37aa75f479a42bddff9d4e9ea59803532949e2e1bd5 SHA512 c0a6675e5add7221b812cdc91bd6212169922be6aea9cdcce34ec10328ae72ce5bc4eb218533172e6e926e58e9c683151b8ef13a489af0712f4c4c067d806e63
diff --git a/www-misc/libkiwix/libkiwix-14.0.0.ebuild b/www-misc/libkiwix/libkiwix-14.0.0.ebuild
new file mode 100644
index 000000000..5008e9d5c
--- /dev/null
+++ b/www-misc/libkiwix/libkiwix-14.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit meson python-any-r1
+
+DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
+HOMEPAGE="https://kiwix.org/"
+SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0/14"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+ >=app-arch/libzim-9.0.0
+ dev-libs/icu:=
+ dev-libs/pugixml
+ dev-libs/xapian:=
+ net-libs/libmicrohttpd:=
+ net-misc/curl
+ sys-libs/zlib
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+ net-misc/aria2[bittorrent,metalink,xmlrpc]
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=dev-cpp/mustache-4.1
+"
+BDEPEND="
+ ${PYTHON_DEPS}
+ test? ( dev-cpp/gtest )
+"
+
+src_prepare() {
+ default
+
+ # requires PROPERTIES="test_network"
+ sed -i '/^if build_machine.system/,/endif/d' test/meson.build || die
+
+ if ! use test; then
+ sed -i "/subdir('test')/d" meson.build || die
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/
@ 2024-12-18 14:55 Takuya Wakazono
0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-12-18 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 08c64863dfc983bfdbdb8bb231250ceda8854d6e
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 18 14:54:03 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Dec 18 14:54:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c64863
www-misc/libkiwix: drop 12.1.0-r1, 13.1.0
Closes: https://bugs.gentoo.org/937549 (obsolete)
Closes: https://bugs.gentoo.org/945715 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
www-misc/libkiwix/Manifest | 2 --
www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild | 46 ----------------------------
www-misc/libkiwix/libkiwix-13.1.0.ebuild | 47 -----------------------------
3 files changed, 95 deletions(-)
diff --git a/www-misc/libkiwix/Manifest b/www-misc/libkiwix/Manifest
index 5feb7a366..81d53a2be 100644
--- a/www-misc/libkiwix/Manifest
+++ b/www-misc/libkiwix/Manifest
@@ -1,3 +1 @@
-DIST libkiwix-12.1.0.tar.gz 1098820 BLAKE2B 4dc0fa936daa1693bb398d18588d65bb22e9c60c7246eaa77c0fc198fa4d818c0a3e821e629134601aca9104d131a824677ec4f0ec785f1298cfc760c458c7f8 SHA512 9d4df7e46693a5aec545087ce37a2e83dfa3173a98e9d64cbbf364e1fd31143c30e856973cf12b0a2f608661d78a9453d8b748680c01f48e1df375c7b2b909d5
-DIST libkiwix-13.1.0.tar.gz 1136812 BLAKE2B 59d6cb91a61f89904b96ea3e8de531dd5dc44937233df86d4d8e834b8576d3fab39e514eab86a128b714537f58d46c21d2c2c228fc57d4ba4e5dbc43117a474a SHA512 f1ecd14117e6805011dbcc3ec682ea330194433587224f2cc0874d6c9534d948fa1514d9c6c311c022372ab43456e3f5f1bdbf0fb0ef562fcfcfe20696048ade
DIST libkiwix-14.0.0.tar.gz 1149884 BLAKE2B f7a7a263dbbccacd4f3d922d4dfb0c347015ef9fb098c168e96c73b39175b381fe4eef9d0226820397aca37aa75f479a42bddff9d4e9ea59803532949e2e1bd5 SHA512 c0a6675e5add7221b812cdc91bd6212169922be6aea9cdcce34ec10328ae72ce5bc4eb218533172e6e926e58e9c683151b8ef13a489af0712f4c4c067d806e63
diff --git a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
deleted file mode 100644
index 801529f5e..000000000
--- a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
-HOMEPAGE="https://kiwix.org/"
-SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/libkiwix-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0/12"
-KEYWORDS="~amd64"
-
-RDEPEND="
- net-misc/aria2[bittorrent,metalink,xmlrpc]
-"
-
-DEPEND="
- >=app-arch/libzim-8.1.0:=
- >=dev-cpp/mustache-4.1
- dev-libs/icu
- dev-libs/pugixml
- net-libs/libmicrohttpd
- net-misc/curl
- sys-libs/zlib
-"
-
-src_prepare() {
- default
-
- # disable tests
- sed -i \
- -e "/subdir('test')/d" \
- meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -Dwerror=false
- )
-
- meson_src_configure
-}
diff --git a/www-misc/libkiwix/libkiwix-13.1.0.ebuild b/www-misc/libkiwix/libkiwix-13.1.0.ebuild
deleted file mode 100644
index 88cb5351a..000000000
--- a/www-misc/libkiwix/libkiwix-13.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports"
-HOMEPAGE="https://kiwix.org/"
-SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/libkiwix-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0/12"
-
-KEYWORDS="~amd64"
-
-RDEPEND="
- net-misc/aria2[bittorrent,metalink,xmlrpc]
-"
-
-DEPEND="
- >=app-arch/libzim-8.1.0:=
- >=dev-cpp/mustache-4.1
- dev-libs/icu
- dev-libs/pugixml
- net-libs/libmicrohttpd
- net-misc/curl
- sys-libs/zlib
-"
-
-src_prepare() {
- default
-
- # disable tests
- sed -i \
- -e "/subdir('test')/d" \
- meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -Dwerror=false
- )
-
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-18 14:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 14:55 [gentoo-commits] repo/proj/guru:dev commit in: www-misc/libkiwix/ Takuya Wakazono
-- strict thread matches above, loose matches on Subject: below --
2024-12-18 14:55 Takuya Wakazono
2024-06-23 2:42 Vitaly Zdanevich
2024-06-22 2:21 Vitaly Zdanevich
2024-06-19 21:16 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox