Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/
Date: Thu, 03 Oct 2019 06:21:19
Message-Id: 1570083667.a8b746813151bc3f3aea52ac68e4e9996c55c96f.mgorny@gentoo
1 commit: a8b746813151bc3f3aea52ac68e4e9996c55c96f
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Wed Oct 2 21:17:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 06:21:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b74681
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 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 x11-misc/xflux-gui/Manifest | 1 -
15 .../xflux-gui/xflux-gui-1.1.10_p20180910.ebuild | 38 ----------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest
19 index 8e8c7015bd1..920d5083f8c 100644
20 --- a/x11-misc/xflux-gui/Manifest
21 +++ b/x11-misc/xflux-gui/Manifest
22 @@ -1,2 +1 @@
23 -DIST fluxgui-a3b55da976053fc978b29d191db52dfb8da2f8ee.tar.gz 30667 BLAKE2B bb9b3d3fa2f40acf3248e5cdd91a82c3f736937c03451aba41280b25fc541a3db23c6a57f2ef97ac1ce415d289c0442a387462415827009c68f169f91da589e2 SHA512 d4571f3a64c1f532642f86d4de50d5807afb856179debab77e4495dc48060c68a635d38990d174fbb67169317d7107356344507285271b0bb058f056c1e39a37
24 DIST xflux-gui-1.2.0.tar.gz 31831 BLAKE2B ad6b29f75cf5c287efdb4c1eaa12610a6fd2d4515e7f77cb991f0140d9de1128981ae274a1503f7c5bb83ff84f8dc124ba64e5abdd2e97c1d7157c84df51bead SHA512 244c11efbf58112d3d84209142faafbbe46b33df1edf13e122945ff767fc6a394c147979c0086bd88cb41ee7c80b5bd87016b3e158f3a959f3aca8bda47707d2
25
26 diff --git a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
27 deleted file mode 100644
28 index cb52d99934d..00000000000
29 --- a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -MY_PV="a3b55da976053fc978b29d191db52dfb8da2f8ee"
38 -MY_P="fluxgui-${MY_PV}"
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1 gnome2-utils
43 -
44 -DESCRIPTION="A GUI for f.lux"
45 -HOMEPAGE="https://justgetflux.com/"
46 -SRC_URI="https://github.com/xflux-gui/fluxgui/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
47 -
48 -KEYWORDS="-* amd64 x86"
49 -LICENSE="MIT"
50 -SLOT="0"
51 -
52 -RDEPEND="dev-libs/libappindicator:2[python,${PYTHON_USEDEP}]
53 - dev-python/gconf-python[${PYTHON_USEDEP}]
54 - dev-python/pexpect[${PYTHON_USEDEP}]
55 - dev-python/pygtk[${PYTHON_USEDEP}]
56 - dev-python/pyxdg[${PYTHON_USEDEP}]
57 - gnome-base/libglade
58 - x11-libs/libXxf86vm
59 - x11-misc/xflux"
60 -
61 -S="${WORKDIR}/${MY_P}"
62 -
63 -pkg_postinst() {
64 - gnome2_icon_cache_update
65 -}
66 -
67 -pkg_postrm() {
68 - gnome2_icon_cache_update
69 -}