From 7915352846a2eaebc2fa1d6bc1e5d94031c791da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 28 Sep 2020 12:04:14 +0200 Subject: [PATCH 1/2] app-text/komikku: bump to 0.15.0; add python3_8 impl compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- app-text/komikku/Manifest | 1 + app-text/komikku/komikku-0.12.0.ebuild | 2 +- app-text/komikku/komikku-0.15.0.ebuild | 73 ++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 app-text/komikku/komikku-0.15.0.ebuild diff --git a/app-text/komikku/Manifest b/app-text/komikku/Manifest index 3519c24a75..46b1b087fc 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 b5b816fe10..0198a0a292 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.15.0.ebuild b/app-text/komikku/komikku-0.15.0.ebuild new file mode 100644 index 0000000000..0198a0a292 --- /dev/null +++ b/app-text/komikku/komikku-0.15.0.ebuild @@ -0,0 +1,73 @@ +# 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_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 +} From 6054882d8926ca8fc48aea0d864c495fcaffc8a5 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Mon, 28 Sep 2020 10:23:36 -0400 Subject: [PATCH 2/2] www-apps/uwebsockets: version bump to 18.14.0 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- www-apps/uwebsockets/Manifest | 1 + .../uwebsockets/uwebsockets-18.14.0.ebuild | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 www-apps/uwebsockets/uwebsockets-18.14.0.ebuild diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest index aae9a4665d..afd5b919fb 100644 --- a/www-apps/uwebsockets/Manifest +++ b/www-apps/uwebsockets/Manifest @@ -1 +1,2 @@ DIST uwebsockets-18.13.0.tar.gz 270125 BLAKE2B 236dbda4458649710bd0b5144ce6ecbd589e251774e84d8673e05c3acaab444ef6e68d66e3fff840e7c4de56d3631ed734820ea4f6b5e253bf87a5a2a5b01544 SHA512 5a05480191ac7dd8948090a1bb8565eef6b14c8b32b5d7b5f082f5d51afc5eb5b15cf7eb1c91f6b4d2956bae10d4eeb5498cfa211cbbd54366d98ac0fe1c00a2 +DIST uwebsockets-18.14.0.tar.gz 271448 BLAKE2B 739bf75e6494b40ad7f09337400337cf52e9f69fa294cda11eaa7211715c19ffa736e6bcc0d09c738de766bbe75e5a11dacb7ed761e8804688986f3a1e996b22 SHA512 43238c4bdff512817dc1a09100bc0efc7c941808ca250c52d9527e7255dd0a96bd57c7b52e721412a98cc0818877548692a93ac702e4b09d3623e07df098057b diff --git a/www-apps/uwebsockets/uwebsockets-18.14.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.14.0.ebuild new file mode 100644 index 0000000000..2738b66dd6 --- /dev/null +++ b/www-apps/uwebsockets/uwebsockets-18.14.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O" +HOMEPAGE="https://github.com/uNetworking/uWebSockets" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git" +else + SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" + S="${WORKDIR}/uWebSockets-${PV}" +fi + +LICENSE="Apache-2.0" +SLOT="0" +RDEPEND=">=net-libs/usockets-0.4.1" + +PATCHES=( + "${FILESDIR}/${PN}-src_Loop.h.patch" +) + +src_prepare() { + default + mv src uWebSockets +} + +src_compile() { + return 0 +} + +src_install() { + doheader -r uWebSockets +}