summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-16 00:37:07 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-16 00:37:07 +0000
commitf8f6c200aadbf62c211cc65d42b4d0e28b417f37 (patch)
treee093a42777dc4c9e08d04dd83c6fe88f8441d96c
parentNew snapshot to address gcc-4.7 and boost-1.50 build failures, bug #425442, b... (diff)
downloadgentoo-2-f8f6c200aadbf62c211cc65d42b4d0e28b417f37.tar.gz
gentoo-2-f8f6c200aadbf62c211cc65d42b4d0e28b417f37.tar.bz2
gentoo-2-f8f6c200aadbf62c211cc65d42b4d0e28b417f37.zip
Initial commit.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
-rw-r--r--x11-drivers/xf86-video-omap/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-omap/metadata.xml6
-rw-r--r--x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild15
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-omap/ChangeLog b/x11-drivers/xf86-video-omap/ChangeLog
new file mode 100644
index 000000000000..b30e848482ec
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-drivers/xf86-video-omap
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/ChangeLog,v 1.1 2012/10/16 00:37:07 chithanh Exp $
+
+*xf86-video-omap-0.4.2 (16 Oct 2012)
+
+ 16 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +metadata.xml,
+ +xf86-video-omap-0.4.2.ebuild:
+ Initial commit.
diff --git a/x11-drivers/xf86-video-omap/metadata.xml b/x11-drivers/xf86-video-omap/metadata.xml
new file mode 100644
index 000000000000..48b24f0a1db6
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+<herd>arm</herd>
+</pkgmetadata>
diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild
new file mode 100644
index 000000000000..bd608ae30cbc
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild,v 1.1 2012/10/16 00:37:07 chithanh Exp $
+
+EAPI=4
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="OMAP video driver"
+
+KEYWORDS="~arm"
+
+RDEPEND=">=x11-base/xorg-server-1.3
+ x11-libs/libdrm[video_cards_omap]"
+DEPEND="${RDEPEND}"