From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 571F21580B9 for ; Fri, 27 Aug 2021 12:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 894E9E0863; Fri, 27 Aug 2021 12:35:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C082E0863 for ; Fri, 27 Aug 2021 12:35:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA687335D17 for ; Fri, 27 Aug 2021 12:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6AB38 for ; Fri, 27 Aug 2021 12:35:22 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1630067412.ed0684dfce3fc31a85cc7780c3e1d8efca371ba4.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/komikku/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/komikku/Manifest app-text/komikku/komikku-0.30.0.ebuild X-VCS-Directories: app-text/komikku/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ed0684dfce3fc31a85cc7780c3e1d8efca371ba4 X-VCS-Branch: dev Date: Fri, 27 Aug 2021 12:35:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d53e107-498a-49b5-9af3-09f8f8fa434e X-Archives-Hash: 0af100ad73d5e7a4b8704bdaacbfba3e commit: ed0684dfce3fc31a85cc7780c3e1d8efca371ba4 Author: Maciej Barć riseup net> AuthorDate: Fri Aug 27 12:30:03 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Fri Aug 27 12:30:12 2021 +0000 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 000000000..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 +}