From 0c764edfecb7e9e124d4669acd98bed09e23b6c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Aug 2022 03:14:33 +0100 Subject: gentoo auto-resync : 01:08:2022 - 03:14:32 --- app-misc/siglo/Manifest | 3 --- app-misc/siglo/metadata.xml | 8 ------ app-misc/siglo/siglo-0.9.6.ebuild | 51 --------------------------------------- 3 files changed, 62 deletions(-) delete mode 100644 app-misc/siglo/Manifest delete mode 100644 app-misc/siglo/metadata.xml delete mode 100644 app-misc/siglo/siglo-0.9.6.ebuild (limited to 'app-misc/siglo') diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest deleted file mode 100644 index 904eb81f80b3..000000000000 --- a/app-misc/siglo/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST siglo-0.9.6.tar.gz 38606 BLAKE2B 68a65eaa0a8ba9efdf9c72acc02a9ea41be1d3e05eff50df1a171e01138d421f9e6e75ca385a434883a176f6f82a8ca689ddc2097489997de3798fa042f9c81d SHA512 14b74cb25db1f5676203dbfae8b668888d3cfd493ea53267d8c0956a7e96f1cfe5457b7ce802dadcbe563d6810ac64f8f2cb49f59b579146659af28601d52681 -EBUILD siglo-0.9.6.ebuild 1136 BLAKE2B 4497ab1ba7779d3efc6dbaec16aed89227697fbb91c9aebdfabf5a076c13f00c4bb5d5ed28e1b8b9074c4abf191523123cc8a8eb4a2f9202084a8fbd5888eb5f SHA512 dfce7f6714ab5070770ab6f27a07c09bc614a5e94488b8c7213984e5aceb879efa23bb2135dd7a45a4e828095598654e957ae7c4377942c9a30af9abc5a374f8 -MISC metadata.xml 261 BLAKE2B 36ef7307b8c913ceda7118a783c7f0c263e94e804f7c75e34007573f82dcddf62cfd202716bf5fb6e0adcad28a5a453d516f4caf4d2ca2eed6d076c6f7824afb SHA512 c24567fd3f715c867c52662d520fbf423d407a2a364d4ea9e5e66610cabb3728b494610106110abfac2b36554c4ad4b63f640e92f8d1b22bdea512037e461602 diff --git a/app-misc/siglo/metadata.xml b/app-misc/siglo/metadata.xml deleted file mode 100644 index 382e03b1550d..000000000000 --- a/app-misc/siglo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina (Zero_Chaos) - - diff --git a/app-misc/siglo/siglo-0.9.6.ebuild b/app-misc/siglo/siglo-0.9.6.ebuild deleted file mode 100644 index 689f3cd80be8..000000000000 --- a/app-misc/siglo/siglo-0.9.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -inherit gnome2-utils python-single-r1 meson xdg - -DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone" -HOMEPAGE="https://github.com/alexr4535/siglo" -SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gatt-python[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - ')" -BDEPEND="${PYTHON_DEPS}" - -#tests seem to fail -RESTRICT="test" - -src_configure() { - python_setup - sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build - meson_src_configure -} - -src_install() { - meson_src_install - python_fix_shebang "${ED}/usr/bin" - python_optimize -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} -- cgit v1.2.3