Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild

Issue 6746009: Add piglit ebuilds (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: add chromeous-test dependency Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
diff --git a/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild b/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
new file mode 100644
index 0000000000000000000000000000000000000000..232d9c4b2ea2c9bb24c359a43374647753d811aa
--- /dev/null
+++ b/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=2
+
+
+inherit cros-workon autotest-deponly conflict
+
+DESCRIPTION="dependencies for Piglit (collection of automated tests for OpenGl based on glean and mesa)"
+HOMEPAGE="http://cgit.freedesktop.org/piglit"
+SRC_URI=""
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~amd64 arm x86"
sosa 2011/04/11 21:12:30 Don't unmask keywords yourself. They will be unma
ilja 2011/04/11 23:22:08 Done.
+
+# Autotest enabled by default.
+IUSE="+autotest"
+
+CROS_WORKON_PROJECT=autotest
+CROS_WORKON_LOCALNAME=../third_party/autotest
+CROS_WORKON_SUBDIR=files
+
+AUTOTEST_DEPS_LIST="piglit"
+RDEPEND="
+ virtual/glut
+ virtual/opengl
+ media-libs/tiff
+ media-libs/libpng
+ sys-libs/zlib
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXtst
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-libs/libXext
+ x11-libs/libXi
+ x11-libs/libXpm
+ "
+# NOTE: For deps, we need to keep *.a
+AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz src/*"
+
+DEPEND="${RDEPEND}"
+

Powered by Google App Engine
This is Rietveld 408576698