Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Thu, 29 Sep 2016 18:21:50
Message-Id: 1475173272.6b21237e42b3ae338f843d7b97e776ccf7923433.mgorny@gentoo
1 commit: 6b21237e42b3ae338f843d7b97e776ccf7923433
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 18 19:58:46 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 18:21:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21237e
7
8 dev-python/lit: Add stand-alone ebuild for LLVM integrated tester
9
10 dev-python/lit/lit-9999.ebuild | 23 +++++++++++++++++++++++
11 dev-python/lit/metadata.xml | 7 +++++++
12 2 files changed, 30 insertions(+)
13
14 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
15 new file mode 100644
16 index 00000000..9049290
17 --- /dev/null
18 +++ b/dev-python/lit/lit-9999.ebuild
19 @@ -0,0 +1,23 @@
20 +# Copyright 1999-2016 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Id$
23 +
24 +EAPI=6
25 +
26 +PYTHON_COMPAT=( python2_7 )
27 +inherit distutils-r1 git-r3
28 +
29 +DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
30 +HOMEPAGE="http://llvm.org/"
31 +SRC_URI=""
32 +EGIT_REPO_URI="http://llvm.org/git/llvm.git
33 + https://github.com/llvm-mirror/llvm.git"
34 +
35 +LICENSE="UoI-NCSA"
36 +SLOT="0"
37 +KEYWORDS=""
38 +IUSE=""
39 +
40 +S=${WORKDIR}/${P}/utils/lit
41 +
42 +# TODO: move the manpage generation here (from sys-devel/llvm)
43
44 diff --git a/dev-python/lit/metadata.xml b/dev-python/lit/metadata.xml
45 new file mode 100644
46 index 00000000..89c4bdb
47 --- /dev/null
48 +++ b/dev-python/lit/metadata.xml
49 @@ -0,0 +1,7 @@
50 +<?xml version="1.0" encoding="UTF-8"?>
51 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 +<pkgmetadata>
53 + <maintainer type="project">
54 + <email>llvm@g.o</email>
55 + </maintainer>
56 +</pkgmetadata>