commit: 250d7b076a86c2bc329630c5a76ee77ae567847d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Sep 16 08:34:03 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Sep 16 08:37:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=250d7b07
games-util/samrewritten: treeclean Closes: https://bugs.gentoo.org/927884 (pkgremoved) Signed-off-by: David Roman <davidroman96 <AT> gmail.com> games-util/samrewritten/Manifest | 1 - games-util/samrewritten/metadata.xml | 11 ------ games-util/samrewritten/samrewritten-202008.ebuild | 41 ---------------------- games-util/samrewritten/samrewritten-9999.ebuild | 41 ---------------------- profiles/package.mask | 6 ---- 5 files changed, 100 deletions(-) diff --git a/games-util/samrewritten/Manifest b/games-util/samrewritten/Manifest deleted file mode 100644 index 6d87951cb0..0000000000 --- a/games-util/samrewritten/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST samrewritten-202008.tar.gz 4445087 BLAKE2B 278d2210393c79b39006e021d7e51e62e471b333719fab291cc10b8bf4d953bacd881a0f7bd93213e72063d53f448e0144624d193627cbe996bf80c35199fff2 SHA512 3034e62f0e2e523e90123c89cb356623c6ab7346a38ac066dbea30b92c8cc17a1ecb1273aece5530b6c97e1012d5ddfc4fec25e76688198e6c0805d4ce90b914 diff --git a/games-util/samrewritten/metadata.xml b/games-util/samrewritten/metadata.xml deleted file mode 100644 index 8be12dc32f..0000000000 --- a/games-util/samrewritten/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="zenity">Support for dialog display messages</flag> - </use> - <upstream> - <remote-id type="github">PaulCombal/SamRewritten</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-util/samrewritten/samrewritten-202008.ebuild b/games-util/samrewritten/samrewritten-202008.ebuild deleted file mode 100644 index bed588eda7..0000000000 --- a/games-util/samrewritten/samrewritten-202008.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg - -DESCRIPTION="Steam Achievement Manager For Linux" -HOMEPAGE="https://github.com/PaulCombal/SamRewritten/" - -if [ ${PV} = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/PaulCombal/SamRewritten.git" -else - SRC_URI="https://github.com/PaulCombal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/SamRewritten-${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="+zenity" - -DEPEND=" - dev-cpp/gtkmm:3.0 - dev-libs/yajl - net-libs/gnutls -" -RDEPEND=" - ${DEPEND} - zenity? ( gnome-extra/zenity ) -" - -src_install() { - emake LIBDIR=$(get_libdir) DESTDIR="${ED}" install -} - -pkg_postinst() { - xdg_pkg_postinst - ewarn "${P} requires Steam to be installed through the steam-overlay." -} diff --git a/games-util/samrewritten/samrewritten-9999.ebuild b/games-util/samrewritten/samrewritten-9999.ebuild deleted file mode 100644 index bed588eda7..0000000000 --- a/games-util/samrewritten/samrewritten-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg - -DESCRIPTION="Steam Achievement Manager For Linux" -HOMEPAGE="https://github.com/PaulCombal/SamRewritten/" - -if [ ${PV} = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/PaulCombal/SamRewritten.git" -else - SRC_URI="https://github.com/PaulCombal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/SamRewritten-${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="+zenity" - -DEPEND=" - dev-cpp/gtkmm:3.0 - dev-libs/yajl - net-libs/gnutls -" -RDEPEND=" - ${DEPEND} - zenity? ( gnome-extra/zenity ) -" - -src_install() { - emake LIBDIR=$(get_libdir) DESTDIR="${ED}" install -} - -pkg_postinst() { - xdg_pkg_postinst - ewarn "${P} requires Steam to be installed through the steam-overlay." -} diff --git a/profiles/package.mask b/profiles/package.mask index 0ebef2112f..a999913698 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -56,12 +56,6 @@ app-text/the-platinum-searcher-bin # Removal on 2025-09-16, bug #878807, #875827, #875824 x11-wm/berry -# David (stkw0) Roman <[email protected]> (2025-08-16) -# SRC_URI does not exist anymore and can not be fetched. Even if it did, there -# was open bug due to a compilation failure. -# Removal on 2025-09-16, bug #927884 -games-util/samrewritten - # Anna (cybertailor) Vyalkova <[email protected]> (2025-07-27) # Vulnerable to a cross-site scripting attack. # https://github.com/TecharoHQ/anubis/security/advisories/GHSA-jhjj-2g64-px7c
