diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-04 10:10:11 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-04 10:13:45 +0200 |
commit | a7520df6a9ce4d779dca35a10cf3a18f058e5e34 (patch) | |
tree | 4ffc51e324dde20db55c0a1e4601ccfbd21d0681 /x11-misc | |
parent | dev-db/citus: Add 11.0.1_beta0 (diff) | |
download | gentoo-a7520df6a9ce4d779dca35a10cf3a18f058e5e34.tar.gz gentoo-a7520df6a9ce4d779dca35a10cf3a18f058e5e34.tar.bz2 gentoo-a7520df6a9ce4d779dca35a10cf3a18f058e5e34.zip |
x11-misc/sisctrl: treeclean
Closes: https://bugs.gentoo.org/614690
Closes: https://bugs.gentoo.org/832954
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sisctrl/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch | 12 | ||||
-rw-r--r-- | x11-misc/sisctrl/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 39 |
4 files changed, 0 insertions, 60 deletions
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>desktop-misc@gentoo.org</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)" -} |