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 A7FE81382C5 for ; Sun, 7 Feb 2021 21:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0477E0896; Sun, 7 Feb 2021 21:10:10 +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 B1D1CE0896 for ; Sun, 7 Feb 2021 21:10:10 +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 08B73335C2A for ; Sun, 7 Feb 2021 21:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16B37C3 for ; Sun, 7 Feb 2021 21:10:07 +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: <1612732200.a0996555c33c2a70b4b56395f42ea15b2a07e07d.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-0.4.1.ebuild 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: a0996555c33c2a70b4b56395f42ea15b2a07e07d X-VCS-Branch: dev Date: Sun, 7 Feb 2021 21:10:07 +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: 396192c7-3412-4e80-bb88-948d894659e5 X-Archives-Hash: 46f7be296ede9f8b9bdb932287304ba9 commit: a0996555c33c2a70b4b56395f42ea15b2a07e07d Author: Aisha Tammy aisha cc> AuthorDate: Sun Feb 7 21:09:35 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Feb 7 21:10:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0996555 net-misc/purritobin: remove uneeded src_test Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> net-misc/purritobin/purritobin-0.4.1.ebuild | 4 ---- net-misc/purritobin/purritobin-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/net-misc/purritobin/purritobin-0.4.1.ebuild b/net-misc/purritobin/purritobin-0.4.1.ebuild index 3866d837..5bfefc1e 100644 --- a/net-misc/purritobin/purritobin-0.4.1.ebuild +++ b/net-misc/purritobin/purritobin-0.4.1.ebuild @@ -36,10 +36,6 @@ 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 diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild index 3866d837..5bfefc1e 100644 --- a/net-misc/purritobin/purritobin-9999.ebuild +++ b/net-misc/purritobin/purritobin-9999.ebuild @@ -36,10 +36,6 @@ 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