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 A7A431396D0 for ; Sun, 24 Sep 2017 12:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07C71FC1BB; Sun, 24 Sep 2017 12:17:38 +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 AD8681FC1BB for ; Sun, 24 Sep 2017 12:17:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8B3C33BE4E for ; Sun, 24 Sep 2017 12:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADB383F7 for ; Sun, 24 Sep 2017 12:17:36 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1506255444.5f0c57154a24814db320ab0533b0d6c1e1e04b6a.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/logtalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/logtalk/logtalk-3.07.0.ebuild X-VCS-Directories: dev-lang/logtalk/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 5f0c57154a24814db320ab0533b0d6c1e1e04b6a X-VCS-Branch: master Date: Sun, 24 Sep 2017 12:17:36 +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: 0f82517a-38c1-4f69-b07f-183ed1de19d9 X-Archives-Hash: cb8c2cd9abc015447e8b826f4ee97b0c commit: 5f0c57154a24814db320ab0533b0d6c1e1e04b6a Author: Keri Harris gentoo org> AuthorDate: Sun Sep 24 12:16:47 2017 +0000 Commit: Keri Harris gentoo org> CommitDate: Sun Sep 24 12:17:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0c5715 dev-lang/logtalk: install all lgt files referenced during user-setup Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-lang/logtalk/logtalk-3.07.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/logtalk/logtalk-3.07.0.ebuild b/dev-lang/logtalk/logtalk-3.07.0.ebuild index cccf00c411f..cb0cc659b75 100644 --- a/dev-lang/logtalk/logtalk-3.07.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.07.0.ebuild @@ -32,6 +32,7 @@ src_install() { cp -r adapters coding contributions core examples integration \ library paths scratch tests tools VERSION.txt \ loader-sample.lgt settings-sample.lgt tester-sample.lgt \ + tests-sample.lgt \ "${D}/usr/share/${P}" \ || die "Failed to install files"