summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-02 23:17:56 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-03 08:21:07 +0200
commita8b746813151bc3f3aea52ac68e4e9996c55c96f (patch)
treeef0edbb5c3eef45c55df1f2d1e3a36e0a0a28193
parentdev-lang/ruby: add 2.4.9 (diff)
downloadgentoo-a8b746813151bc3f3aea52ac68e4e9996c55c96f.tar.gz
gentoo-a8b746813151bc3f3aea52ac68e4e9996c55c96f.tar.bz2
gentoo-a8b746813151bc3f3aea52ac68e4e9996c55c96f.zip
x11-misc/xflux-gui: drop old version
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--x11-misc/xflux-gui/Manifest1
-rw-r--r--x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest
index 8e8c7015bd11..920d5083f8cb 100644
--- a/x11-misc/xflux-gui/Manifest
+++ b/x11-misc/xflux-gui/Manifest
@@ -1,2 +1 @@
-DIST fluxgui-a3b55da976053fc978b29d191db52dfb8da2f8ee.tar.gz 30667 BLAKE2B bb9b3d3fa2f40acf3248e5cdd91a82c3f736937c03451aba41280b25fc541a3db23c6a57f2ef97ac1ce415d289c0442a387462415827009c68f169f91da589e2 SHA512 d4571f3a64c1f532642f86d4de50d5807afb856179debab77e4495dc48060c68a635d38990d174fbb67169317d7107356344507285271b0bb058f056c1e39a37
DIST xflux-gui-1.2.0.tar.gz 31831 BLAKE2B ad6b29f75cf5c287efdb4c1eaa12610a6fd2d4515e7f77cb991f0140d9de1128981ae274a1503f7c5bb83ff84f8dc124ba64e5abdd2e97c1d7157c84df51bead SHA512 244c11efbf58112d3d84209142faafbbe46b33df1edf13e122945ff767fc6a394c147979c0086bd88cb41ee7c80b5bd87016b3e158f3a959f3aca8bda47707d2
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
deleted file mode 100644
index cb52d99934d6..000000000000
--- a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PV="a3b55da976053fc978b29d191db52dfb8da2f8ee"
-MY_P="fluxgui-${MY_PV}"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 gnome2-utils
-
-DESCRIPTION="A GUI for f.lux"
-HOMEPAGE="https://justgetflux.com/"
-SRC_URI="https://github.com/xflux-gui/fluxgui/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-libs/libappindicator:2[python,${PYTHON_USEDEP}]
- dev-python/gconf-python[${PYTHON_USEDEP}]
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/pygtk[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- gnome-base/libglade
- x11-libs/libXxf86vm
- x11-misc/xflux"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}