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 AD4C215800C for ; Fri, 30 Dec 2022 09:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC82E095F; Fri, 30 Dec 2022 09:41:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D6F21E095F for ; Fri, 30 Dec 2022 09:41:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 142E4340E9E for ; Fri, 30 Dec 2022 09:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CEB47F5 for ; Fri, 30 Dec 2022 09:41:48 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1672393194.97698c72913e54ca819f847c62f3c1b843efb86c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild app-misc/fastfetch/fastfetch-1.8.0.ebuild app-misc/fastfetch/fastfetch-9999.ebuild app-misc/fastfetch/fastfetch-9999d.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 97698c72913e54ca819f847c62f3c1b843efb86c X-VCS-Branch: master Date: Fri, 30 Dec 2022 09:41:48 +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: 03c4c7c8-0777-4f8f-977f-c8ed2080116d X-Archives-Hash: db1fc11c033c6214caff08c1776248cd commit: 97698c72913e54ca819f847c62f3c1b843efb86c Author: Viorel Munteanu gentoo org> AuthorDate: Fri Dec 30 09:38:54 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Dec 30 09:39:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97698c72 app-misc/fastfetch: don't install LICENSE Signed-off-by: Viorel Munteanu gentoo.org> .../fastfetch/{fastfetch-1.8.0.ebuild => fastfetch-1.8.0-r1.ebuild} | 6 ++++++ app-misc/fastfetch/fastfetch-9999.ebuild | 6 ++++++ app-misc/fastfetch/fastfetch-9999d.ebuild | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/app-misc/fastfetch/fastfetch-1.8.0.ebuild b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild similarity index 96% rename from app-misc/fastfetch/fastfetch-1.8.0.ebuild rename to app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-1.8.0.ebuild +++ b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-9999.ebuild +++ b/app-misc/fastfetch/fastfetch-9999.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999d.ebuild b/app-misc/fastfetch/fastfetch-9999d.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-9999d.ebuild +++ b/app-misc/fastfetch/fastfetch-9999d.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} 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 15B3E15800C for ; Fri, 30 Dec 2022 09:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A2AE095E; Fri, 30 Dec 2022 09:41:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B0058E095D for ; Fri, 30 Dec 2022 09:41:20 +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 DC9FA340E42 for ; Fri, 30 Dec 2022 09:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493B77D0 for ; Fri, 30 Dec 2022 09:41:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1672393194.97698c72913e54ca819f847c62f3c1b843efb86c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild app-misc/fastfetch/fastfetch-1.8.0.ebuild app-misc/fastfetch/fastfetch-9999.ebuild app-misc/fastfetch/fastfetch-9999d.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 97698c72913e54ca819f847c62f3c1b843efb86c X-VCS-Branch: dev Date: Fri, 30 Dec 2022 09:41:18 +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: 4b93284a-a94f-41f5-9087-c07208842b8a X-Archives-Hash: e0917cd644de04dffc430049faec2765 Message-ID: <20221230094118.naLiJN7qItZnBN6mS2l5NxDFLqoMBeO4zxR2cvHtZ-c@z> commit: 97698c72913e54ca819f847c62f3c1b843efb86c Author: Viorel Munteanu gentoo org> AuthorDate: Fri Dec 30 09:38:54 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Dec 30 09:39:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97698c72 app-misc/fastfetch: don't install LICENSE Signed-off-by: Viorel Munteanu gentoo.org> .../fastfetch/{fastfetch-1.8.0.ebuild => fastfetch-1.8.0-r1.ebuild} | 6 ++++++ app-misc/fastfetch/fastfetch-9999.ebuild | 6 ++++++ app-misc/fastfetch/fastfetch-9999d.ebuild | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/app-misc/fastfetch/fastfetch-1.8.0.ebuild b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild similarity index 96% rename from app-misc/fastfetch/fastfetch-1.8.0.ebuild rename to app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-1.8.0.ebuild +++ b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-9999.ebuild +++ b/app-misc/fastfetch/fastfetch-9999.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +} diff --git a/app-misc/fastfetch/fastfetch-9999d.ebuild b/app-misc/fastfetch/fastfetch-9999d.ebuild index c9038f015..cfc24057b 100644 --- a/app-misc/fastfetch/fastfetch-9999d.ebuild +++ b/app-misc/fastfetch/fastfetch-9999d.ebuild @@ -87,3 +87,9 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + + rm -r "${ED}"/usr/share/licenses || die +}