From b34f10680422fc10a2c0a900305f69d907b3f0b7 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 15 Jun 2024 15:36:16 -0400 Subject: x11-misc/caffeine-ng: treeclean Bug: https://bugs.gentoo.org/931487 Bug: https://bugs.gentoo.org/922088 Signed-off-by: Julien Roy --- x11-misc/caffeine-ng/Manifest | 1 - x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 53 --------------------------- x11-misc/caffeine-ng/metadata.xml | 25 ------------- 3 files changed, 79 deletions(-) delete mode 100644 x11-misc/caffeine-ng/Manifest delete mode 100644 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild delete mode 100644 x11-misc/caffeine-ng/metadata.xml (limited to 'x11-misc') diff --git a/x11-misc/caffeine-ng/Manifest b/x11-misc/caffeine-ng/Manifest deleted file mode 100644 index 6d3797d54..000000000 --- a/x11-misc/caffeine-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST caffeine-ng-3.5.1.tar.gz 155324 BLAKE2B 3f0ecce6a9fa4a3cdd206a33c80f0ce10ae8472b3f08546dfe5273e9055d8f8840528d9c1d4114b90c2a1967d40b30ce890306862939f4996a675ede90ebef60 SHA512 d37a4ddfefca3ed883a7aade0c25ef9f1bf475d27cb43e7c64ee6f946a9157727c5527ad2c06fb39bac6e74344f523c1d9f2896c301b33cd3c8c6e1ed52a99fb diff --git a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild deleted file mode 100644 index 8c2db853f..000000000 --- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 gnome2-utils xdg - -DESCRIPTION="Aplication able to temporarily inhibit the screensaver" -HOMEPAGE="https://codeberg.org/WhyNotHugo/caffeine-ng" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - >=dev-python/ewmh-0.1.4[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=dev-python/pyxdg-0.25[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - >=dev-python/docopt-0.6.2[${PYTHON_USEDEP}] - dev-python/pulsectl[${PYTHON_USEDEP}] - >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - dev-libs/libappindicator:3 -" - -src_prepare() { - sed "/wheel/d" -i setup.py || die - sed "s/;TrayIcon;DesktopUtility//" -i share/applications/caffeine.desktop || die - gunzip share/man/man1/caffeine.1.gz || die - - distutils-r1_src_prepare -} - -pkg_postinst() { - gnome2_gconf_install - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_gconf_uninstall - gnome2_schemas_update - xdg_pkg_postrm -} diff --git a/x11-misc/caffeine-ng/metadata.xml b/x11-misc/caffeine-ng/metadata.xml deleted file mode 100644 index d76915ad8..000000000 --- a/x11-misc/caffeine-ng/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - queereen@riseup.net - Avis Drożniak - - - Caffeine is a little daemon that sits in your systray, and prevents the screensaver from showing up, or the system from going to sleep. - It does so when an application is fullscreened (eg: youtube), or when you click on the systray icon (which you can do, when, eg: reading). - - - - https://codeberg.org/WhyNotHugo/caffeine-ng/issues - - - https://codeberg.org/WhyNotHugo/caffeine-ng/src/branch/main/CHANGELOG.rst - - - Hugo Osvaldo Barrera - hugo@whynothugo.nl - - WhyNotHugo/caffeine-ng - - -- cgit v1.2.3-65-gdbad