From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-891709-garchives=archives.gentoo.org@lists.gentoo.org> 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 38EA51381F1 for <garchives@archives.gentoo.org>; Tue, 12 Jul 2016 18:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB5421C0F9; Tue, 12 Jul 2016 18:59:21 +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 3F9F921C0F9 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2016 18:59:21 +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 1DC10340F09 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2016 18:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B432444 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2016 18:59:18 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1468349357.0ad37bbb51cc809b43c803bdad011a9c9808df7f.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/busted/Manifest dev-lua/busted/busted-2.0_rc12_p1.ebuild X-VCS-Directories: dev-lua/busted/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0ad37bbb51cc809b43c803bdad011a9c9808df7f X-VCS-Branch: master Date: Tue, 12 Jul 2016 18:59:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45584e71-0ff7-4103-86cf-eec84a7d9c7f X-Archives-Hash: 81fdf6e0f87d8689f8bc5caf132e4fd0 commit: 0ad37bbb51cc809b43c803bdad011a9c9808df7f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Jul 7 18:46:39 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 18:49:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad37bbb dev-lua/busted: 2.0.0-rc12-p1 version bump for #584696 Package-Manager: portage-2.2.28 RepoMan-Options: --force dev-lua/busted/Manifest | 1 + dev-lua/busted/busted-2.0_rc12_p1.ebuild | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-lua/busted/Manifest b/dev-lua/busted/Manifest index f98255a..52c3c22 100644 --- a/dev-lua/busted/Manifest +++ b/dev-lua/busted/Manifest @@ -1 +1,2 @@ DIST busted-2.0_rc11_p0.tar.gz 48368 SHA256 115af425543354ad20cb0502a93b87e902df391d8d49cec357852ed65072521a SHA512 f09cd5ad2be05b37254e9d602433639340b020e0670e8a435f1ee1d312eced37e284c2f5a398d7a0403fac0023851b74dbe659373e495c5354f48baed814c4b8 WHIRLPOOL 681603c92a91278c4f8bc462f6330d21ff2a0a7e867058819daf8dc81fc6540d577ccc1152c3696265f22fec744c0f28fa42a47a31134024b54e3598a3ce2291 +DIST busted-2.0_rc12_p1.tar.gz 52404 SHA256 c44286468babcc38e90f036d25471ab92f19a8a0a68482e0c45a9cfaeb1c0e35 SHA512 0cb1f6a66110514dc3675b2e667cca676e6672e895b57ffba438e89a1e0a7f4f8f941cab54ead905758987be15e9885e1eeb82baabc9d18bf29ea56b832b89b1 WHIRLPOOL 97024e847a65ea31ce3cb41f744a9114ac62801bf7307eb771fc169964a30556607a57f6b466b878ed498a5675a28152f51d73ad2474e03cb9e0f0c685a48597 diff --git a/dev-lua/busted/busted-2.0_rc12_p1.ebuild b/dev-lua/busted/busted-2.0_rc12_p1.ebuild new file mode 100644 index 0000000..afbfd0a --- /dev/null +++ b/dev-lua/busted/busted-2.0_rc12_p1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +# The below is the upstream version number. The -x suffix should be kept +# in sync with the _px suffix in the ebuild version. +MY_PV="2.0.rc12-1" + +DESCRIPTION="Elegant Lua unit testing" +HOMEPAGE="http://olivinelabs.com/busted/" +SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=">=dev-lang/lua-5.1:=" +DEPEND="${COMMON_DEPEND} +virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND} + >=dev-lua/lua_cliargs-3.0 + >=dev-lua/luafilesystem-1.5.0 + >=dev-lua/luasystem-0.2.0 + >=dev-lua/dkjson-2.1.0 + >=dev-lua/say-1.3 + >=dev-lua/luassert-1.7.8 + >=dev-lua/lua-term-0.1_p1 + >=dev-lua/penlight-1.3.2 + >=dev-lua/mediator_lua-1.1.1_p0 +" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + dobin bin/busted + insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/${PN} + doins -r busted/* + dodoc *.md +}