Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/
Date: Wed, 18 Sep 2019 03:33:58
Message-Id: 1568777619.1eb690f98f8ff899585e04d7b541e0806897758b.juippis@gentoo
1 commit: 1eb690f98f8ff899585e04d7b541e0806897758b
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 18:56:32 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 03:33:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb690f9
7
8 x11-misc/xflux-gui: drop old version
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12714
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild | 37 -------------------------------
16 1 file changed, 37 deletions(-)
17
18 diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild
19 deleted file mode 100644
20 index 17a3f60962e..00000000000
21 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild
22 +++ /dev/null
23 @@ -1,37 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -PYTHON_COMPAT=( python3_{5,6,7} )
30 -
31 -inherit distutils-r1 xdg-utils
32 -
33 -DESCRIPTION="A GUI for f.lux"
34 -HOMEPAGE="https://justgetflux.com/"
35 -SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="-* ~amd64 ~x86"
40 -
41 -RDEPEND="
42 - dev-libs/libappindicator:3
43 - dev-python/pexpect[${PYTHON_USEDEP}]
44 - dev-python/pygobject[${PYTHON_USEDEP}]
45 - dev-python/pyxdg[${PYTHON_USEDEP}]
46 - x11-libs/libXxf86vm
47 - x11-misc/xflux
48 -"
49 -
50 -S="${WORKDIR}/fluxgui-${PV}"
51 -
52 -pkg_postinst() {
53 - xdg_desktop_database_update
54 - xdg_icon_cache_update
55 -}
56 -
57 -pkg_postrm() {
58 - xdg_desktop_database_update
59 - xdg_icon_cache_update
60 -}