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 82ECF1396D9 for ; Mon, 30 Oct 2017 06:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B162BC21F; Mon, 30 Oct 2017 06:45:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF9CC2BC21F for ; Mon, 30 Oct 2017 06:45:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4E0A3416E2 for ; Mon, 30 Oct 2017 06:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC159AD for ; Mon, 30 Oct 2017 06:44:53 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1507897151.1e7ef9a71421a3a4c85399fa24a34dc980a87374.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: app-shells/pash/ X-VCS-Repository: proj/dotnet X-VCS-Files: app-shells/pash/pash-0.0_p2016060606.ebuild X-VCS-Directories: app-shells/pash/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 1e7ef9a71421a3a4c85399fa24a34dc980a87374 X-VCS-Branch: master Date: Mon, 30 Oct 2017 06:44:53 +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: 9152a7b8-036a-42fd-95e9-8ee116f86d0d X-Archives-Hash: 1d16dea5f8432175a12943c253e0d4d1 commit: 1e7ef9a71421a3a4c85399fa24a34dc980a87374 Author: ArsenShnurkov users noreply github com> AuthorDate: Fri Oct 13 07:07:46 2017 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Oct 13 12:19:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1e7ef9a7 initial template and digest app-shells/pash/pash-0.0_p2016060606.ebuild | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/app-shells/pash/pash-0.0_p2016060606.ebuild b/app-shells/pash/pash-0.0_p2016060606.ebuild new file mode 100644 index 0000000..3081245 --- /dev/null +++ b/app-shells/pash/pash-0.0_p2016060606.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" +KEYWORDS="~x86 ~amd64 ~ppc" +RESTRICT="mirror" +SLOT="0" + +USE_DOTNET="net45" +IUSE="+${USE_DOTNET}" + +inherit msbuild eutils + +DESCRIPTION="An Open Source reimplementation of Windows PowerShell" + +LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https://wiki.gentoo.org/wiki/GLEP:23 + +PROJECTNAME="Pash" +HOMEPAGE="https://github.com/Pash-Project/${PROJECTNAME}" +EGIT_COMMIT="8d6a48f5ed70d64f9b49e6849b3ee35b887dc254" +SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}-${PR}.tar.gz" +S="${WORKDIR}/${PROJECTNAME}-${EGIT_COMMIT}" + +CDEPEND="|| ( >=dev-lang/mono-5.4.0.167