From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F9BD138330 for ; Thu, 29 Sep 2016 18:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 207BEE081C; Thu, 29 Sep 2016 18:21:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05C8DE081C for ; Thu, 29 Sep 2016 18:21:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD542340775 for ; Thu, 29 Sep 2016 18:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F5C248B for ; Thu, 29 Sep 2016 18:21:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1475173272.6b21237e42b3ae338f843d7b97e776ccf7923433.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-9999.ebuild dev-python/lit/metadata.xml X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b21237e42b3ae338f843d7b97e776ccf7923433 X-VCS-Branch: master Date: Thu, 29 Sep 2016 18:21:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64cbe9d8-416d-4f68-afb9-5c99cf5851ee X-Archives-Hash: 36773cec311cc98ffa8923ffa54fb7d0 commit: 6b21237e42b3ae338f843d7b97e776ccf7923433 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 19:58:46 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 29 18:21:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21237e dev-python/lit: Add stand-alone ebuild for LLVM integrated tester dev-python/lit/lit-9999.ebuild | 23 +++++++++++++++++++++++ dev-python/lit/metadata.xml | 7 +++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild new file mode 100644 index 00000000..9049290 --- /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 00000000..89c4bdb --- /dev/null +++ b/dev-python/lit/metadata.xml @@ -0,0 +1,7 @@ + + + + + llvm@gentoo.org + +