[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-03-07 Thread Andrew Ammerlaan
commit: 44aaf1f72157f938141d7dc7a47f38d428592913
Author: Takuya Wakazono  gmail  com>
AuthorDate: Wed Mar  6 15:10:22 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Mar  7 10:02:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44aaf1f7

app-text/komikku: drop 1.38.1

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-1.38.1.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index df10d0d5ec..40e02d7cfd 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1 @@
-DIST komikku-1.38.1.tar.gz 3687317 BLAKE2B 
2a99f57c82b8d348fc6c5c67adbab59974635d41f843edf1060d68a3a2e81ec95db8e41140039eb57346a8fd9256904ebf20010c772530bf31f4ced4042cb7b5
 SHA512 
c229948bad4d2b070c94e8ad3b137a465752399f86cb8927e29f06a41e2509bde613326b6d586b7c883afee5d0a4c20b99697a558c980fa5ebd3f28cfc136294
 DIST komikku-1.39.0.tar.gz 3704061 BLAKE2B 
a5d42be1de44db10adad1086172d8760a9cb313f7dc7b5654ccef3a50fceea4d8f9abcb98f8be40c393ec1a2a4a655cbb164d34b69e6142069b526ce40cf345d
 SHA512 
c8c8c2d6cb4beadb7eba22d6764bd49c469614ae49c345723a22cf68376262516d733495f1530206fce20333c408062c50fd88533ef841ff8cbaef7ab06e121a

diff --git a/app-text/komikku/komikku-1.38.1.ebuild 
b/app-text/komikku/komikku-1.38.1.ebuild
deleted file mode 100644
index 35c06d2952..00
--- a/app-text/komikku/komikku-1.38.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite(+),ssl(+)"
-DISTUTILS_USE_PEP517=no
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 meson gnome2-utils xdg
-
-DESCRIPTION="Manga reader for GNOME"
-HOMEPAGE="https://apps.gnome.org/Komikku/;
-SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-
-RESTRICT="test"
-# Depend on a random server that may or may not be accessible at all times.
-#PROPERTIES="test_network"
-
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=gui-libs/gtk-4.12.1:4
-   >=gui-libs/libadwaita-1.4:1[introspection]
-   net-libs/webkit-gtk:6[introspection]
-"
-RDEPEND="
-   ${DEPEND}
-   x11-libs/libnotify[introspection]
-   $(python_gen_cond_dep '
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/colorthief[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/emoji[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
-   dev-python/piexif[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-BDEPEND="
-   dev-util/blueprint-compiler
-   sys-devel/gettext
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/pytest-steps[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # fix broken shebang
-   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
-}
-
-src_test() {
-   emake setup
-   emake develop
-   emake test
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-03-07 Thread Andrew Ammerlaan
commit: 1232edf26c456b7e15fadf39a14494fe809cc86a
Author: Takuya Wakazono  gmail  com>
AuthorDate: Wed Mar  6 15:09:53 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Mar  7 10:02:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1232edf2

app-text/komikku: add 1.39.0

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-1.39.0.ebuild | 94 ++
 app-text/komikku/metadata.xml  |  5 +-
 3 files changed, 99 insertions(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index aecdc2b995..df10d0d5ec 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1 +1,2 @@
 DIST komikku-1.38.1.tar.gz 3687317 BLAKE2B 
2a99f57c82b8d348fc6c5c67adbab59974635d41f843edf1060d68a3a2e81ec95db8e41140039eb57346a8fd9256904ebf20010c772530bf31f4ced4042cb7b5
 SHA512 
c229948bad4d2b070c94e8ad3b137a465752399f86cb8927e29f06a41e2509bde613326b6d586b7c883afee5d0a4c20b99697a558c980fa5ebd3f28cfc136294
+DIST komikku-1.39.0.tar.gz 3704061 BLAKE2B 
a5d42be1de44db10adad1086172d8760a9cb313f7dc7b5654ccef3a50fceea4d8f9abcb98f8be40c393ec1a2a4a655cbb164d34b69e6142069b526ce40cf345d
 SHA512 
c8c8c2d6cb4beadb7eba22d6764bd49c469614ae49c345723a22cf68376262516d733495f1530206fce20333c408062c50fd88533ef841ff8cbaef7ab06e121a

diff --git a/app-text/komikku/komikku-1.39.0.ebuild 
b/app-text/komikku/komikku-1.39.0.ebuild
new file mode 100644
index 00..1a5a97c9e1
--- /dev/null
+++ b/app-text/komikku/komikku-1.39.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite(+),ssl(+)"
+DISTUTILS_USE_PEP517=no
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1 meson gnome2-utils xdg
+
+DESCRIPTION="Manga reader for GNOME"
+HOMEPAGE="https://apps.gnome.org/Komikku/;
+SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="test"
+# Depend on a random server that may or may not be accessible at all times.
+#PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=gui-libs/gtk-4.12.1:4
+   >=gui-libs/libadwaita-1.4:1[introspection]
+   net-libs/webkit-gtk:6[introspection]
+"
+RDEPEND="
+   ${DEPEND}
+   x11-libs/libnotify[introspection]
+   $(python_gen_cond_dep '
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/colorthief[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/emoji[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/piexif[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   dev-util/blueprint-compiler
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-steps[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # fix broken shebang
+   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
+}
+
+src_test() {
+   emake setup
+   emake develop
+   emake test
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}

diff --git a/app-text/komikku/metadata.xml b/app-text/komikku/metadata.xml
index 32452ada5a..2fedcd7ce7 100644
--- a/app-text/komikku/metadata.xml
+++ b/app-text/komikku/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pastalia...@gmail.com
+   Takuya Wakazono
+   

valos/Komikku




[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-02-23 Thread David Roman
commit: e15268e555a1957bb75523b4b23874995f60b863
Author: Takuya Wakazono  gmail  com>
AuthorDate: Fri Feb 23 10:27:19 2024 +
Commit: David Roman  gmail  com>
CommitDate: Fri Feb 23 10:27:19 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e15268e5

app-text/komikku: drop 1.37.1

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-1.37.1.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index b33cd0ea3d..aecdc2b995 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1 @@
-DIST komikku-1.37.1.tar.gz 3837412 BLAKE2B 
f89eb63842808e6cfe7c02f7b3053669754cff7aedba709d51917f19baff8473af7464460d587b90574a459c3bf99533ccf5d08d6227ee17847a9fd6450d36fe
 SHA512 
72b7352e2d57c0e68f0203a6aa98aa355346c75f6278bac22e16ecad1631fcc64338441865428d36438698d384dbd7cd1aeaab5257466ccc5fbde9ea73e336dd
 DIST komikku-1.38.1.tar.gz 3687317 BLAKE2B 
2a99f57c82b8d348fc6c5c67adbab59974635d41f843edf1060d68a3a2e81ec95db8e41140039eb57346a8fd9256904ebf20010c772530bf31f4ced4042cb7b5
 SHA512 
c229948bad4d2b070c94e8ad3b137a465752399f86cb8927e29f06a41e2509bde613326b6d586b7c883afee5d0a4c20b99697a558c980fa5ebd3f28cfc136294

diff --git a/app-text/komikku/komikku-1.37.1.ebuild 
b/app-text/komikku/komikku-1.37.1.ebuild
deleted file mode 100644
index 35c06d2952..00
--- a/app-text/komikku/komikku-1.37.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite(+),ssl(+)"
-DISTUTILS_USE_PEP517=no
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 meson gnome2-utils xdg
-
-DESCRIPTION="Manga reader for GNOME"
-HOMEPAGE="https://apps.gnome.org/Komikku/;
-SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-
-RESTRICT="test"
-# Depend on a random server that may or may not be accessible at all times.
-#PROPERTIES="test_network"
-
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=gui-libs/gtk-4.12.1:4
-   >=gui-libs/libadwaita-1.4:1[introspection]
-   net-libs/webkit-gtk:6[introspection]
-"
-RDEPEND="
-   ${DEPEND}
-   x11-libs/libnotify[introspection]
-   $(python_gen_cond_dep '
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/colorthief[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/emoji[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
-   dev-python/piexif[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-BDEPEND="
-   dev-util/blueprint-compiler
-   sys-devel/gettext
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/pytest-steps[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # fix broken shebang
-   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
-}
-
-src_test() {
-   emake setup
-   emake develop
-   emake test
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-02-23 Thread David Roman
commit: 5b1f5e91d5f674e3f4e23cc8e956bc13c44561a6
Author: Takuya Wakazono  gmail  com>
AuthorDate: Fri Feb 23 10:27:08 2024 +
Commit: David Roman  gmail  com>
CommitDate: Fri Feb 23 10:27:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b1f5e91

app-text/komikku: add 1.38.1

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-1.38.1.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index e0b54da257..b33cd0ea3d 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1 +1,2 @@
 DIST komikku-1.37.1.tar.gz 3837412 BLAKE2B 
f89eb63842808e6cfe7c02f7b3053669754cff7aedba709d51917f19baff8473af7464460d587b90574a459c3bf99533ccf5d08d6227ee17847a9fd6450d36fe
 SHA512 
72b7352e2d57c0e68f0203a6aa98aa355346c75f6278bac22e16ecad1631fcc64338441865428d36438698d384dbd7cd1aeaab5257466ccc5fbde9ea73e336dd
+DIST komikku-1.38.1.tar.gz 3687317 BLAKE2B 
2a99f57c82b8d348fc6c5c67adbab59974635d41f843edf1060d68a3a2e81ec95db8e41140039eb57346a8fd9256904ebf20010c772530bf31f4ced4042cb7b5
 SHA512 
c229948bad4d2b070c94e8ad3b137a465752399f86cb8927e29f06a41e2509bde613326b6d586b7c883afee5d0a4c20b99697a558c980fa5ebd3f28cfc136294

diff --git a/app-text/komikku/komikku-1.38.1.ebuild 
b/app-text/komikku/komikku-1.38.1.ebuild
new file mode 100644
index 00..35c06d2952
--- /dev/null
+++ b/app-text/komikku/komikku-1.38.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite(+),ssl(+)"
+DISTUTILS_USE_PEP517=no
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1 meson gnome2-utils xdg
+
+DESCRIPTION="Manga reader for GNOME"
+HOMEPAGE="https://apps.gnome.org/Komikku/;
+SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+
+RESTRICT="test"
+# Depend on a random server that may or may not be accessible at all times.
+#PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=gui-libs/gtk-4.12.1:4
+   >=gui-libs/libadwaita-1.4:1[introspection]
+   net-libs/webkit-gtk:6[introspection]
+"
+RDEPEND="
+   ${DEPEND}
+   x11-libs/libnotify[introspection]
+   $(python_gen_cond_dep '
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/colorthief[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/emoji[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/piexif[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   dev-util/blueprint-compiler
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-steps[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # fix broken shebang
+   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
+}
+
+src_test() {
+   emake setup
+   emake develop
+   emake test
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-02-09 Thread David Roman
commit: 3982ae5f3dae01ad02fb9b8d915181b6e8f34df0
Author: Takuya Wakazono  gmail  com>
AuthorDate: Thu Feb  8 10:25:42 2024 +
Commit: David Roman  gmail  com>
CommitDate: Fri Feb  9 10:07:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3982ae5f

app-text/komikku: drop 1.36.0

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-1.36.0.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 5171786510..e0b54da257 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1 @@
-DIST komikku-1.36.0.tar.gz 3831735 BLAKE2B 
159bae8b1df46741ceed645672d0e0e5c48fe89eee04b03f67031780c9b893d1fd941eb16f887ea59deb1492dc2f250ce9f636c214fb30c058ec4d59c7b56b3c
 SHA512 
41f5b30076905e89ef7ba206747a4c8112486aed962a463963bdeb0211dd5c46e19db66143659dd5e8e521a3d544dcaf06368df4256d8172f70c0ea85bd3c20f
 DIST komikku-1.37.1.tar.gz 3837412 BLAKE2B 
f89eb63842808e6cfe7c02f7b3053669754cff7aedba709d51917f19baff8473af7464460d587b90574a459c3bf99533ccf5d08d6227ee17847a9fd6450d36fe
 SHA512 
72b7352e2d57c0e68f0203a6aa98aa355346c75f6278bac22e16ecad1631fcc64338441865428d36438698d384dbd7cd1aeaab5257466ccc5fbde9ea73e336dd

diff --git a/app-text/komikku/komikku-1.36.0.ebuild 
b/app-text/komikku/komikku-1.36.0.ebuild
deleted file mode 100644
index 35c06d2952..00
--- a/app-text/komikku/komikku-1.36.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite(+),ssl(+)"
-DISTUTILS_USE_PEP517=no
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 meson gnome2-utils xdg
-
-DESCRIPTION="Manga reader for GNOME"
-HOMEPAGE="https://apps.gnome.org/Komikku/;
-SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-
-RESTRICT="test"
-# Depend on a random server that may or may not be accessible at all times.
-#PROPERTIES="test_network"
-
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=gui-libs/gtk-4.12.1:4
-   >=gui-libs/libadwaita-1.4:1[introspection]
-   net-libs/webkit-gtk:6[introspection]
-"
-RDEPEND="
-   ${DEPEND}
-   x11-libs/libnotify[introspection]
-   $(python_gen_cond_dep '
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/colorthief[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/emoji[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
-   dev-python/piexif[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-BDEPEND="
-   dev-util/blueprint-compiler
-   sys-devel/gettext
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/pytest-steps[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # fix broken shebang
-   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
-}
-
-src_test() {
-   emake setup
-   emake develop
-   emake test
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2024-02-09 Thread David Roman
commit: 7c2ead2ba80647d4735bc923e9d36b85ca0600c1
Author: Takuya Wakazono  gmail  com>
AuthorDate: Thu Feb  8 10:25:22 2024 +
Commit: David Roman  gmail  com>
CommitDate: Fri Feb  9 10:07:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c2ead2b

app-text/komikku: add 1.37.1

Signed-off-by: Takuya Wakazono  gmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-1.37.1.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 839309673a..5171786510 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1 +1,2 @@
 DIST komikku-1.36.0.tar.gz 3831735 BLAKE2B 
159bae8b1df46741ceed645672d0e0e5c48fe89eee04b03f67031780c9b893d1fd941eb16f887ea59deb1492dc2f250ce9f636c214fb30c058ec4d59c7b56b3c
 SHA512 
41f5b30076905e89ef7ba206747a4c8112486aed962a463963bdeb0211dd5c46e19db66143659dd5e8e521a3d544dcaf06368df4256d8172f70c0ea85bd3c20f
+DIST komikku-1.37.1.tar.gz 3837412 BLAKE2B 
f89eb63842808e6cfe7c02f7b3053669754cff7aedba709d51917f19baff8473af7464460d587b90574a459c3bf99533ccf5d08d6227ee17847a9fd6450d36fe
 SHA512 
72b7352e2d57c0e68f0203a6aa98aa355346c75f6278bac22e16ecad1631fcc64338441865428d36438698d384dbd7cd1aeaab5257466ccc5fbde9ea73e336dd

diff --git a/app-text/komikku/komikku-1.37.1.ebuild 
b/app-text/komikku/komikku-1.37.1.ebuild
new file mode 100644
index 00..35c06d2952
--- /dev/null
+++ b/app-text/komikku/komikku-1.37.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite(+),ssl(+)"
+DISTUTILS_USE_PEP517=no
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1 meson gnome2-utils xdg
+
+DESCRIPTION="Manga reader for GNOME"
+HOMEPAGE="https://apps.gnome.org/Komikku/;
+SRC_URI="https://codeberg.org/valos/Komikku/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+
+RESTRICT="test"
+# Depend on a random server that may or may not be accessible at all times.
+#PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=gui-libs/gtk-4.12.1:4
+   >=gui-libs/libadwaita-1.4:1[introspection]
+   net-libs/webkit-gtk:6[introspection]
+"
+RDEPEND="
+   ${DEPEND}
+   x11-libs/libnotify[introspection]
+   $(python_gen_cond_dep '
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/colorthief[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/emoji[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/piexif[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   dev-util/blueprint-compiler
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-steps[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # fix broken shebang
+   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
+}
+
+src_test() {
+   emake setup
+   emake develop
+   emake test
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-05-21 Thread Viorel Munteanu
commit: 3d6af66fd8f9d42938eafff78d3dd9aa99a6c514
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat May 20 07:41:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 20 08:17:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d6af66f

app-text/komikku: add 1.21.1, drop 1.19.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.19.0.ebuild => komikku-1.21.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 76fcbb15f..b3e56a24f 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.19.0.tar.bz2 5135061 BLAKE2B 
6933ad1d1690fecd27d30b142517b571e3d559a7894dde00d6ea6933dc70a3358bc133e1b89150703e79ba781b55ddbc98942e951aed6039df5987296b6969d0
 SHA512 
1dc15d7a07a5cb895afa830e2024652cd15dbc48eda39e5969f4b3f9b4dad4f6b159e23ce030b5cbeb7b8040b20413f5d7022c37f6df90fa769fe8848c5b8e60
 DIST Komikku-v1.20.0.tar.bz2 5142158 BLAKE2B 
3cca51c9bd6e09357a022d3d77665442c3a28e2064d4fc40425522cc0b52074df47b62acbdb95322ecc2748905ed0d1a100421d9dac7803bcf5b807f80ba603f
 SHA512 
9976dc0f0fde7ac11033f90e7f82566d42da81bf9becd29016b06fe42cf9f9a2179477f79001deb628a387da58c28bf9e7cc34fd2a75d681389f2e9e5eb89df5
+DIST Komikku-v1.21.1.tar.bz2 5170689 BLAKE2B 
37801b5f51179d8ba64616a948a6249418ba2ad608aa8efc944d9ee2b9dcb7ae786a2ee6f73696c66b51e20263c856aa338e6711cdf4e25bad7d591c14db23e6
 SHA512 
28ca35932d5286dde93586e1f8e4a91ce871e278d03b8c86e7efb39a06cd59a5cb482fa5e81bf4804fa419dae3b15e7744fa6a85de1ee3f92985d390b9cde77f

diff --git a/app-text/komikku/komikku-1.19.0.ebuild 
b/app-text/komikku/komikku-1.21.1.ebuild
similarity index 100%
rename from app-text/komikku/komikku-1.19.0.ebuild
rename to app-text/komikku/komikku-1.21.1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-04-28 Thread Arthur Zamarin
commit: 726ecbbc8b9b7cd8a163cb4fcb95d87b8c83b9de
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Apr 27 19:10:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 27 19:29:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=726ecbbc

app-text/komikku: add 1.19.0, drop 1.17.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.17.0.ebuild => komikku-1.19.0.ebuild} | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 8b4a91beb..c4dae7dae 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.17.0.tar.bz2 5055366 BLAKE2B 
5accaf162e8a77df1977bc346076b73a911c12478aefc43347656a47760c22a5d7627c84062937fc8e9926dc7bfa3b847cf46fbe35462b8baee1654973b2decd
 SHA512 
4f593c3c0490046e59f2bbb86e68d373c3ec0a190575dbb02ba522524644aaf3504ba9553d92d785ed3e956557a6b884b1a107fbb2967749513bfee3326db64c
 DIST Komikku-v1.18.0.tar.bz2 5104728 BLAKE2B 
f3aad73406810ffa680319069826b69e58dc7b15bf92a21edbfa4aa5e7f95b2773a2c8dde149f32d73e4d64cac9c555387bcec12c58e30fd8738c400ce4339f6
 SHA512 
6e80762cd1bf38154e37f2ea829be1d4439134526b25067418d3595c387b5fc3fec8f2c571b287b45d9a8b4c5b2e902a2572e61beb6aef0fe857407177206ef5
+DIST Komikku-v1.19.0.tar.bz2 5135061 BLAKE2B 
6933ad1d1690fecd27d30b142517b571e3d559a7894dde00d6ea6933dc70a3358bc133e1b89150703e79ba781b55ddbc98942e951aed6039df5987296b6969d0
 SHA512 
1dc15d7a07a5cb895afa830e2024652cd15dbc48eda39e5969f4b3f9b4dad4f6b159e23ce030b5cbeb7b8040b20413f5d7022c37f6df90fa769fe8848c5b8e60

diff --git a/app-text/komikku/komikku-1.17.0.ebuild 
b/app-text/komikku/komikku-1.19.0.ebuild
similarity index 93%
rename from app-text/komikku/komikku-1.17.0.ebuild
rename to app-text/komikku/komikku-1.19.0.ebuild
index abcb3a1ea..f0bb3f792 100644
--- a/app-text/komikku/komikku-1.17.0.ebuild
+++ b/app-text/komikku/komikku-1.19.0.ebuild
@@ -28,11 +28,8 @@ DEPEND="
dev-libs/glib:2
dev-libs/gobject-introspection
>=gui-libs/gtk-4.10:4
-   >=gui-libs/libadwaita-1.3[introspection]
-   || (
-   net-libs/webkit-gtk:6[introspection]
-   net-libs/webkit-gtk:5[introspection]
-   )
+   >=gui-libs/libadwaita-1.3:1[introspection]
+   net-libs/webkit-gtk:6[introspection]
 "
 RDEPEND="
${DEPEND}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-04-13 Thread Florian Schmaus
commit: 1c4ba4c7f336a4c7974f9cf7d527673714cba9f2
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Apr 13 11:13:19 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Apr 13 11:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c4ba4c7

app-text/komikku: add 1.18.0, drop 1.16.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest| 2 +-
 .../komikku/{komikku-1.16.0.ebuild => komikku-1.18.0.ebuild} | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 1c243bd35..8b4a91beb 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.16.0.tar.bz2 5055374 BLAKE2B 
769910cbe78a47e6cdc45a16bc7058ad83e75ddec73449ea04eb4c104e2141df1a6b43c71ce0d307e3280a052f37aac333a8cdddff011ab2c79208e23d38
 SHA512 
ea33dc9430766533ad9d2c385263e62dc1f340b5c1aefd4ca1b5ce0e792bcb13f43209790fa94cf47086531513b774650fe38613984624fdf558589ea9d072ab
 DIST Komikku-v1.17.0.tar.bz2 5055366 BLAKE2B 
5accaf162e8a77df1977bc346076b73a911c12478aefc43347656a47760c22a5d7627c84062937fc8e9926dc7bfa3b847cf46fbe35462b8baee1654973b2decd
 SHA512 
4f593c3c0490046e59f2bbb86e68d373c3ec0a190575dbb02ba522524644aaf3504ba9553d92d785ed3e956557a6b884b1a107fbb2967749513bfee3326db64c
+DIST Komikku-v1.18.0.tar.bz2 5104728 BLAKE2B 
f3aad73406810ffa680319069826b69e58dc7b15bf92a21edbfa4aa5e7f95b2773a2c8dde149f32d73e4d64cac9c555387bcec12c58e30fd8738c400ce4339f6
 SHA512 
6e80762cd1bf38154e37f2ea829be1d4439134526b25067418d3595c387b5fc3fec8f2c571b287b45d9a8b4c5b2e902a2572e61beb6aef0fe857407177206ef5

diff --git a/app-text/komikku/komikku-1.16.0.ebuild 
b/app-text/komikku/komikku-1.18.0.ebuild
similarity index 92%
rename from app-text/komikku/komikku-1.16.0.ebuild
rename to app-text/komikku/komikku-1.18.0.ebuild
index 8dbd475e9..f0bb3f792 100644
--- a/app-text/komikku/komikku-1.16.0.ebuild
+++ b/app-text/komikku/komikku-1.18.0.ebuild
@@ -27,9 +27,9 @@ PROPERTIES="test_network"
 DEPEND="
dev-libs/glib:2
dev-libs/gobject-introspection
-   >=gui-libs/gtk-4.8.2:4
-   >=gui-libs/libadwaita-1.2.0[introspection]
-   net-libs/webkit-gtk:5[introspection]
+   >=gui-libs/gtk-4.10:4
+   >=gui-libs/libadwaita-1.3:1[introspection]
+   net-libs/webkit-gtk:6[introspection]
 "
 RDEPEND="
${DEPEND}
@@ -38,7 +38,6 @@ RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/cffi[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/dateparser[${PYTHON_USEDEP}]
dev-python/emoji[${PYTHON_USEDEP}]
@@ -67,7 +66,7 @@ BDEPEND="
 distutils_enable_tests pytest
 
 src_prepare() {
-   default
+   distutils-r1_src_prepare
 
# fix broken shebang
sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-03-25 Thread Viorel Munteanu
commit: 68bd68b7f8d25ea5060fd9d8be36a68445010cd4
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Mar 24 18:01:20 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar 24 18:01:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bd68b7

app-text/komikku: add 1.16.0, drop 1.14.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.14.0.ebuild => komikku-1.16.0.ebuild} | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 4948cf16f..a8abc9c6d 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.14.0.tar.bz2 5054403 BLAKE2B 
014cbd427a4f73f2b0b7c4b263e263b5de7dc27b09003e384b5d700e15e5ddcf883605619d8823d7c788f18febb1a156f1dcec4e42e1156c05e2053c0fd5fdf9
 SHA512 
9eb91103b00c73bb574f7217f36589b254899f233ec600b7f1db861a53c28abb060ff346cbf6ffc9b40356c51e1ba732302deb8a36bad6b532680cf760a331e4
 DIST Komikku-v1.15.0.tar.bz2 5058227 BLAKE2B 
73d92003f32b40efbdbda93e4fb1e00f33bbaa26b88cc34c01fd7b549b7a8b9a6204e5505af9e40c85e843523c60eed3422348a299e412b219264cece079749e
 SHA512 
40a4a797b8dad5f2c88ccbe13a98607dce6de84058bbf8129e0699d94c823c8652aa5d41deda2208fda97d33699ded32650987fea00c33bc1d8a747fb2e48b11
+DIST Komikku-v1.16.0.tar.bz2 5055374 BLAKE2B 
769910cbe78a47e6cdc45a16bc7058ad83e75ddec73449ea04eb4c104e2141df1a6b43c71ce0d307e3280a052f37aac333a8cdddff011ab2c79208e23d38
 SHA512 
ea33dc9430766533ad9d2c385263e62dc1f340b5c1aefd4ca1b5ce0e792bcb13f43209790fa94cf47086531513b774650fe38613984624fdf558589ea9d072ab

diff --git a/app-text/komikku/komikku-1.14.0.ebuild 
b/app-text/komikku/komikku-1.16.0.ebuild
similarity index 98%
rename from app-text/komikku/komikku-1.14.0.ebuild
rename to app-text/komikku/komikku-1.16.0.ebuild
index 6057f03bd..8dbd475e9 100644
--- a/app-text/komikku/komikku-1.14.0.ebuild
+++ b/app-text/komikku/komikku-1.16.0.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/piexif[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pure-protobuf[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-03-13 Thread Viorel Munteanu
commit: 3108a44f6b6501dad0a32e5dbe06bd9850d8a96b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Mar 12 10:16:55 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Mar 12 10:16:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3108a44f

app-text/komikku: add 1.14.0, drop 1.12.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.12.1.ebuild => komikku-1.14.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index f0edfe154..efc262b88 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.12.1.tar.bz2 5048587 BLAKE2B 
4055edebe237a665da9ed231b44c4a906246c154d6dc4608116baf4107663d8032a3b0faa2a6c0dca00b5df27af975a4f7e6f4b96976dd9d472d7775a7222cff
 SHA512 
d9c83ca821f5e5d377288ff7d7cb09c1a56a06fb80c2a9a96ca0d7a998acf12dfbec884ea96e142cf860d7a598716e482b7f4d1d5805292cc986e00155118a60
 DIST Komikku-v1.13.0.tar.bz2 5052567 BLAKE2B 
e8d23e6de55f0df1762fb248fa4f881e855feb63de068cf2ed3c9c71dfdbb31051f8cb36910328f2ac5e76af54dbcffcb0b49c3810e13adc04fc1f701bf0ca64
 SHA512 
2e1eecca064a222430c6e5023a12da92c1c299a2e221e84a0b570bf3e2824b0c7309cfd6726e334812092d612de5fd47729305567ba4aa9458998cfe36e32562
+DIST Komikku-v1.14.0.tar.bz2 5054403 BLAKE2B 
014cbd427a4f73f2b0b7c4b263e263b5de7dc27b09003e384b5d700e15e5ddcf883605619d8823d7c788f18febb1a156f1dcec4e42e1156c05e2053c0fd5fdf9
 SHA512 
9eb91103b00c73bb574f7217f36589b254899f233ec600b7f1db861a53c28abb060ff346cbf6ffc9b40356c51e1ba732302deb8a36bad6b532680cf760a331e4

diff --git a/app-text/komikku/komikku-1.12.1.ebuild 
b/app-text/komikku/komikku-1.14.0.ebuild
similarity index 100%
rename from app-text/komikku/komikku-1.12.1.ebuild
rename to app-text/komikku/komikku-1.14.0.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-03-08 Thread Florian Schmaus
commit: 6f8cd89657e3206044bc93e35b1c860c8adb7d48
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Mar  7 14:58:04 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Mar  7 15:33:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f8cd896

app-text/komikku: add 1.13.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-1.13.0.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 43e5c8359..f0edfe154 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1 +1,2 @@
 DIST Komikku-v1.12.1.tar.bz2 5048587 BLAKE2B 
4055edebe237a665da9ed231b44c4a906246c154d6dc4608116baf4107663d8032a3b0faa2a6c0dca00b5df27af975a4f7e6f4b96976dd9d472d7775a7222cff
 SHA512 
d9c83ca821f5e5d377288ff7d7cb09c1a56a06fb80c2a9a96ca0d7a998acf12dfbec884ea96e142cf860d7a598716e482b7f4d1d5805292cc986e00155118a60
+DIST Komikku-v1.13.0.tar.bz2 5052567 BLAKE2B 
e8d23e6de55f0df1762fb248fa4f881e855feb63de068cf2ed3c9c71dfdbb31051f8cb36910328f2ac5e76af54dbcffcb0b49c3810e13adc04fc1f701bf0ca64
 SHA512 
2e1eecca064a222430c6e5023a12da92c1c299a2e221e84a0b570bf3e2824b0c7309cfd6726e334812092d612de5fd47729305567ba4aa9458998cfe36e32562

diff --git a/app-text/komikku/komikku-1.13.0.ebuild 
b/app-text/komikku/komikku-1.13.0.ebuild
new file mode 100644
index 0..6057f03bd
--- /dev/null
+++ b/app-text/komikku/komikku-1.13.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite(+),ssl(+)"
+DISTUTILS_USE_PEP517=no
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1 meson gnome2-utils virtualx xdg
+
+MY_PN="${PN^}"
+MY_P="${MY_PN}-v${PV}"
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=gui-libs/gtk-4.8.2:4
+   >=gui-libs/libadwaita-1.2.0[introspection]
+   net-libs/webkit-gtk:5[introspection]
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/cffi[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/emoji[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/rarfile[compressed,${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-steps[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   default
+
+   # fix broken shebang
+   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
+}
+
+src_test() {
+   virtx epytest
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-02-24 Thread Viorel Munteanu
commit: a8939948d7b438a7914bf77be3ff891f2f72aa26
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Feb 24 23:20:45 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Feb 24 23:20:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8939948

app-text/komikku: add 1.12.1, drop 1.10.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest | 2 +-
 app-text/komikku/{komikku-1.10.1.ebuild => komikku-1.12.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index a89c2367f..88c3e3a9f 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-v1.10.1.tar.bz2 5048442 BLAKE2B 
f74ea4251c40b8d97c3db2e665a5242ae9c68fb3437e8e044bb5d4f5ddb9f5bbd014a66ed9f03a3e482c104b8b4b07ee747bc10e5dfd0e06aa90fb5631e3fdd1
 SHA512 
bce164e478bbda539c42ff22ed07e51f5da8200123b71c70f110c06925357c44ba551c31452159c4258f5b63ad135382539340754a4f8be3569ec3171b838b90
 DIST Komikku-v1.11.1.tar.bz2 5051301 BLAKE2B 
3c126b5c385fc33eb1341ae7c13a2113400416c457d38541d82a01bc839b993efac1f157b852f22d34f7a9ecdbfdfa93fb0713b541411e6adedc3ca26a3ae531
 SHA512 
7e3ec9ef62c4c88ce68235864c9d2a03a8f95728a4585b999b0d63507d5b7f16acfa7150c8285f17f6985dcafc41515697e52f4d042ddccc0f4acf0944bca55d
+DIST Komikku-v1.12.1.tar.bz2 5048587 BLAKE2B 
4055edebe237a665da9ed231b44c4a906246c154d6dc4608116baf4107663d8032a3b0faa2a6c0dca00b5df27af975a4f7e6f4b96976dd9d472d7775a7222cff
 SHA512 
d9c83ca821f5e5d377288ff7d7cb09c1a56a06fb80c2a9a96ca0d7a998acf12dfbec884ea96e142cf860d7a598716e482b7f4d1d5805292cc986e00155118a60

diff --git a/app-text/komikku/komikku-1.10.1.ebuild 
b/app-text/komikku/komikku-1.12.1.ebuild
similarity index 98%
rename from app-text/komikku/komikku-1.10.1.ebuild
rename to app-text/komikku/komikku-1.12.1.ebuild
index 27dd8ef11..6057f03bd 100644
--- a/app-text/komikku/komikku-1.10.1.ebuild
+++ b/app-text/komikku/komikku-1.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="sqlite(+),ssl(+)"
 DISTUTILS_USE_PEP517=no
 DISTUTILS_SINGLE_IMPL=1



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-02-16 Thread Haelwenn Monnier
commit: 55c08d2651995c8f822c2c95f69f2d6e01a1afbf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Feb 14 23:35:57 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Feb 15 13:39:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55c08d26

app-text/komikku: add 1.11.1, drop 1.8.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest| 2 +-
 app-text/komikku/{komikku-1.8.0.ebuild => komikku-1.11.1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 3343c08fb..a89c2367f 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
 DIST Komikku-v1.10.1.tar.bz2 5048442 BLAKE2B 
f74ea4251c40b8d97c3db2e665a5242ae9c68fb3437e8e044bb5d4f5ddb9f5bbd014a66ed9f03a3e482c104b8b4b07ee747bc10e5dfd0e06aa90fb5631e3fdd1
 SHA512 
bce164e478bbda539c42ff22ed07e51f5da8200123b71c70f110c06925357c44ba551c31452159c4258f5b63ad135382539340754a4f8be3569ec3171b838b90
-DIST Komikku-v1.8.0.tar.bz2 5037222 BLAKE2B 
6e1917ae54a30dc5fdb7ba3b7837354bc489518299a70ebf15b21d466845f1dd5b35794d7f2d6f6af79ccdbf5f8da307c2187279fa72ddce9d22a046ca41e860
 SHA512 
9d5a4f1881a53f5f59901552b1c8b50f94cac7bf4142034477a1dd7f089d07d47358282d41ecb977f55000a54d120a38d132b236e95d07cb4fff44f26fa0dc4c
+DIST Komikku-v1.11.1.tar.bz2 5051301 BLAKE2B 
3c126b5c385fc33eb1341ae7c13a2113400416c457d38541d82a01bc839b993efac1f157b852f22d34f7a9ecdbfdfa93fb0713b541411e6adedc3ca26a3ae531
 SHA512 
7e3ec9ef62c4c88ce68235864c9d2a03a8f95728a4585b999b0d63507d5b7f16acfa7150c8285f17f6985dcafc41515697e52f4d042ddccc0f4acf0944bca55d

diff --git a/app-text/komikku/komikku-1.8.0.ebuild 
b/app-text/komikku/komikku-1.11.1.ebuild
similarity index 96%
rename from app-text/komikku/komikku-1.8.0.ebuild
rename to app-text/komikku/komikku-1.11.1.ebuild
index 058d61036..dbb840bc2 100644
--- a/app-text/komikku/komikku-1.8.0.ebuild
+++ b/app-text/komikku/komikku-1.11.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 PYTHON_REQ_USE="sqlite(+),ssl(+)"
 DISTUTILS_USE_PEP517=no
 DISTUTILS_SINGLE_IMPL=1



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2023-01-06 Thread Florian Schmaus
commit: 84ac66f2578208bbccd4c3597cf71a31764f64cc
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jan  6 03:07:44 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Jan  6 03:08:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84ac66f2

app-text/komikku: add 1.8.0, drop 1.6.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest   | 2 +-
 app-text/komikku/{komikku-1.6.1.ebuild => komikku-1.8.0.ebuild} | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 2bd812e20..adf0aa64b 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
-DIST Komikku-1.6.1.tar.bz2 4978177 BLAKE2B 
1a4ae37ae640f9129df80ac9434a4c0b6850989d072132ae28759ab2bb3e84601fd1417fe7215d177083f1d206e8f9d57fbff5f660a93f5549e29fe0a59fd590
 SHA512 
897856e9fd817c787adee356d76f35af95e35854036003f4218cf1d7a8f2345c75171040c933bb635b8738f4c01c650651f7e2bdae7b0b81cde94624d916d2b2
 DIST Komikku-v1.7.0.tar.bz2 5006494 BLAKE2B 
de68bc827f7a9676d48f968a1af47809148c0748637200f617e066f17fda5b98ff3b79fb099951a5d5cf4fde91b25c15643bcde3f93b9546d2d56177f6821519
 SHA512 
f24d7edd17d619e8f59dc3eaf2abc670ab878d4d9f669c9d8b89fa4e2848d0da25127e9d39cdc230fc515f5af329ff211f37e3c79a5130b3f9f4b724ad596efa
+DIST Komikku-v1.8.0.tar.bz2 5037222 BLAKE2B 
6e1917ae54a30dc5fdb7ba3b7837354bc489518299a70ebf15b21d466845f1dd5b35794d7f2d6f6af79ccdbf5f8da307c2187279fa72ddce9d22a046ca41e860
 SHA512 
9d5a4f1881a53f5f59901552b1c8b50f94cac7bf4142034477a1dd7f089d07d47358282d41ecb977f55000a54d120a38d132b236e95d07cb4fff44f26fa0dc4c

diff --git a/app-text/komikku/komikku-1.6.1.ebuild 
b/app-text/komikku/komikku-1.8.0.ebuild
similarity index 92%
rename from app-text/komikku/komikku-1.6.1.ebuild
rename to app-text/komikku/komikku-1.8.0.ebuild
index 69fa12dd4..058d61036 100644
--- a/app-text/komikku/komikku-1.6.1.ebuild
+++ b/app-text/komikku/komikku-1.8.0.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 meson gnome2-utils virtualx xdg
 
 MY_PN="${PN^}"
-MY_P="${MY_PN}-${PV}"
+MY_P="${MY_PN}-v${PV}"
 DESCRIPTION="An online/offline manga reader for GNOME"
 HOMEPAGE="https://gitlab.com/valos/Komikku;
 SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2;
@@ -26,7 +26,7 @@ PROPERTIES="test_network"
 
 DEPEND="
dev-libs/glib:2
-   dev-libs/gobject-introspection[${PYTHON_SINGLE_USEDEP}]
+   dev-libs/gobject-introspection
>=gui-libs/gtk-4.8.2:4
>=gui-libs/libadwaita-1.2.0[introspection]
net-libs/webkit-gtk:5[introspection]
@@ -55,6 +55,7 @@ RDEPEND="
')
 "
 BDEPEND="
+   sys-devel/gettext
test? (
$(python_gen_cond_dep '
dev-python/pytest-steps[${PYTHON_USEDEP}]
@@ -68,7 +69,7 @@ src_prepare() {
default
 
# fix broken shebang
-   sed "s|py_installation.path()|'${PYTHON}'|" -i bin/meson.build || die
+   sed "s|py_installation.full_path()|'${PYTHON}'|" -i bin/meson.build || 
die
 }
 
 src_test() {



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2022-03-08 Thread Andrew Ammerlaan
commit: b91d991413fa91d299d6eb2af0d0c66151339691
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Mar  8 09:49:53 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Mar  8 10:02:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b91d9914

app-text/komikku: add 0.37.0, drop 0.35.2

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest |   2 +-
 app-text/komikku/komikku-0.35.2-r1.ebuild |  76 
 app-text/komikku/komikku-0.37.0.ebuild| 112 ++
 3 files changed, 113 insertions(+), 77 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 617ef0177..80f8cf901 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,2 @@
 DIST Komikku-v0.36.1.tar.gz 4342173 BLAKE2B 
b7ff7a91317a8a723d543c404f5ff88b45efc710856e1e66fdbb81ea54d19698e7f8afe37b08c25e64f76d8a9e6d982c4932729262bb3916c551d09a9b4aac65
 SHA512 
8ccd8f600c0021f74246a654368ad9cb43b821f2ec2ddc508ac98c3075861eeebb431929ab4147291f68194bf4e689a9d2d63231052e57b8b0384ce20f4c11a6
-DIST komikku-0.35.2.tar.gz 4335169 BLAKE2B 
93254ea42612f7e5daffc176db6bd4bdff97ac0be35a489fdf3d7b655160fee2df9b2a0274838edd0c2ac6609ec42ebcab3b8aa6c90203e2a4d86bf0e37828bb
 SHA512 
c834362f54c4d7ce3cc55ac825a24b7026ea14b991f0c862c983da2f15573492296b6799a394296a5a0247c815dc609505807504534a82d49e96411c266af98d
+DIST Komikku-v0.37.0.tar.gz 4364986 BLAKE2B 
657498c99331e129aa8db7c111454c9066543641df1931306f1b55ed113c9466f94ea0ffc64524222005d4e07daf01e8fd2a6f4c4f2d1ffe4a705e456158
 SHA512 
32cede572df60cbf59ebe8d429e3c6df0987bb5837b3950e0de09094e36b627c6ee53fb910ee66221c2864e3a59620f932dff35f3af0f441fa83622414c115e7

diff --git a/app-text/komikku/komikku-0.35.2-r1.ebuild 
b/app-text/komikku/komikku-0.35.2-r1.ebuild
deleted file mode 100644
index 650925d8a..0
--- a/app-text/komikku/komikku-0.35.2-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN^}"
-MY_P="${MY_PN}-v${PV}"
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz -> 
${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   >=gui-libs/libhandy-1.2.0
-   >=x11-libs/gtk+-3.24.10:3
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-   net-libs/webkit-gtk
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-
-   sed -i "s|#!.*|#!/usr/bin/${EPYTHON}|" "${D}/usr/bin/${PN}"  ||
-   die "Failed to fix ${D}/usr/bin/${PN} interpreter"
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}

diff --git a/app-text/komikku/komikku-0.37.0.ebuild 
b/app-text/komikku/komikku-0.37.0.ebuild
new file mode 100644
index 0..4420c59fe
--- /dev/null
+++ b/app-text/komikku/komikku-0.37.0.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit python-single-r1 meson gnome2-utils virtualx xdg
+
+MY_PN="${PN^}"
+MY_P="${MY_PN}-v${PV}"
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection[${PYTHON_SINGLE_USEDEP}]
+   >=gui-libs/libhandy-1.5.0
+   net-libs/webkit-gtk
+   x11-libs/gtk+:3
+"
+RDEPEND="
+   

[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2022-02-24 Thread Ronny Gutbrod
commit: 500c12150765f73350bef35f96417dd78ae74764
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Feb 24 07:15:21 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Feb 24 07:18:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=500c1215

app-text/komikku: remove gnome2_schemas_savelist

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/komikku-0.36.1.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/app-text/komikku/komikku-0.36.1.ebuild 
b/app-text/komikku/komikku-0.36.1.ebuild
index 3a6a36383..604bf1637 100644
--- a/app-text/komikku/komikku-0.36.1.ebuild
+++ b/app-text/komikku/komikku-0.36.1.ebuild
@@ -90,11 +90,6 @@ src_install() {
die "Failed to fix ${ED}/usr/bin/${PN} interpreter"
 }
 
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
 pkg_postinst() {
gnome2_schemas_update
xdg_pkg_postinst



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/, profiles/

2022-01-10 Thread Andrew Ammerlaan
commit: 41633ac7233221bf279bebf16a06a8b46896e1f2
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jan  8 22:02:16 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  9 00:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41633ac7

app-text/komikku: add 0.36.0, drop 0.35.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/komikku/Manifest  |  3 +-
 app-text/komikku/komikku-0.35.1-r1.ebuild  | 76 --
 ...ikku-0.30.0-r2.ebuild => komikku-0.36.0.ebuild} | 56 +---
 app-text/komikku/metadata.xml  | 11 ++--
 profiles/package.mask  |  4 ++
 5 files changed, 44 insertions(+), 106 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 032ab8bfb..d845e1cc5 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,2 @@
-DIST komikku-0.30.0.tar.gz 1676088 BLAKE2B 
998dcf327c902f96594d9025dd91628fc7480cfd5068c67a221693cc24bdf4f13955e5c630695e00b0d1d6b2f14925a7e8236019d8cc99f9fbb1405fcb27b211
 SHA512 
503d32e20ee54f53882e056623e2bba3992397d1703f5796fa0cabe6792cbb8bb9fa50ac19722200cd37976f3a8780e6afff94e7f751d4f5a19b57574c54d50b
-DIST komikku-0.35.1.tar.gz 3352609 BLAKE2B 
4231771bb0f4cfd58fc90a0090deec97ac0ecb4ef1158f334755cbd417ae88911734b6906bf4907662d1ee121f7fbc6b8c8da601119d211ff9be5d34ebac2de8
 SHA512 
2360ae0797ddc47ac06303668a802ddaa77c7fe6007c08623d789002fa85276884fc929a00b50395c00d4500e3911ff7bf366452f151257d53890de849dd9ff3
+DIST Komikku-v0.36.0.tar.gz 4341823 BLAKE2B 
a284616f718910fc71dd22f7b00aa0fcf0cde62f0376a2ae3ce8bd636f57e5116ae7587cd64b7673be9686cd72cc6bcae4ec9526a3fd98370f5e2cdca6ab953a
 SHA512 
a0fb1260f71a2bf8bbbc681a9f1c1a26b9512c3ec78b55257a9c36452d485967f548e5b175595d076b4baf5615bead50a9280eff9b2587bc1ce524876bdbcdbc
 DIST komikku-0.35.2.tar.gz 4335169 BLAKE2B 
93254ea42612f7e5daffc176db6bd4bdff97ac0be35a489fdf3d7b655160fee2df9b2a0274838edd0c2ac6609ec42ebcab3b8aa6c90203e2a4d86bf0e37828bb
 SHA512 
c834362f54c4d7ce3cc55ac825a24b7026ea14b991f0c862c983da2f15573492296b6799a394296a5a0247c815dc609505807504534a82d49e96411c266af98d

diff --git a/app-text/komikku/komikku-0.35.1-r1.ebuild 
b/app-text/komikku/komikku-0.35.1-r1.ebuild
deleted file mode 100644
index 650925d8a..0
--- a/app-text/komikku/komikku-0.35.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN^}"
-MY_P="${MY_PN}-v${PV}"
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz -> 
${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   >=gui-libs/libhandy-1.2.0
-   >=x11-libs/gtk+-3.24.10:3
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-   net-libs/webkit-gtk
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-
-   sed -i "s|#!.*|#!/usr/bin/${EPYTHON}|" "${D}/usr/bin/${PN}"  ||
-   die "Failed to fix ${D}/usr/bin/${PN} interpreter"
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}

diff --git a/app-text/komikku/komikku-0.30.0-r2.ebuild 
b/app-text/komikku/komikku-0.36.0.ebuild
similarity index 69%
rename from app-text/komikku/komikku-0.30.0-r2.ebuild
rename to app-text/komikku/komikku-0.36.0.ebuild
index 650925d8a..4129f456d 100644
--- a/app-text/komikku/komikku-0.30.0-r2.ebuild
+++ b/app-text/komikku/komikku-0.36.0.ebuild
@@ -1,29 +1,39 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-MY_PN="${PN^}"
-MY_P="${MY_PN}-v${PV}"
-

[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-12-08 Thread Andrew Ammerlaan
commit: e2732afd0a42ec5690a58759ce178c6759a19f50
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec  7 20:40:12 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec  7 20:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2732afd

app-text/komikku: drop to maintainer-needed

Signed-off-by: Maciej Barć  gentoo.org>

 app-text/komikku/metadata.xml | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-text/komikku/metadata.xml b/app-text/komikku/metadata.xml
index b18d0d9cd..dd245d28e 100644
--- a/app-text/komikku/metadata.xml
+++ b/app-text/komikku/metadata.xml
@@ -1,12 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-co-maintainers welcome
-x...@riseup.net
-Maciej Barć
-
-
-valos/Komikku
-
+  
+  
+valos/Komikku
+  
 



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-09-20 Thread Andrew Ammerlaan
commit: 702cb157a335f8971ba6d7b80dba21e9e049c984
Author: Maciej Barć  riseup  net>
AuthorDate: Sun Sep 19 20:24:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Sep 19 20:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=702cb157

app-text/komikku: fix src_install

Reported by: Maria Keating maria  mariakeating.com
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/komikku-0.28.1.ebuild   | 5 ++---
 app-text/komikku/{komikku-0.29.2.ebuild => komikku-0.29.2-r1.ebuild} | 2 +-
 app-text/komikku/{komikku-0.30.0.ebuild => komikku-0.30.0-r1.ebuild} | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-text/komikku/komikku-0.28.1.ebuild 
b/app-text/komikku/komikku-0.28.1.ebuild
index d027499ca..254fc8cf5 100644
--- a/app-text/komikku/komikku-0.28.1.ebuild
+++ b/app-text/komikku/komikku-0.28.1.ebuild
@@ -52,9 +52,8 @@ src_install() {
meson_src_install
python_optimize
 
-   # Dirty hack (python_doscript doesn't work)
-   echo "#!/usr/bin/${EPYTHON}
-   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+   sed -i "s|#!.*|#!/usr/bin/${EPYTHON}|" "${D}/usr/bin/${PN}"  ||
+   die "Failed to fix ${D}/usr/bin/${PN} interpreter"
 }
 
 pkg_preinst() {

diff --git a/app-text/komikku/komikku-0.29.2.ebuild 
b/app-text/komikku/komikku-0.29.2-r1.ebuild
similarity index 95%
rename from app-text/komikku/komikku-0.29.2.ebuild
rename to app-text/komikku/komikku-0.29.2-r1.ebuild
index ca0fd8483..ecb528cb7 100644
--- a/app-text/komikku/komikku-0.29.2.ebuild
+++ b/app-text/komikku/komikku-0.29.2-r1.ebuild
@@ -52,7 +52,7 @@ src_install() {
meson_src_install
python_optimize
 
-   sed -i "s/#!.*/#!${EPYTHON}/" "${D}/usr/bin/${PN}"  ||
+   sed -i "s|#!.*|#!/usr/bin/${EPYTHON}|" "${D}/usr/bin/${PN}"  ||
die "Failed to fix ${D}/usr/bin/${PN} interpreter"
 }
 

diff --git a/app-text/komikku/komikku-0.30.0.ebuild 
b/app-text/komikku/komikku-0.30.0-r1.ebuild
similarity index 95%
rename from app-text/komikku/komikku-0.30.0.ebuild
rename to app-text/komikku/komikku-0.30.0-r1.ebuild
index cdf9e0c10..776414599 100644
--- a/app-text/komikku/komikku-0.30.0.ebuild
+++ b/app-text/komikku/komikku-0.30.0-r1.ebuild
@@ -30,12 +30,12 @@ DEPEND="
dev-python/dateparser[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pure-protobuf[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
dev-python/unidecode[${PYTHON_USEDEP}]
-   dev-python/natsort[${PYTHON_USEDEP}]
')
 "
 RDEPEND="
@@ -53,7 +53,7 @@ src_install() {
meson_src_install
python_optimize
 
-   sed -i "s/#!.*/#!${EPYTHON}/" "${D}/usr/bin/${PN}"  ||
+   sed -i "s|#!.*|#!/usr/bin/${EPYTHON}|" "${D}/usr/bin/${PN}"  ||
die "Failed to fix ${D}/usr/bin/${PN} interpreter"
 }
 



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-08-27 Thread Haelwenn Monnier
commit: ed0684dfce3fc31a85cc7780c3e1d8efca371ba4
Author: Maciej Barć  riseup  net>
AuthorDate: Fri Aug 27 12:30:03 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Aug 27 12:30:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed0684df

app-text/komikku: bump to 0.30.0; add natsort dep

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.30.0.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 7dc179bb2..cc0a7bef6 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,3 @@
 DIST komikku-0.28.1.tar.gz 1670259 BLAKE2B 
bcb89f644eca7b6e322442316234e5d39d9db6d32e31b09b170abac74168f17e39cc2a368fa624edde0e0b3aa3892768d3d6adddf5b649bdf7cf34c775730b98
 SHA512 
c9db5ce5944520802bccdf5ce906fa2f3dea2209ea7fd060e7349944320148350dbfd131acb9b88ffba8d6712d0fd849110345aca625ce2af97e20bd0817d343
 DIST komikku-0.29.2.tar.gz 1675938 BLAKE2B 
b593fa015b0d6b5cf2c2686d60731091a7cf68ba7522712df281cd360bdf61fb46eb33cfecc14301ddc309daccd4607ebd563441bb33cd857ec06f940d4e1956
 SHA512 
3aa286623cd33a787efdd3fde35a67616ef93a542356b1c17fca82d5700b535055eb609393b54bd7e011f7c5949105ddea9b78eb111cc5f4bf2dddbc604c8bc9
+DIST komikku-0.30.0.tar.gz 1676088 BLAKE2B 
998dcf327c902f96594d9025dd91628fc7480cfd5068c67a221693cc24bdf4f13955e5c630695e00b0d1d6b2f14925a7e8236019d8cc99f9fbb1405fcb27b211
 SHA512 
503d32e20ee54f53882e056623e2bba3992397d1703f5796fa0cabe6792cbb8bb9fa50ac19722200cd37976f3a8780e6afff94e7f751d4f5a19b57574c54d50b

diff --git a/app-text/komikku/komikku-0.30.0.ebuild 
b/app-text/komikku/komikku-0.30.0.ebuild
new file mode 100644
index 0..8b1222572
--- /dev/null
+++ b/app-text/komikku/komikku-0.30.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN^}"
+MY_P="${MY_PN}-v${PV}"
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz -> 
${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   >=gui-libs/libhandy-1.2.0
+   >=x11-libs/gtk+-3.24.10:3
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   sed -i "s/#!.*/#!${EPYTHON}/" "${D}/usr/bin/${PN}"  ||
+   die "Failed to fix ${D}/usr/bin/${PN} interpreter"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-06-29 Thread Florian Schmaus
commit: 3aced0ee737e149de1b0b5ff93e92cb92f90684e
Author: Maciej Barć  riseup  net>
AuthorDate: Mon Jun 28 21:31:04 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Jun 28 21:31:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3aced0ee

app-text/komikku: fix variables; GTK slot 3

also, change src_install to use sed to fix EPYTHON

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/komikku-0.29.2.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-text/komikku/komikku-0.29.2.ebuild 
b/app-text/komikku/komikku-0.29.2.ebuild
index f9b769d34..70f88edb6 100644
--- a/app-text/komikku/komikku-0.29.2.ebuild
+++ b/app-text/komikku/komikku-0.29.2.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
+MY_PN="${PN^}"
+MY_P="${MY_PN}-v${PV}"
 
 PYTHON_COMPAT=( python3_{8,9} )
 
@@ -12,7 +12,7 @@ inherit python-single-r1 meson gnome2-utils xdg
 
 DESCRIPTION="An online/offline manga reader for GNOME"
 HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 RESTRICT="test"
 KEYWORDS="~amd64"
@@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
>=gui-libs/libhandy-1.2.0
-   >=x11-libs/gtk+-3.24.10
+   >=x11-libs/gtk+-3.24.10:3
$(python_gen_cond_dep '
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/cloudscraper[${PYTHON_USEDEP}]
@@ -42,7 +42,7 @@ RDEPEND="
${DEPEND}
 "
 
-S="${WORKDIR}/${MY_PN}-v${PV}"
+S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {
python-single-r1_pkg_setup
@@ -52,9 +52,8 @@ src_install() {
meson_src_install
python_optimize
 
-   # Dirty hack (python_doscript doesn't work)
-   echo "#!/usr/bin/${EPYTHON}
-   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+   sed -i "s/#!.*/#!${EPYTHON}/" "${D}/usr/bin/${PN}"  ||
+   die "Failed to fix ${D}/usr/bin/${PN} interpreter"
 }
 
 pkg_preinst() {



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-06-16 Thread Theo Anderson
commit: 58b44a1c85ae711bf0c8eddc461b5c9f3b2f2ebe
Author: Maciej Barć  riseup  net>
AuthorDate: Wed Jun 16 15:26:51 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Jun 16 15:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58b44a1c

app-text/komikku: drop old 0.27.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-0.27.0.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index c2fd4ac82..7dc179bb2 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,2 @@
-DIST komikku-0.27.0.tar.gz 1633581 BLAKE2B 
828e5942995fa8cda4c90739595a132f9f755423637c26d309deb56545a68c751bfbbc8a5ae5bdcd6f233a6608d247a952039f331b56d06b4ea4e9bb264dc1d8
 SHA512 
6358442189416125d172b4f0408c86e52456994e3e451d125bd2253c4b41d9b4534f5b1d42128b0ed1d4c8559df0abea4287f243e74d4fdedb74ef4d2eb43ba9
 DIST komikku-0.28.1.tar.gz 1670259 BLAKE2B 
bcb89f644eca7b6e322442316234e5d39d9db6d32e31b09b170abac74168f17e39cc2a368fa624edde0e0b3aa3892768d3d6adddf5b649bdf7cf34c775730b98
 SHA512 
c9db5ce5944520802bccdf5ce906fa2f3dea2209ea7fd060e7349944320148350dbfd131acb9b88ffba8d6712d0fd849110345aca625ce2af97e20bd0817d343
 DIST komikku-0.29.2.tar.gz 1675938 BLAKE2B 
b593fa015b0d6b5cf2c2686d60731091a7cf68ba7522712df281cd360bdf61fb46eb33cfecc14301ddc309daccd4607ebd563441bb33cd857ec06f940d4e1956
 SHA512 
3aa286623cd33a787efdd3fde35a67616ef93a542356b1c17fca82d5700b535055eb609393b54bd7e011f7c5949105ddea9b78eb111cc5f4bf2dddbc604c8bc9

diff --git a/app-text/komikku/komikku-0.27.0.ebuild 
b/app-text/komikku/komikku-0.27.0.ebuild
deleted file mode 100644
index 66d5b730e..0
--- a/app-text/komikku/komikku-0.27.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   >=gui-libs/libhandy-1.0.2
-   >=x11-libs/gtk+-3.24.10
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-
-   # Dirty hack (python_doscript doesn't work)
-   echo "#!/usr/bin/${EPYTHON}
-   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-06-16 Thread Theo Anderson
commit: 9f84207f3cd31d1996fad5c3cc3ffa80e1f7be99
Author: Maciej Barć  riseup  net>
AuthorDate: Wed Jun 16 15:26:30 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Jun 16 15:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f84207f

app-text/komikku: bump to 0.29.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.29.2.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index e81377b54..c2fd4ac82 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,3 @@
 DIST komikku-0.27.0.tar.gz 1633581 BLAKE2B 
828e5942995fa8cda4c90739595a132f9f755423637c26d309deb56545a68c751bfbbc8a5ae5bdcd6f233a6608d247a952039f331b56d06b4ea4e9bb264dc1d8
 SHA512 
6358442189416125d172b4f0408c86e52456994e3e451d125bd2253c4b41d9b4534f5b1d42128b0ed1d4c8559df0abea4287f243e74d4fdedb74ef4d2eb43ba9
 DIST komikku-0.28.1.tar.gz 1670259 BLAKE2B 
bcb89f644eca7b6e322442316234e5d39d9db6d32e31b09b170abac74168f17e39cc2a368fa624edde0e0b3aa3892768d3d6adddf5b649bdf7cf34c775730b98
 SHA512 
c9db5ce5944520802bccdf5ce906fa2f3dea2209ea7fd060e7349944320148350dbfd131acb9b88ffba8d6712d0fd849110345aca625ce2af97e20bd0817d343
+DIST komikku-0.29.2.tar.gz 1675938 BLAKE2B 
b593fa015b0d6b5cf2c2686d60731091a7cf68ba7522712df281cd360bdf61fb46eb33cfecc14301ddc309daccd4607ebd563441bb33cd857ec06f940d4e1956
 SHA512 
3aa286623cd33a787efdd3fde35a67616ef93a542356b1c17fca82d5700b535055eb609393b54bd7e011f7c5949105ddea9b78eb111cc5f4bf2dddbc604c8bc9

diff --git a/app-text/komikku/komikku-0.29.2.ebuild 
b/app-text/komikku/komikku-0.29.2.ebuild
new file mode 100644
index 0..f9b769d34
--- /dev/null
+++ b/app-text/komikku/komikku-0.29.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   >=gui-libs/libhandy-1.2.0
+   >=x11-libs/gtk+-3.24.10
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-06-04 Thread Andrew Ammerlaan
commit: d2517b76770ec926515286630efd9c19bae93ca0
Author: Maciej Barć  riseup  net>
AuthorDate: Thu Jun  3 17:30:31 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jun  3 17:30:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2517b76

app-text/komikku: drop py3.7 support

Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/komikku-0.27.0.ebuild | 2 +-
 app-text/komikku/komikku-0.28.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/komikku/komikku-0.27.0.ebuild 
b/app-text/komikku/komikku-0.27.0.ebuild
index 4f537246b..66d5b730e 100644
--- a/app-text/komikku/komikku-0.27.0.ebuild
+++ b/app-text/komikku/komikku-0.27.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Komikku"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
 
 inherit python-single-r1 meson gnome2-utils xdg
 

diff --git a/app-text/komikku/komikku-0.28.1.ebuild 
b/app-text/komikku/komikku-0.28.1.ebuild
index a790ac0ef..f9b769d34 100644
--- a/app-text/komikku/komikku-0.28.1.ebuild
+++ b/app-text/komikku/komikku-0.28.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Komikku"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit python-single-r1 meson gnome2-utils xdg
 



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-05-24 Thread Andrew Ammerlaan
commit: 29d235c8eee4f2f8a195dd847d1679481e30260c
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 23 18:40:50 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 23 18:42:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d235c8

app-text/komikku: increase required libhandy version to 1.2.0

Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/komikku-0.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/komikku/komikku-0.28.1.ebuild 
b/app-text/komikku/komikku-0.28.1.ebuild
index c754e068b..a790ac0ef 100644
--- a/app-text/komikku/komikku-0.28.1.ebuild
+++ b/app-text/komikku/komikku-0.28.1.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
-   >=gui-libs/libhandy-1.0.2
+   >=gui-libs/libhandy-1.2.0
>=x11-libs/gtk+-3.24.10
$(python_gen_cond_dep '
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-05-17 Thread Andrew Ammerlaan
commit: bd41ca5be4f73eee4fd71941e8e03213f4ec44be
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 23:12:23 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun May 16 23:12:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd41ca5b

app-text/komikku: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  2 -
 app-text/komikku/komikku-0.24.0.ebuild | 75 --
 app-text/komikku/komikku-0.26.1.ebuild | 75 --
 3 files changed, 152 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index e087ca43d..e81377b54 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,4 +1,2 @@
-DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
-DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc
 DIST komikku-0.27.0.tar.gz 1633581 BLAKE2B 
828e5942995fa8cda4c90739595a132f9f755423637c26d309deb56545a68c751bfbbc8a5ae5bdcd6f233a6608d247a952039f331b56d06b4ea4e9bb264dc1d8
 SHA512 
6358442189416125d172b4f0408c86e52456994e3e451d125bd2253c4b41d9b4534f5b1d42128b0ed1d4c8559df0abea4287f243e74d4fdedb74ef4d2eb43ba9
 DIST komikku-0.28.1.tar.gz 1670259 BLAKE2B 
bcb89f644eca7b6e322442316234e5d39d9db6d32e31b09b170abac74168f17e39cc2a368fa624edde0e0b3aa3892768d3d6adddf5b649bdf7cf34c775730b98
 SHA512 
c9db5ce5944520802bccdf5ce906fa2f3dea2209ea7fd060e7349944320148350dbfd131acb9b88ffba8d6712d0fd849110345aca625ce2af97e20bd0817d343

diff --git a/app-text/komikku/komikku-0.24.0.ebuild 
b/app-text/komikku/komikku-0.24.0.ebuild
deleted file mode 100644
index 4f537246b..0
--- a/app-text/komikku/komikku-0.24.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   >=gui-libs/libhandy-1.0.2
-   >=x11-libs/gtk+-3.24.10
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-
-   # Dirty hack (python_doscript doesn't work)
-   echo "#!/usr/bin/${EPYTHON}
-   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}

diff --git a/app-text/komikku/komikku-0.26.1.ebuild 
b/app-text/komikku/komikku-0.26.1.ebuild
deleted file mode 100644
index 4f537246b..0
--- a/app-text/komikku/komikku-0.26.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   

[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-05-17 Thread Andrew Ammerlaan
commit: a8346290bd940c36a4d42180845ece06d400885b
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 22:57:58 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun May 16 22:57:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8346290

app-text/komikku: co-maintainers welcome

Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/metadata.xml | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-text/komikku/metadata.xml b/app-text/komikku/metadata.xml
index 23355325a..b18d0d9cd 100644
--- a/app-text/komikku/metadata.xml
+++ b/app-text/komikku/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@riseup.net
-Maciej Barć
-  
-  
-valos/Komikku
-  
+
+co-maintainers welcome
+x...@riseup.net
+Maciej Barć
+
+
+valos/Komikku
+
 



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-05-17 Thread Andrew Ammerlaan
commit: 1cfa4a33d166008b5bc4f10f9e5f2dd844bd7850
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 23:12:02 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun May 16 23:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cfa4a33

app-text/komikku: bump to 0.28.1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.28.1.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index ecee05fcf..e087ca43d 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,4 @@
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
 DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc
 DIST komikku-0.27.0.tar.gz 1633581 BLAKE2B 
828e5942995fa8cda4c90739595a132f9f755423637c26d309deb56545a68c751bfbbc8a5ae5bdcd6f233a6608d247a952039f331b56d06b4ea4e9bb264dc1d8
 SHA512 
6358442189416125d172b4f0408c86e52456994e3e451d125bd2253c4b41d9b4534f5b1d42128b0ed1d4c8559df0abea4287f243e74d4fdedb74ef4d2eb43ba9
+DIST komikku-0.28.1.tar.gz 1670259 BLAKE2B 
bcb89f644eca7b6e322442316234e5d39d9db6d32e31b09b170abac74168f17e39cc2a368fa624edde0e0b3aa3892768d3d6adddf5b649bdf7cf34c775730b98
 SHA512 
c9db5ce5944520802bccdf5ce906fa2f3dea2209ea7fd060e7349944320148350dbfd131acb9b88ffba8d6712d0fd849110345aca625ce2af97e20bd0817d343

diff --git a/app-text/komikku/komikku-0.28.1.ebuild 
b/app-text/komikku/komikku-0.28.1.ebuild
new file mode 100644
index 0..c754e068b
--- /dev/null
+++ b/app-text/komikku/komikku-0.28.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   >=gui-libs/libhandy-1.0.2
+   >=x11-libs/gtk+-3.24.10
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-04-16 Thread Andrew Ammerlaan
commit: 572d3f976a947e423cd0b1700accfb53a5740262
Author: Maciej Barć  riseup  net>
AuthorDate: Thu Apr 15 14:17:49 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr 15 14:18:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=572d3f97

app-text/komikku: bump to 0.27.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.27.0.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 7ce7193be..ecee05fcf 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,3 @@
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
 DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc
+DIST komikku-0.27.0.tar.gz 1633581 BLAKE2B 
828e5942995fa8cda4c90739595a132f9f755423637c26d309deb56545a68c751bfbbc8a5ae5bdcd6f233a6608d247a952039f331b56d06b4ea4e9bb264dc1d8
 SHA512 
6358442189416125d172b4f0408c86e52456994e3e451d125bd2253c4b41d9b4534f5b1d42128b0ed1d4c8559df0abea4287f243e74d4fdedb74ef4d2eb43ba9

diff --git a/app-text/komikku/komikku-0.27.0.ebuild 
b/app-text/komikku/komikku-0.27.0.ebuild
new file mode 100644
index 0..4f537246b
--- /dev/null
+++ b/app-text/komikku/komikku-0.27.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   >=gui-libs/libhandy-1.0.2
+   >=x11-libs/gtk+-3.24.10
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-02-24 Thread Andrew Ammerlaan
commit: 8fabc1de424781db6596234b46203a25ba47c674
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Feb 22 13:22:26 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 22 13:22:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fabc1de

app-text/komikku: bump to 0.26.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.26.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index ce8116fb..0e60e479 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,4 @@
 DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
 DIST komikku-0.26.0.tar.gz 1614218 BLAKE2B 
b3302567bca062c8ba20880f6ba9ea55aecbdffd87a227677ee6f43e001a7e82d0ea9c82c25d7c56d03301ae41ad6bf275d946ea36951127de71c6572b9dd700
 SHA512 
c692ffabdfeaf34d95f1d8930ff2623cb0383d78502523ca13652cb630a5a75c5ee22861e66d19c58e6f52344d89c441ee6067cc252166061fb51cc76640e825
+DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc

diff --git a/app-text/komikku/komikku-0.26.1.ebuild 
b/app-text/komikku/komikku-0.26.1.ebuild
new file mode 100644
index ..96dc2bb7
--- /dev/null
+++ b/app-text/komikku/komikku-0.26.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   >=gui-libs/libhandy-1.0.2
+   >=x11-libs/gtk+-3.24.10
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-02-24 Thread Andrew Ammerlaan
commit: c83b7272c4b731ba4f74d1d65edb2806d2a440fb
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Feb 22 13:27:33 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 22 13:27:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c83b7272

app-text/komikku: remove old 0.15.0 (deprecated meson features)

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-0.15.0.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 29e6605b..7ce7193b 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,2 @@
-DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
 DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc

diff --git a/app-text/komikku/komikku-0.15.0.ebuild 
b/app-text/komikku/komikku-0.15.0.ebuild
deleted file mode 100644
index 23ecb7bb..
--- a/app-text/komikku/komikku-0.15.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-# Requires network connection to test
-RESTRICT="test"
-
-DEPEND="
-   >=gui-libs/libhandy-0.0.10:0.0/0
-   >=x11-libs/gtk+-3.24.10
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-distutils_enable_tests pytest
-
-src_install() {
-   meson_src_install
-   python_foreach_impl python_optimize
-}
-
-src_test() {
-   PYTHONPATH="${S}:${PYTHONPATH}" python_foreach_impl python_test
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-02-24 Thread Andrew Ammerlaan
commit: df4d28118f3e1bb899b9fedb0423f7af01737d33
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Feb 22 13:25:53 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 22 13:25:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df4d2811

app-text/komikku: remove old 0.26.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-0.26.0.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 0e60e479..29e6605b 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,4 +1,3 @@
 DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
-DIST komikku-0.26.0.tar.gz 1614218 BLAKE2B 
b3302567bca062c8ba20880f6ba9ea55aecbdffd87a227677ee6f43e001a7e82d0ea9c82c25d7c56d03301ae41ad6bf275d946ea36951127de71c6572b9dd700
 SHA512 
c692ffabdfeaf34d95f1d8930ff2623cb0383d78502523ca13652cb630a5a75c5ee22861e66d19c58e6f52344d89c441ee6067cc252166061fb51cc76640e825
 DIST komikku-0.26.1.tar.gz 1614455 BLAKE2B 
ef58a7ac497f29c182788c3f827e83c8561ab5bf91598a051c1ca9784b5eafcd3573f1835572e67cd11e02043c902513e2ef86e68d2b33e310363967067ad955
 SHA512 
73409c51a44f333e3bb0e47e2480099f3a05a1e88dc3c8c96846c18caf7ee61d99e81fe5e47991bd93f76e36fccad73f4bcf406bd744a9fc6ca860b2feef4efc

diff --git a/app-text/komikku/komikku-0.26.0.ebuild 
b/app-text/komikku/komikku-0.26.0.ebuild
deleted file mode 100644
index 96dc2bb7..
--- a/app-text/komikku/komikku-0.26.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit python-single-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-RESTRICT="test"
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   >=gui-libs/libhandy-1.0.2
-   >=x11-libs/gtk+-3.24.10
-   $(python_gen_cond_dep '
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   meson_src_install
-   python_optimize
-
-   # Dirty hack (python_doscript doesn't work)
-   echo "#!/usr/bin/${EPYTHON}
-   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-02-09 Thread Andrew Ammerlaan
commit: b6f76781044ce0f41da2d4c857b7acafcf261f74
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Feb  8 19:29:20 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb  8 19:29:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6f76781

app-text/komikku: bump to 0.26.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.26.0.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 2fc23195..9dc5e32a 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,3 +1,4 @@
 DIST komikku-0.12.0.tar.gz 769028 BLAKE2B 
f2304f2faff4df5ecb0d45ba51bed35093a4e2eb539603060da279d1fce14753f85fa3262e971f3dec0e17ea65d17560f92ad84510f1a0519ab9a7f443e59c92
 SHA512 
ba9af4c5eff5b9814e8262e8e325ba2d64cbcc73faa53133fdfc839b0e1b558538c08acf26c981cf417a313f5d36c981afb3b9cd5c7a57f899fa774aa51f138c
 DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
+DIST komikku-0.26.0.tar.gz 1614218 BLAKE2B 
b3302567bca062c8ba20880f6ba9ea55aecbdffd87a227677ee6f43e001a7e82d0ea9c82c25d7c56d03301ae41ad6bf275d946ea36951127de71c6572b9dd700
 SHA512 
c692ffabdfeaf34d95f1d8930ff2623cb0383d78502523ca13652cb630a5a75c5ee22861e66d19c58e6f52344d89c441ee6067cc252166061fb51cc76640e825

diff --git a/app-text/komikku/komikku-0.26.0.ebuild 
b/app-text/komikku/komikku-0.26.0.ebuild
new file mode 100644
index ..96dc2bb7
--- /dev/null
+++ b/app-text/komikku/komikku-0.26.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit python-single-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="test"
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   >=gui-libs/libhandy-1.0.2
+   >=x11-libs/gtk+-3.24.10
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2021-02-09 Thread Andrew Ammerlaan
commit: 6b3321fea748f3751f69d351e1ecf34b4e7880c1
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Feb  8 19:29:50 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb  8 19:29:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b3321fe

app-text/komikku: drop old 0.12.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 -
 app-text/komikku/komikku-0.12.0.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 9dc5e32a..ce8116fb 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,4 +1,3 @@
-DIST komikku-0.12.0.tar.gz 769028 BLAKE2B 
f2304f2faff4df5ecb0d45ba51bed35093a4e2eb539603060da279d1fce14753f85fa3262e971f3dec0e17ea65d17560f92ad84510f1a0519ab9a7f443e59c92
 SHA512 
ba9af4c5eff5b9814e8262e8e325ba2d64cbcc73faa53133fdfc839b0e1b558538c08acf26c981cf417a313f5d36c981afb3b9cd5c7a57f899fa774aa51f138c
 DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
 DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666
 DIST komikku-0.26.0.tar.gz 1614218 BLAKE2B 
b3302567bca062c8ba20880f6ba9ea55aecbdffd87a227677ee6f43e001a7e82d0ea9c82c25d7c56d03301ae41ad6bf275d946ea36951127de71c6572b9dd700
 SHA512 
c692ffabdfeaf34d95f1d8930ff2623cb0383d78502523ca13652cb630a5a75c5ee22861e66d19c58e6f52344d89c441ee6067cc252166061fb51cc76640e825

diff --git a/app-text/komikku/komikku-0.12.0.ebuild 
b/app-text/komikku/komikku-0.12.0.ebuild
deleted file mode 100644
index 23ecb7bb..
--- a/app-text/komikku/komikku-0.12.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Komikku"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 meson gnome2-utils xdg
-
-DESCRIPTION="An online/offline manga reader for GNOME"
-HOMEPAGE="https://gitlab.com/valos/Komikku;
-SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-# Requires network connection to test
-RESTRICT="test"
-
-DEPEND="
-   >=gui-libs/libhandy-0.0.10:0.0/0
-   >=x11-libs/gtk+-3.24.10
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-S="${WORKDIR}/${MY_PN}-v${PV}"
-
-distutils_enable_tests pytest
-
-src_install() {
-   meson_src_install
-   python_foreach_impl python_optimize
-}
-
-src_test() {
-   PYTHONPATH="${S}:${PYTHONPATH}" python_foreach_impl python_test
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2020-12-19 Thread Andrew Ammerlaan
commit: b54356ae1bac6317d873c3d14a352e80f1d11ea1
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat Dec 19 18:59:32 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Dec 19 18:59:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b54356ae

app-text/komikku: fix; use python-single-r1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/komikku-0.24.0.ebuild | 39 +-
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/app-text/komikku/komikku-0.24.0.ebuild 
b/app-text/komikku/komikku-0.24.0.ebuild
index e8316d26..8332e74b 100644
--- a/app-text/komikku/komikku-0.24.0.ebuild
+++ b/app-text/komikku/komikku-0.24.0.ebuild
@@ -7,33 +7,32 @@ MY_PN="Komikku"
 MY_P="${MY_PN}-${PV}"
 
 PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=no
 
-inherit distutils-r1 meson gnome2-utils xdg
+inherit python-single-r1 meson gnome2-utils xdg
 
 DESCRIPTION="An online/offline manga reader for GNOME"
 HOMEPAGE="https://gitlab.com/valos/Komikku;
 
SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
 
+RESTRICT="test"
 KEYWORDS="~amd64"
 LICENSE="GPL-3"
 SLOT="0"
 
-# Requires network connection to test
-RESTRICT="test"
-
 DEPEND="
>=gui-libs/libhandy-1.0.2
>=x11-libs/gtk+-3.24.10
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/dateparser[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pure-protobuf[${PYTHON_USEDEP}]
-   dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ')
 "
 RDEPEND="
${DEPEND}
@@ -41,15 +40,17 @@ RDEPEND="
 
 S="${WORKDIR}/${MY_PN}-v${PV}"
 
-distutils_enable_tests pytest
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
 
 src_install() {
meson_src_install
-   python_foreach_impl python_optimize
-}
+   python_optimize
 
-src_test() {
-   PYTHONPATH="${S}:${PYTHONPATH}" python_foreach_impl python_test
+   # Dirty hack (python_doscript doesn't work)
+   echo "#!/usr/bin/${EPYTHON}
+   $(cat ${D}/usr/bin/${PN})" > "${D}/usr/bin/${PN}"
 }
 
 pkg_preinst() {



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2020-12-19 Thread Andrew Ammerlaan
commit: 185fc9d8c170acb4b424340880032ddbf29cb068
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat Dec 19 13:47:58 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Dec 19 13:48:00 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=185fc9d8

app-text/komikku: bump to 0.24.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.24.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 46b1b087..2fc23195 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1,2 +1,3 @@
 DIST komikku-0.12.0.tar.gz 769028 BLAKE2B 
f2304f2faff4df5ecb0d45ba51bed35093a4e2eb539603060da279d1fce14753f85fa3262e971f3dec0e17ea65d17560f92ad84510f1a0519ab9a7f443e59c92
 SHA512 
ba9af4c5eff5b9814e8262e8e325ba2d64cbcc73faa53133fdfc839b0e1b558538c08acf26c981cf417a313f5d36c981afb3b9cd5c7a57f899fa774aa51f138c
 DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4
+DIST komikku-0.24.0.tar.gz 1585185 BLAKE2B 
5d41162c9cfb1ecdc5127d3dd71789ef6e9688c2ca0eb201964362eb8d8c74b0b85ecd05841eb70834cebefcabc269f1c0659944d9e47447055a9a2bc0a23373
 SHA512 
aaa98f6e4e736ca8185c734885f3b9ae741f5656d090ae9647c7c4eb0815f28801907044b2107df4a5d1d05a1a85c738c1220aa4434f8c7529d1f70644d82666

diff --git a/app-text/komikku/komikku-0.24.0.ebuild 
b/app-text/komikku/komikku-0.24.0.ebuild
new file mode 100644
index ..e8316d26
--- /dev/null
+++ b/app-text/komikku/komikku-0.24.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1 meson gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+# Requires network connection to test
+RESTRICT="test"
+
+DEPEND="
+   >=gui-libs/libhandy-1.0.2
+   >=x11-libs/gtk+-3.24.10
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/dateparser[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pure-protobuf[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+distutils_enable_tests pytest
+
+src_install() {
+   meson_src_install
+   python_foreach_impl python_optimize
+}
+
+src_test() {
+   PYTHONPATH="${S}:${PYTHONPATH}" python_foreach_impl python_test
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2020-09-28 Thread Andrew Ammerlaan
commit: 7915352846a2eaebc2fa1d6bc1e5d94031c791da
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Sep 28 10:04:14 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Sep 28 10:04:14 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79153528

app-text/komikku: bump to 0.15.0; add python3_8 impl compat

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest | 1 +
 app-text/komikku/komikku-0.12.0.ebuild| 2 +-
 app-text/komikku/{komikku-0.12.0.ebuild => komikku-0.15.0.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
index 3519c24a..46b1b087 100644
--- a/app-text/komikku/Manifest
+++ b/app-text/komikku/Manifest
@@ -1 +1,2 @@
 DIST komikku-0.12.0.tar.gz 769028 BLAKE2B 
f2304f2faff4df5ecb0d45ba51bed35093a4e2eb539603060da279d1fce14753f85fa3262e971f3dec0e17ea65d17560f92ad84510f1a0519ab9a7f443e59c92
 SHA512 
ba9af4c5eff5b9814e8262e8e325ba2d64cbcc73faa53133fdfc839b0e1b558538c08acf26c981cf417a313f5d36c981afb3b9cd5c7a57f899fa774aa51f138c
+DIST komikku-0.15.0.tar.gz 1393312 BLAKE2B 
a9eba44119226c1e2de4403432cdf35758e41919a763e669592616ced82a530319b531dfa97844b14b189e75df84a16d3748b294dac72aefc1546d87f3c689bb
 SHA512 
a819a95b8726929b78837ea0bedd12860ce30aa01616a54bab71efbc5216bd135cd96c717aa1a629ea4e9c29a176307039c22244ffee205e25db28ce0ddf08b4

diff --git a/app-text/komikku/komikku-0.12.0.ebuild 
b/app-text/komikku/komikku-0.12.0.ebuild
index b5b816fe..0198a0a2 100644
--- a/app-text/komikku/komikku-0.12.0.ebuild
+++ b/app-text/komikku/komikku-0.12.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Komikku"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 meson gnome2-utils xdg

diff --git a/app-text/komikku/komikku-0.12.0.ebuild 
b/app-text/komikku/komikku-0.15.0.ebuild
similarity index 97%
copy from app-text/komikku/komikku-0.12.0.ebuild
copy to app-text/komikku/komikku-0.15.0.ebuild
index b5b816fe..0198a0a2 100644
--- a/app-text/komikku/komikku-0.12.0.ebuild
+++ b/app-text/komikku/komikku-0.15.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Komikku"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 meson gnome2-utils xdg



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2020-06-18 Thread Andrew Ammerlaan
commit: 4c4519f2f3ef76ce128f47d12175d339314be9c9
Author: David Heidelberg  ixit  cz>
AuthorDate: Wed Jun 17 15:14:51 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 17 15:14:51 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c4519f2

app-text/komikku: lock libhandy to SLOT 0.0/0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: David Heidelberg  ixit.cz>

 app-text/komikku/komikku-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/komikku/komikku-0.12.0.ebuild 
b/app-text/komikku/komikku-0.12.0.ebuild
index a2d604b..b5b816f 100644
--- a/app-text/komikku/komikku-0.12.0.ebuild
+++ b/app-text/komikku/komikku-0.12.0.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 RESTRICT="test"
 
 DEPEND="
-   >=gui-libs/libhandy-0.0.10
+   >=gui-libs/libhandy-0.0.10:0.0/0
>=x11-libs/gtk+-3.24.10
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/cloudscraper[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/

2020-05-03 Thread Andrew Ammerlaan
commit: 45cfee043042c0cae365bfd29bcd7b4fc66de66c
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat May  2 16:45:35 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat May  2 16:45:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45cfee04

app-text/komikku: new package; add version 0.12.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć  protonmail.com>

 app-text/komikku/Manifest  |  1 +
 app-text/komikku/komikku-0.12.0.ebuild | 66 ++
 app-text/komikku/metadata.xml  | 11 ++
 3 files changed, 78 insertions(+)

diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest
new file mode 100644
index 000..3519c24
--- /dev/null
+++ b/app-text/komikku/Manifest
@@ -0,0 +1 @@
+DIST komikku-0.12.0.tar.gz 769028 BLAKE2B 
f2304f2faff4df5ecb0d45ba51bed35093a4e2eb539603060da279d1fce14753f85fa3262e971f3dec0e17ea65d17560f92ad84510f1a0519ab9a7f443e59c92
 SHA512 
ba9af4c5eff5b9814e8262e8e325ba2d64cbcc73faa53133fdfc839b0e1b558538c08acf26c981cf417a313f5d36c981afb3b9cd5c7a57f899fa774aa51f138c

diff --git a/app-text/komikku/komikku-0.12.0.ebuild 
b/app-text/komikku/komikku-0.12.0.ebuild
new file mode 100644
index 000..7d7a0c3
--- /dev/null
+++ b/app-text/komikku/komikku-0.12.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Komikku"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_7 )
+
+inherit meson python-single-r1 gnome2-utils xdg
+
+DESCRIPTION="An online/offline manga reader for GNOME"
+HOMEPAGE="https://gitlab.com/valos/Komikku;
+SRC_URI="https://gitlab.com/valos/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=gui-libs/libhandy-0.0.10
+   >=x11-libs/gtk+-3.24.10
+   dev-python/beautifulsoup:4
+   dev-python/cloudscraper
+   dev-python/dateparser
+   dev-python/lxml
+   dev-python/pillow
+   dev-python/pure-protobuf
+   dev-python/python-magic
+   dev-python/unidecode
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   xdg_environment_reset
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}

diff --git a/app-text/komikku/metadata.xml b/app-text/komikku/metadata.xml
new file mode 100644
index 000..5af9ce6
--- /dev/null
+++ b/app-text/komikku/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+x...@protonmail.com
+Maciej Barć
+  
+  
+valos/Komikku
+  
+