From: Matt Turner Date: Sat, 25 Feb 2017 20:36:56 +0000 (-0800) Subject: x11-drivers/xf86-video-ivtv: Remove. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bef28cdb831dfe7b2a3800e35ecbc3ab12da65b;p=gentoo.git x11-drivers/xf86-video-ivtv: Remove. Bug: https://bugs.gentoo.org/606132 --- diff --git a/x11-drivers/xf86-video-ivtv/Manifest b/x11-drivers/xf86-video-ivtv/Manifest deleted file mode 100644 index fe97cf6adab0..000000000000 --- a/x11-drivers/xf86-video-ivtv/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xf86-video-ivtv-1.1.2-r2.patch.tar.bz2 9565 SHA256 22a2a8d7e17eecc2d4549f6a73080b071d9075f20230da01b21804b247ccb67e SHA512 5b96375ea885dec713b5321f6f6554c0bd9b047b76abd4cf4baa1605466c7ab7612802c43674166a6397f0fa6a6c81d31805923cc342c710184a895a919f1270 WHIRLPOOL e591ba8d9c7bb6afe4ae8aea41bd7a95e9c883a2afc2f2ef503d3d171b92903d720cf23bb44648b627c0807858fe2ed8000f7f55cc961da1b0df16a326c29dbe -DIST xf86-video-ivtv-1.1.2.tar.gz 303046 SHA256 863f449ec9dc9b2a2a15c8305660267a3365c72fa2e805d1e311dddf2791c938 SHA512 d5decad6cbd1d09372a8393373608b9f07a673e8d8c1de08dc0188330861f9da3e221c0147e2da97f26d8344472e9cdbe30fa5c6386d0bb21b18f3e2f37930d7 WHIRLPOOL 597cc7a2c59aba99a5ececc150839b55d0ef98790fcd77c608dda0d1330672e0c731359e25a03920c9d66a75eb61e8518d3020766537878f6cdabfe3f2e3450c diff --git a/x11-drivers/xf86-video-ivtv/metadata.xml b/x11-drivers/xf86-video-ivtv/metadata.xml deleted file mode 100644 index 0d83c798386f..000000000000 --- a/x11-drivers/xf86-video-ivtv/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - x11@gentoo.org - X11 - - - X.Org driver for TV-out on ivtv cards - - diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild deleted file mode 100644 index a33b7fc09726..000000000000 --- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org driver for TV-out on ivtvdev cards" -HOMEPAGE="http://ivtvdriver.org/" -SRC_URI="http://dl.ivtvdriver.org/${PN}/${P}.tar.gz \ - mirror://gentoo/${PF}.patch.tar.bz2" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -src_prepare() { - - EPATCH_SOURCE="${WORKDIR}" \ - EPATCH_FORCE="yes" \ - EPATCH_SUFFIX="patch" \ - xorg-2_src_prepare -}