summaryrefslogtreecommitdiff
path: root/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild')
-rw-r--r--x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
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)"
-}