From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 497DF138334 for ; Wed, 18 Sep 2019 03:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D209E09BD; Wed, 18 Sep 2019 03:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EBAEE09BD for ; Wed, 18 Sep 2019 03:33:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BF3634B2DF for ; Wed, 18 Sep 2019 03:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58630785 for ; Wed, 18 Sep 2019 03:33:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1568777619.1eb690f98f8ff899585e04d7b541e0806897758b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild X-VCS-Directories: x11-misc/xflux-gui/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1eb690f98f8ff899585e04d7b541e0806897758b X-VCS-Branch: master Date: Wed, 18 Sep 2019 03:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36437f0e-a562-4fdc-b692-95f75eb85bce X-Archives-Hash: faa18c3c31f1e0722523537424605400 commit: 1eb690f98f8ff899585e04d7b541e0806897758b Author: Conrad Kostecki kostecki com> AuthorDate: Tue Sep 17 18:56:32 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 18 03:33:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb690f9 x11-misc/xflux-gui: drop old version Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12714 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild | 37 ------------------------------- 1 file changed, 37 deletions(-) diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild deleted file mode 100644 index 17a3f60962e..00000000000 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit distutils-r1 xdg-utils - -DESCRIPTION="A GUI for f.lux" -HOMEPAGE="https://justgetflux.com/" -SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -RDEPEND=" - dev-libs/libappindicator:3 - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - x11-libs/libXxf86vm - x11-misc/xflux -" - -S="${WORKDIR}/fluxgui-${PV}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}