commit: a7520df6a9ce4d779dca35a10cf3a18f058e5e34 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed May 4 08:10:11 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed May 4 08:13:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7520df6
x11-misc/sisctrl: treeclean Closes: https://bugs.gentoo.org/614690 Closes: https://bugs.gentoo.org/832954 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 5 --- x11-misc/sisctrl/Manifest | 1 - .../sisctrl/files/sisctrl-0.0.20051202-no-xv.patch | 12 ------- x11-misc/sisctrl/metadata.xml | 8 ----- x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 39 ---------------------- 5 files changed, 65 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 3c865cd49063..64d0796ffda5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -421,11 +421,6 @@ net-p2p/arti # Removal after 2022-06-01. Bug #833144. x11-misc/i855crt -# Jonas Stein <[email protected]> (2022-02-09) -# Upstream is 404, open bugs, not maintained. -# Removal after 2022-05-01. Bug #832954. -x11-misc/sisctrl - # Jonas Stein <[email protected]> (2022-02-08) # Not maintained, open bugs, upstream outdated. # Removal after 2022-07-01. Bug #832953. diff --git a/x11-misc/sisctrl/Manifest b/x11-misc/sisctrl/Manifest deleted file mode 100644 index cb8311abbbac..000000000000 --- a/x11-misc/sisctrl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sisctrl-0.0.20051202.tar.gz 666749 BLAKE2B 8e99581cd9708a17ed3d01934c3a70e660213df91cbbac71816eb16dd5c41da725d92fc66d336fdc88b61704d9e7259f77b3da2becf2d2ab901d72e71f1e8c9c SHA512 26fe6561c2c14ff6cf952b89b8089b4fbdbc0c142bbcbf1358afe610b219a05dcf4d0bc835365cd0cf13558fed142b8aa2a0aa91c4fec8f40f0fc82590feabd1 diff --git a/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch b/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch deleted file mode 100644 index 6c61b8485bc2..000000000000 --- a/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/sisctrl.c -+++ b/src/sisctrl.c -@@ -4067,7 +4067,9 @@ - ( (!(sc.sdflags & SiS_SD_SUPPORT2OVL)) || (sc.sd2flags & SiS_SD2_SUPPORT760OO) ) ) ? - 1 : 0; - -+#ifdef USEXV - gl.noxvdemo = (sc.noxvdemo) ? 1 : 0; -+#endif - - #ifdef USE_STRAY - gl.dontusesystemtray = sc.dontusesystemtray; diff --git a/x11-misc/sisctrl/metadata.xml b/x11-misc/sisctrl/metadata.xml deleted file mode 100644 index d3e0f4631255..000000000000 --- a/x11-misc/sisctrl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> -</pkgmetadata> diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild deleted file mode 100644 index 931f27d46585..000000000000 --- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="tool that allows you to tune SiS drivers from X" -HOMEPAGE="http://www.winischhofer.net/linuxsispart1.shtml#sisctrl" -SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" - -BDEPEND="virtual/pkgconfig" -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/libXrender - x11-libs/libXv - x11-libs/libXxf86vm -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -PATCHES=( - "${FILESDIR}"/${P}-no-xv.patch -) - -src_configure() { - append-libs -lm - econf \ - --with-xv-path="${ESYSROOT}/usr/$(get_libdir)" -}
