summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-12 08:54:28 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-12 08:54:28 +0000
commit866afefae4d26a0c09599bac5967c16868cdee80 (patch)
treec509d6d01b71cf3d34d716c4793be61212854c4c /x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild
parentMask live ebuild for 'app-misc/mc'. (diff)
downloadhistorical-866afefae4d26a0c09599bac5967c16868cdee80.tar.gz
historical-866afefae4d26a0c09599bac5967c16868cdee80.tar.bz2
historical-866afefae4d26a0c09599bac5967c16868cdee80.zip
Fix building against xorg-server-1.14, bug #461534.
Package-Manager: portage-2.1.12.2/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild')
-rw-r--r--x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
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
new file mode 100644
index 000000000000..7815c6406a99
--- /dev/null
+++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r2.ebuild,v 1.1 2013/07/12 08:54:24 chithanh Exp $
+
+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
+}