commit: dd0ca80915c149bf76fbf2956e013461dcc9a2a6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 16 22:39:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 22:39:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0ca809
x11-misc/sisctrl: drop 0.0.20051202 Bug: https://bugs.gentoo.org/680272 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild | 31 ---------------------------- 1 file changed, 31 deletions(-) diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild deleted file mode 100644 index c6a8cc50496..00000000000 --- a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils 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" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/libXrender - x11-libs/libXv - x11-libs/libXxf86vm" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-no-xv.patch - sed -i -e 's,/X11R6,,g' configure || die - append-flags -lm -}
