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 B1B141382C5 for ; Fri, 29 Jan 2021 02:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF83E086C; Fri, 29 Jan 2021 02:20:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8716E086C for ; Fri, 29 Jan 2021 02:20:43 +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 5A879341160 for ; Fri, 29 Jan 2021 02:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A74E34AA for ; Fri, 29 Jan 2021 02:20:40 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1611886829.36604ace86c638d7fe80aa8ef555a2a1e4dac541.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/purritobin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/purritobin/purritobin-9999.ebuild X-VCS-Directories: net-misc/purritobin/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 36604ace86c638d7fe80aa8ef555a2a1e4dac541 X-VCS-Branch: dev Date: Fri, 29 Jan 2021 02:20:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ccead25-207e-481a-b39f-4cb23bb89956 X-Archives-Hash: 388d7126ddc5d6b89c2c311187ca3c8f commit: 36604ace86c638d7fe80aa8ef555a2a1e4dac541 Author: Aisha Tammy aisha cc> AuthorDate: Fri Jan 29 02:17:03 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Jan 29 02:20:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36604ace net-misc/purritobin: add test target in live Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> net-misc/purritobin/purritobin-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild index fd9c6136..3866d837 100644 --- a/net-misc/purritobin/purritobin-9999.ebuild +++ b/net-misc/purritobin/purritobin-9999.ebuild @@ -19,6 +19,8 @@ fi LICENSE="ISC" SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" net-libs/usockets[ssl] @@ -34,6 +36,10 @@ src_configure() { tc-export CXX } +src_test() { + emake check +} + src_install() { emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install insinto /var/www/purritobin