Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/siglo/
Date: Sun, 31 Jul 2022 18:38:39
Message-Id: 1659292645.ef83c42f4ad46a9b1ffe87d1ccb5688d7a55b64f.jsmolic@gentoo
1 commit: ef83c42f4ad46a9b1ffe87d1ccb5688d7a55b64f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:36:26 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef83c42f
7
8 app-misc/siglo: treeclean
9
10 Closes: https://bugs.gentoo.org/853844
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-misc/siglo/Manifest | 1 -
14 app-misc/siglo/metadata.xml | 8 ------
15 app-misc/siglo/siglo-0.9.6.ebuild | 51 ---------------------------------------
16 profiles/package.mask | 7 ------
17 4 files changed, 67 deletions(-)
18
19 diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest
20 deleted file mode 100644
21 index cfced6366edc..000000000000
22 --- a/app-misc/siglo/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST siglo-0.9.6.tar.gz 38606 BLAKE2B 68a65eaa0a8ba9efdf9c72acc02a9ea41be1d3e05eff50df1a171e01138d421f9e6e75ca385a434883a176f6f82a8ca689ddc2097489997de3798fa042f9c81d SHA512 14b74cb25db1f5676203dbfae8b668888d3cfd493ea53267d8c0956a7e96f1cfe5457b7ce802dadcbe563d6810ac64f8f2cb49f59b579146659af28601d52681
26
27 diff --git a/app-misc/siglo/metadata.xml b/app-misc/siglo/metadata.xml
28 deleted file mode 100644
29 index 382e03b1550d..000000000000
30 --- a/app-misc/siglo/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="person">
37 - <email>zerochaos@g.o</email>
38 - <name>Rick Farina (Zero_Chaos)</name>
39 - </maintainer>
40 -</pkgmetadata>
41
42 diff --git a/app-misc/siglo/siglo-0.9.6.ebuild b/app-misc/siglo/siglo-0.9.6.ebuild
43 deleted file mode 100644
44 index 689f3cd80be8..000000000000
45 --- a/app-misc/siglo/siglo-0.9.6.ebuild
46 +++ /dev/null
47 @@ -1,51 +0,0 @@
48 -# Copyright 2021 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=7
52 -PYTHON_COMPAT=( python3_9 )
53 -inherit gnome2-utils python-single-r1 meson xdg
54 -
55 -DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone"
56 -HOMEPAGE="https://github.com/alexr4535/siglo"
57 -SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
58 -
59 -LICENSE="MPL-2.0"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~arm64 ~x86"
62 -
63 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
64 -DEPEND=""
65 -RDEPEND="${DEPEND}
66 - ${PYTHON_DEPS}
67 - $(python_gen_cond_dep '
68 - dev-python/dbus-python[${PYTHON_USEDEP}]
69 - dev-python/gatt-python[${PYTHON_USEDEP}]
70 - dev-python/requests[${PYTHON_USEDEP}]
71 - dev-python/pyxdg[${PYTHON_USEDEP}]
72 - ')"
73 -BDEPEND="${PYTHON_DEPS}"
74 -
75 -#tests seem to fail
76 -RESTRICT="test"
77 -
78 -src_configure() {
79 - python_setup
80 - sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" src/meson.build
81 - meson_src_configure
82 -}
83 -
84 -src_install() {
85 - meson_src_install
86 - python_fix_shebang "${ED}/usr/bin"
87 - python_optimize
88 -}
89 -
90 -pkg_postinst() {
91 - xdg_pkg_postinst
92 - gnome2_schemas_update
93 -}
94 -
95 -pkg_postrm() {
96 - xdg_pkg_postrm
97 - gnome2_schemas_update
98 -}
99
100 diff --git a/profiles/package.mask b/profiles/package.mask
101 index 45a474a6583e..c1d4ca5072c4 100644
102 --- a/profiles/package.mask
103 +++ b/profiles/package.mask
104 @@ -488,13 +488,6 @@ games-engines/nazghul
105 # Removal on 2022-08-09. Bug #857252.
106 dev-python/pydispatcher
107
108 -# David Seifert <soap@g.o> (2022-07-02)
109 -# Unmaintained, no response on bugs, stuck on python 3.9. If you
110 -# want to unmask these, you have to at least port them to python 3.10.
111 -# Bugs #809524, #809527, #809530, #809533, #809833, #845729, #845816,
112 -# #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01.
113 -app-misc/siglo
114 -
115 # Sam James <sam@g.o> (2022-07-02)
116 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.
117 # Removal on 2022-08-02.