summaryrefslogtreecommitdiff
path: root/x11-misc/sisctrl
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/sisctrl')
-rw-r--r--x11-misc/sisctrl/Manifest4
-rw-r--r--x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch12
-rw-r--r--x11-misc/sisctrl/metadata.xml8
-rw-r--r--x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild39
4 files changed, 0 insertions, 63 deletions
diff --git a/x11-misc/sisctrl/Manifest b/x11-misc/sisctrl/Manifest
deleted file mode 100644
index 519f23aa2384..000000000000
--- a/x11-misc/sisctrl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX sisctrl-0.0.20051202-no-xv.patch 301 BLAKE2B 14166dac99420663ee9912647b9ca0bdb9e80f91aa129b4dc3645c94f37530431159e9066b3bee638dbc2d37755bbe6f820c0865b13e7000995e65fb83ca450f SHA512 494efc2f8505a3af3b829e9f7b653ca674b3d7668fdf68fc5b587cf83421755303041bc9fc881226839bce39e324147516e06106bc2730aab43de9c559b61c96
-DIST sisctrl-0.0.20051202.tar.gz 666749 BLAKE2B 8e99581cd9708a17ed3d01934c3a70e660213df91cbbac71816eb16dd5c41da725d92fc66d336fdc88b61704d9e7259f77b3da2becf2d2ab901d72e71f1e8c9c SHA512 26fe6561c2c14ff6cf952b89b8089b4fbdbc0c142bbcbf1358afe610b219a05dcf4d0bc835365cd0cf13558fed142b8aa2a0aa91c4fec8f40f0fc82590feabd1
-EBUILD sisctrl-0.0.20051202-r1.ebuild 724 BLAKE2B dc8918dd5d18cbfdf001d97586919c09ddc3f9f56662804294f97800a4a33d111d1aaa0da66dd923c9218713c6f4135085080fb726a404a6d170d95a174d07be SHA512 452ffe5574cdc7f73cd6f754a44776e563a51b7895608fe7b06baae7950573efcd5be3b741ff0971fc93c3fca07d09b0646334f8888f69c6ce90beee9a898c9d
-MISC metadata.xml 319 BLAKE2B 991d0f89b643d24c6fcea9a22d130a9e5ca23486e319c42517e2d07ac5f0680ea3989464cc3557c413556dd4b7eb938cea3dffa78031f06f358476cce132aff1 SHA512 536da7cc9bec7c9e42d88e736138d1efd55dc8d89adc74edfc6535f730f01937a7d3228528c6b78b9eb0e29b1807a2d4d4ca202595e2f693009221331981958c
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)"
-}