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 BF8CB1395E2 for ; Tue, 8 Nov 2016 23:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A94E0838; Tue, 8 Nov 2016 23:50:37 +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 0FA53E0838 for ; Tue, 8 Nov 2016 23:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE034341647 for ; Tue, 8 Nov 2016 23:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5754343 for ; Tue, 8 Nov 2016 23:50:32 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1478649014.118c2b44e4c7875a0070fb5913ce9b11172fd94b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luassert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luassert/Manifest dev-lua/luassert/luassert-1.7.9.ebuild X-VCS-Directories: dev-lua/luassert/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 118c2b44e4c7875a0070fb5913ce9b11172fd94b X-VCS-Branch: master Date: Tue, 8 Nov 2016 23:50:32 +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: f52d693d-d00c-4944-bcde-bf80296ca236 X-Archives-Hash: d1958b36731f0ac985faedbf30b7d524 commit: 118c2b44e4c7875a0070fb5913ce9b11172fd94b Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 8 23:50:14 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 8 23:50:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118c2b44 dev-lua/luassert: Fix tarball name Package-Manager: portage-2.3.2 dev-lua/luassert/Manifest | 2 +- dev-lua/luassert/luassert-1.7.9.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lua/luassert/Manifest b/dev-lua/luassert/Manifest index 3656ba9..3c1d1cc 100644 --- a/dev-lua/luassert/Manifest +++ b/dev-lua/luassert/Manifest @@ -1 +1 @@ -DIST v1.7.9.tar.gz 34803 SHA256 e632e3f4819badc4906370242b652d5c912317e735b0ccc8c4d5c851591ff161 SHA512 4e1257bf7adaa9002af7c6ac15f2d042c9094ceeae9ce065c51296c663a99fa239ac8d37f106151100478cde8c68d3290b42588553ac681d183e7edef288414b WHIRLPOOL 0e9d848c3d7ae29dd444504814f3c4ba7d00994d766a3aea560e5a4cd8ee479dd35a64fe3b43b7ad6eaf869e70357658f6208e3f3aa5a729becb0bab3bb19aeb +DIST luassert-1.7.9.tar.gz 34803 SHA256 e632e3f4819badc4906370242b652d5c912317e735b0ccc8c4d5c851591ff161 SHA512 4e1257bf7adaa9002af7c6ac15f2d042c9094ceeae9ce065c51296c663a99fa239ac8d37f106151100478cde8c68d3290b42588553ac681d183e7edef288414b WHIRLPOOL 0e9d848c3d7ae29dd444504814f3c4ba7d00994d766a3aea560e5a4cd8ee479dd35a64fe3b43b7ad6eaf869e70357658f6208e3f3aa5a729becb0bab3bb19aeb diff --git a/dev-lua/luassert/luassert-1.7.9.ebuild b/dev-lua/luassert/luassert-1.7.9.ebuild index 8a0940b..60e9959 100644 --- a/dev-lua/luassert/luassert-1.7.9.ebuild +++ b/dev-lua/luassert/luassert-1.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Lua Assertions Extension" HOMEPAGE="http://olivinelabs.com/busted/" -SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -23,6 +23,6 @@ RDEPEND="${COMMON_DEPEND} src_install() { insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/${PN} -doins -r src/* -dodoc *.md + doins -r src/* + dodoc *.md }