public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/
Date: Sat, 19 Dec 2020 19:52:45 +0000 (UTC)	[thread overview]
Message-ID: <1608385680.185fc9d8c170acb4b424340880032ddbf29cb068.andrewammerlaan@gentoo> (raw)

commit:     185fc9d8c170acb4b424340880032ddbf29cb068
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat Dec 19 13:47:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 19 13:48:00 2020 +0000
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ć <xgqt <AT> 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 00000000..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
+}


             reply	other threads:[~2020-12-19 19:52 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 19:52 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-20  9:22 [gentoo-commits] repo/proj/guru:master commit in: app-text/komikku/ David Roman
2025-02-17  9:49 David Roman
2025-02-17  9:49 David Roman
2025-02-03 11:38 David Roman
2025-02-03 11:38 David Roman
2025-01-07 15:14 Julien Roy
2024-09-07  9:22 David Roman
2024-09-07  9:22 David Roman
2024-07-14  0:34 David Roman
2024-07-14  0:34 David Roman
2024-07-04 11:19 David Roman
2024-07-04 11:19 David Roman
2024-06-27  8:41 David Roman
2024-06-27  8:41 David Roman
2024-06-01 22:03 Julien Roy
2024-06-01 22:03 Julien Roy
2024-03-07 11:34 Andrew Ammerlaan
2024-03-07 11:34 Andrew Ammerlaan
2024-02-23 13:10 David Roman
2024-02-23 13:10 David Roman
2024-02-09 14:26 David Roman
2024-02-09 14:26 David Roman
2023-05-21  7:23 Viorel Munteanu
2023-04-28 17:52 Arthur Zamarin
2023-04-13 19:52 Florian Schmaus
2023-03-25  7:40 Viorel Munteanu
2023-03-13  8:29 Viorel Munteanu
2023-03-08  9:08 Florian Schmaus
2023-02-25  7:17 Viorel Munteanu
2023-02-16 12:47 Haelwenn Monnier
2023-01-06  8:51 Florian Schmaus
2022-07-03 12:03 Andrew Ammerlaan
2022-03-08 13:39 Andrew Ammerlaan
2022-02-24 11:10 Ronny Gutbrod
2021-12-08 11:38 Andrew Ammerlaan
2021-09-20  9:17 Andrew Ammerlaan
2021-08-27 16:10 Haelwenn Monnier
2021-06-29  6:59 Florian Schmaus
2021-06-17  5:55 Theo Anderson
2021-06-17  5:55 Theo Anderson
2021-06-04  7:59 Andrew Ammerlaan
2021-05-24  7:31 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-04-16  7:36 Andrew Ammerlaan
2021-02-27 21:23 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-02-09 14:46 Andrew Ammerlaan
2021-02-09 14:46 Andrew Ammerlaan
2020-12-19 19:52 Andrew Ammerlaan
2020-09-28 21:12 Andrew Ammerlaan
2020-06-18 12:20 Andrew Ammerlaan
2020-05-03  9:33 Andrew Ammerlaan
2020-05-03  9:33 Andrew Ammerlaan
2020-05-03  9:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-03  9:33 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608385680.185fc9d8c170acb4b424340880032ddbf29cb068.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox