commit:     0b55458ccabc726928f4b2a3ce53208f2444797b
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jul 17 01:57:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 17 01:57:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b55458c

x11-misc/gammy: treeclean

Closes: https://bugs.gentoo.org/show_bug.cgi?id=933258
Closes: https://bugs.gentoo.org/show_bug.cgi?id=922089
Closes: https://bugs.gentoo.org/show_bug.cgi?id=786813
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 profiles/package.mask              |  5 ----
 x11-misc/gammy/Manifest            |  2 --
 x11-misc/gammy/gammy-0.9.60.ebuild | 49 --------------------------------------
 x11-misc/gammy/gammy-0.9.64.ebuild | 40 -------------------------------
 x11-misc/gammy/metadata.xml        | 13 ----------
 5 files changed, 109 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0fda0ad23..0b58a9a71 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -60,11 +60,6 @@ kde-misc/plasma-applet-thermal-monitor
 # causing pkgcheck to fail. Masking for now
 www-client/yandex-browser
 
-# Eli Burch <eli.bu...@burchbytes.com> (2024-06-16)
-# Removal on 2024-07-16
-# Upstream is dead, and there is no replacement
-x11-misc/gammy
-
 # Julien Roy <jul...@jroy.ca> (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat

diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest
deleted file mode 100644
index 56f727fea..000000000
--- a/x11-misc/gammy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 
00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88
 SHA512 
2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9
-DIST gammy-0.9.64.tar.gz 242282 BLAKE2B 
3f1e1400eb00d15163843231e8d9907d68946d6347473db905413fe151611fa69239d7d5fe9763e54e5c7806e144604f596dca745973900ecddbe74bde2731d3
 SHA512 
80f43ca8ca0644b8b01cf299db21332f5f508196d0ba63e7e835e7e36b7e0d4f4dc3c78617523c36c52f8220a78ae42103605ffb93526f54a2bc5dccc7dab3b5

diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild 
b/x11-misc/gammy/gammy-0.9.60.ebuild
deleted file mode 100644
index 15cea3e94..000000000
--- a/x11-misc/gammy/gammy-0.9.60.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Adaptive screen brightness/temperature"
-HOMEPAGE="https://github.com/Fushko/gammy";
-
-if [[ "${PV}" == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/Fushko/${PN}.git";
-else
-       SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtdbus:5
-       dev-qt/qtwidgets:5
-       x11-libs/libXxf86vm
-"
-DEPEND="
-       ${RDEPEND}
-       media-gfx/imagemagick
-"
-
-src_configure() {
-       eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-
-       local sizes="128 16 32 64"
-       cd ./icons || die
-       for size in ${sizes}; do
-               convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || 
die
-               newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png"
-       done
-
-       make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
-}

diff --git a/x11-misc/gammy/gammy-0.9.64.ebuild 
b/x11-misc/gammy/gammy-0.9.64.ebuild
deleted file mode 100644
index b88525295..000000000
--- a/x11-misc/gammy/gammy-0.9.64.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Adaptive screen brightness/temperature"
-HOMEPAGE="https://github.com/Fushko/gammy";
-
-if [[ "${PV}" == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/Fushko/${PN}.git";
-else
-       SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtdbus:5
-       dev-qt/qtwidgets:5
-       x11-libs/libXxf86vm
-"
-DEPEND="
-       ${RDEPEND}
-       media-gfx/imagemagick
-"
-
-src_configure() {
-       eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
deleted file mode 100644
index 7230db793..000000000
--- a/x11-misc/gammy/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-    <!-- maintainer-needed -->
-    <upstream>
-        <remote-id type="github">Fushko/gammy</remote-id>
-    </upstream>
-    <longdescription lang="en">
-        Gammy is a GUI tool for adjusting pixel brightness/temperature 
automatically or manually.
-        It can dim the screen if its content is too bright, or brighten it 
otherwise. This can help your eyes adjust when switching between dark and light 
windows, especially at night or in suboptimal lighting conditions.
-        Screenshots available on its website.
-    </longdescription>
-</pkgmetadata>

Reply via email to