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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84D44158091 for ; Wed, 15 Jun 2022 18:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 507BBE0938; Wed, 15 Jun 2022 18:06:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8EF6E0935 for ; Wed, 15 Jun 2022 18:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1654D34144C for ; Wed, 15 Jun 2022 18:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D6A4F7 for ; Wed, 15 Jun 2022 18:06:13 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1655316363.7aa6c3a8eeb921724af54d5059833f94d21bbfbc.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu/himitsu-9999.ebuild X-VCS-Directories: app-admin/himitsu/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 7aa6c3a8eeb921724af54d5059833f94d21bbfbc X-VCS-Branch: dev Date: Wed, 15 Jun 2022 18:06:13 +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: 8371d5d4-a03a-401d-aadc-9337c6aeed26 X-Archives-Hash: 5e760e16142d16575db686fd30569d8d commit: 7aa6c3a8eeb921724af54d5059833f94d21bbfbc Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Wed Jun 15 17:52:35 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jun 15 18:06:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aa6c3a8 app-admin/himitsu: Drop obsolete src_install Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-admin/himitsu/himitsu-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-9999.ebuild index da335322d..ebda2aced 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-9999.ebuild @@ -23,11 +23,3 @@ RDEPEND=" src_configure() { sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die } - -src_install() { - default - - for i in himitsud himitsu-init hiq; do - dobin $i - done -}