Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/
Date: Fri, 02 Jul 2021 14:32:18
Message-Id: 1625235857.67895671a4f9ced39b5abb9f4d470fbb8a667f54.conikost@gentoo
1 commit: 67895671a4f9ced39b5abb9f4d470fbb8a667f54
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 14:24:17 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 14:24:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67895671
7
8 x11-misc/xflux-gui: drop old version
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild | 48 ----------------------------
14 1 file changed, 48 deletions(-)
15
16 diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild
17 deleted file mode 100644
18 index 6d402094338..00000000000
19 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -inherit distutils-r1 gnome2-utils xdg-utils
30 -
31 -DESCRIPTION="A GUI for f.lux"
32 -HOMEPAGE="https://github.com/xflux-gui/fluxgui/"
33 -SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -S="${WORKDIR}/fluxgui-${PV}"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="-* amd64 x86"
39 -
40 -PATCHES=( "${FILESDIR}/${P}-disable-gschemas-compiled.patch" )
41 -
42 -RDEPEND="
43 - dev-libs/libappindicator:3
44 - dev-python/pexpect[${PYTHON_USEDEP}]
45 - dev-python/pygobject[${PYTHON_USEDEP}]
46 - dev-python/pyxdg[${PYTHON_USEDEP}]
47 - x11-libs/libXxf86vm
48 - x11-misc/xflux
49 -"
50 -
51 -python_install() {
52 - # Don't let the package compiling the schemas,
53 - # as this could cause a file collision
54 - export DISABLE_GSCHEMAS_COMPILED="true"
55 -
56 - distutils-r1_python_install
57 -}
58 -
59 -pkg_postinst() {
60 - gnome2_schemas_update
61 - xdg_desktop_database_update
62 - xdg_icon_cache_update
63 -}
64 -
65 -pkg_postrm() {
66 - gnome2_schemas_update
67 - xdg_desktop_database_update
68 - xdg_icon_cache_update
69 -}