Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/solaar/
Date: Fri, 22 May 2020 04:42:41
Message-Id: 1590122542.6a1f6fd561751cb8b9b6a08f914df91c245de751.robbat2@gentoo
1 commit: 6a1f6fd561751cb8b9b6a08f914df91c245de751
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 04:42:08 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 04:42:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1f6fd5
7
8 app-misc/solaar: bump to 1.0.2 final version
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 app-misc/solaar/Manifest | 1 +
13 ...solaar-1.0.2_rc2.ebuild => solaar-1.0.2.ebuild} | 11 +++--
14 app-misc/solaar/solaar-1.0.2_rc1.ebuild | 49 --------------------
15 app-misc/solaar/solaar-1.0.2_rc3.ebuild | 53 ----------------------
16 4 files changed, 9 insertions(+), 105 deletions(-)
17
18 diff --git a/app-misc/solaar/Manifest b/app-misc/solaar/Manifest
19 index f54ebd2ef11..34f28dd67a4 100644
20 --- a/app-misc/solaar/Manifest
21 +++ b/app-misc/solaar/Manifest
22 @@ -1,4 +1,5 @@
23 DIST solaar-1.0.1.tar.gz 1195660 BLAKE2B e6cd89b5735e125dd438255a8961b1d5d38feb515c5097efec0403d99b9db6e29c439c13e279fcffe69cb314bf2650a7a11770830fdf1e971ade27ce8331aed2 SHA512 e0b2bbfd97d9650d94f1a4b47e4e70f09c75f684e7e1d3e67d2cf6dd197109084e941b98333e173fb205d5c9464dd07e17390d9c2d5b46393fee2efdb20429ac
24 DIST solaar-1.0.2-rc1.tar.gz 1219777 BLAKE2B aa6780aa4748de97c69c03263e731a47068844e7f4275f87eadd3251e8dcf14b82fdd5ba0eae13492634b7d252340a01b9492cc8948f78fb86c15b4bc4698789 SHA512 1aa5a066c8b735e6525da4da738e9632107867e3d70d67fe7e643debdc9dc7969b033d618ff2c3f538095a9995a7e90d068f9d0f41e858361327c75718dbdb12
25 +DIST solaar-1.0.2.tar.gz 1540722 BLAKE2B 66c6f7c347f5eba538d3d48ff1c1137c1c71bf84dfb1a306a94e3cb24810378864066644a82d27eaaee2d80d30bcd30bb71ebe80fdb12363e9b194df9054946d SHA512 5f97b51e7853386311c5b9ff968a72529d55837f7262786e86085e130d219ac22095c20c984e340f619a15b8242f90e66a6c678c5e0c507c261d0430b74eacd6
26 DIST solaar-1.0.2rc2.tar.gz 1212725 BLAKE2B e43dcd013e4251e7450079cafa34e171d10e0144e2b736148a90052e4b2dfed76d6b2c0048a848bb2449febff312d3c058ad03e32f0bdede04cb418adf9d030a SHA512 33a63bc8405a4d48d4dc834d22c0376119a6f611067cd14eaa815503e120a2d877a4f73362aa53bc857aef9626d82413619b1e9a748b9b8bbed0828146c64342
27 DIST solaar-1.0.2rc3.tar.gz 1212831 BLAKE2B 5559a0e3a75252914080da7d87739bd8ea867eb09e2a80e31c4057626060c841a60501ac4fcf0f58489e67bed71067c25594ca2250fa961607ba25211350eeab SHA512 fde0533cc5278a831f309e76d449f33b987621d45025879ab1fc9f908073f661e10d6ef030d8455bbc5ca0e82e25f4bb7de1a54327c4b1ecaada08796f46f2e4
28
29 diff --git a/app-misc/solaar/solaar-1.0.2_rc2.ebuild b/app-misc/solaar/solaar-1.0.2.ebuild
30 similarity index 75%
31 rename from app-misc/solaar/solaar-1.0.2_rc2.ebuild
32 rename to app-misc/solaar/solaar-1.0.2.ebuild
33 index 5a5a4947822..f9fa3d13bee 100644
34 --- a/app-misc/solaar/solaar-1.0.2_rc2.ebuild
35 +++ b/app-misc/solaar/solaar-1.0.2.ebuild
36 @@ -8,20 +8,23 @@ PYTHON_COMPAT=( python3_{6,7,8} )
37
38 inherit linux-info udev xdg distutils-r1
39
40 -DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals"
41 +DESCRIPTION="Linux Device Manager for Logitech Unifying Receivers and Paired Devices"
42 HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
43 SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> ${P/_rc/rc}.tar.gz"
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE="doc"
49 +IUSE="doc appindicator libnotify"
50
51 RDEPEND="
52 acct-group/plugdev
53 dev-python/pygobject:3[${PYTHON_USEDEP}]
54 >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
55 - x11-libs/gtk+:3[introspection]"
56 + x11-libs/gtk+:3[introspection]
57 + appindicator? ( dev-libs/libappindicator:3 )
58 + libnotify? ( x11-libs/libnotify )"
59 +# libappindicator & libnotify are entirely optional and detected at runtime
60
61 S="${WORKDIR}"/Solaar-${PV/_rc/rc}
62
63 @@ -49,5 +52,7 @@ python_install_all() {
64 dodoc docs/devices.md
65 if use doc; then
66 dodoc -r docs/*
67 + else
68 + newdoc docs/index.md README.md
69 fi
70 }
71
72 diff --git a/app-misc/solaar/solaar-1.0.2_rc1.ebuild b/app-misc/solaar/solaar-1.0.2_rc1.ebuild
73 deleted file mode 100644
74 index d4a89545dd8..00000000000
75 --- a/app-misc/solaar/solaar-1.0.2_rc1.ebuild
76 +++ /dev/null
77 @@ -1,49 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -DISTUTILS_USE_SETUPTOOLS=no
84 -PYTHON_COMPAT=( python3_{6,7} )
85 -
86 -inherit linux-info udev xdg distutils-r1
87 -
88 -DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals"
89 -HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
90 -SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/-rc}.tar.gz -> ${P/_rc/-rc}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm ~x86"
95 -IUSE="doc"
96 -
97 -RDEPEND="
98 - acct-group/plugdev
99 - dev-python/pygobject:3[${PYTHON_USEDEP}]
100 - >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
101 - x11-libs/gtk+:3[introspection]"
102 -
103 -S="${WORKDIR}"/Solaar-${PV/_rc/-rc}
104 -
105 -CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
106 -
107 -python_prepare_all() {
108 - # don't autostart (bug #494608)
109 - sed -i '/yield autostart_path/d' setup.py || die
110 -
111 - # grant plugdev group rw access
112 - sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || die
113 -
114 - distutils-r1_python_prepare_all
115 -}
116 -
117 -python_install_all() {
118 - distutils-r1_python_install_all
119 -
120 - udev_dorules rules.d/*.rules
121 -
122 - dodoc docs/devices.md
123 - if use doc; then
124 - dodoc -r docs/*
125 - fi
126 -}
127
128 diff --git a/app-misc/solaar/solaar-1.0.2_rc3.ebuild b/app-misc/solaar/solaar-1.0.2_rc3.ebuild
129 deleted file mode 100644
130 index 5a5a4947822..00000000000
131 --- a/app-misc/solaar/solaar-1.0.2_rc3.ebuild
132 +++ /dev/null
133 @@ -1,53 +0,0 @@
134 -# Copyright 1999-2020 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=7
138 -
139 -DISTUTILS_USE_SETUPTOOLS=no
140 -PYTHON_COMPAT=( python3_{6,7,8} )
141 -
142 -inherit linux-info udev xdg distutils-r1
143 -
144 -DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals"
145 -HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
146 -SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> ${P/_rc/rc}.tar.gz"
147 -
148 -LICENSE="GPL-2"
149 -SLOT="0"
150 -KEYWORDS="~amd64 ~arm ~x86"
151 -IUSE="doc"
152 -
153 -RDEPEND="
154 - acct-group/plugdev
155 - dev-python/pygobject:3[${PYTHON_USEDEP}]
156 - >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
157 - x11-libs/gtk+:3[introspection]"
158 -
159 -S="${WORKDIR}"/Solaar-${PV/_rc/rc}
160 -
161 -CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
162 -
163 -python_prepare_all() {
164 - # don't autostart (bug #494608)
165 - sed -i \
166 - -e '/yield autostart_path/d' \
167 - setup.py || die
168 -
169 - sed -i -r \
170 - -e '/yield.*udev.*rules.d/{s,/etc,/lib,g}' \
171 - setup.py || die
172 -
173 - # grant plugdev group rw access
174 - sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || die
175 -
176 - distutils-r1_python_prepare_all
177 -}
178 -
179 -python_install_all() {
180 - distutils-r1_python_install_all
181 -
182 - dodoc docs/devices.md
183 - if use doc; then
184 - dodoc -r docs/*
185 - fi
186 -}