summaryrefslogtreecommitdiff
path: root/dev-python/lit
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-18 21:58:46 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-29 20:21:12 +0200
commit6b21237e42b3ae338f843d7b97e776ccf7923433 (patch)
treebfc0b343bbb7fcaf16e6652d1db313f456aa27aa /dev-python/lit
parentf48effe2d57249c126ad4b1bae91f3bc3f0e3741 (diff)
downloadgentoo-6b21237e42b3ae338f843d7b97e776ccf7923433.tar.gz
gentoo-6b21237e42b3ae338f843d7b97e776ccf7923433.tar.xz
dev-python/lit: Add stand-alone ebuild for LLVM integrated tester
Diffstat (limited to 'dev-python/lit')
-rw-r--r--dev-python/lit/lit-9999.ebuild23
-rw-r--r--dev-python/lit/metadata.xml7
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
new file mode 100644
index 00000000000..90492901184
--- /dev/null
+++ b/dev-python/lit/lit-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1 git-r3
+
+DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
+HOMEPAGE="http://llvm.org/"
+SRC_URI=""
+EGIT_REPO_URI="http://llvm.org/git/llvm.git
+ https://github.com/llvm-mirror/llvm.git"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+S=${WORKDIR}/${P}/utils/lit
+
+# TODO: move the manpage generation here (from sys-devel/llvm)
diff --git a/dev-python/lit/metadata.xml b/dev-python/lit/metadata.xml
new file mode 100644
index 00000000000..89c4bdb9604
--- /dev/null
+++ b/dev-python/lit/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>llvm@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>