Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/
Date: Fri, 30 Dec 2022 09:41:22
Message-Id: 1672393194.97698c72913e54ca819f847c62f3c1b843efb86c.ceamac@gentoo
1 commit: 97698c72913e54ca819f847c62f3c1b843efb86c
2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 09:38:54 2022 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 09:39:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97698c72
7
8 app-misc/fastfetch: don't install LICENSE
9
10 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
11
12 .../fastfetch/{fastfetch-1.8.0.ebuild => fastfetch-1.8.0-r1.ebuild} | 6 ++++++
13 app-misc/fastfetch/fastfetch-9999.ebuild | 6 ++++++
14 app-misc/fastfetch/fastfetch-9999d.ebuild | 6 ++++++
15 3 files changed, 18 insertions(+)
16
17 diff --git a/app-misc/fastfetch/fastfetch-1.8.0.ebuild b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild
18 similarity index 96%
19 rename from app-misc/fastfetch/fastfetch-1.8.0.ebuild
20 rename to app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild
21 index c9038f015..cfc24057b 100644
22 --- a/app-misc/fastfetch/fastfetch-1.8.0.ebuild
23 +++ b/app-misc/fastfetch/fastfetch-1.8.0-r1.ebuild
24 @@ -87,3 +87,9 @@ src_configure() {
25
26 cmake_src_configure
27 }
28 +
29 +src_install() {
30 + cmake_src_install
31 +
32 + rm -r "${ED}"/usr/share/licenses || die
33 +}
34
35 diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild
36 index c9038f015..cfc24057b 100644
37 --- a/app-misc/fastfetch/fastfetch-9999.ebuild
38 +++ b/app-misc/fastfetch/fastfetch-9999.ebuild
39 @@ -87,3 +87,9 @@ src_configure() {
40
41 cmake_src_configure
42 }
43 +
44 +src_install() {
45 + cmake_src_install
46 +
47 + rm -r "${ED}"/usr/share/licenses || die
48 +}
49
50 diff --git a/app-misc/fastfetch/fastfetch-9999d.ebuild b/app-misc/fastfetch/fastfetch-9999d.ebuild
51 index c9038f015..cfc24057b 100644
52 --- a/app-misc/fastfetch/fastfetch-9999d.ebuild
53 +++ b/app-misc/fastfetch/fastfetch-9999d.ebuild
54 @@ -87,3 +87,9 @@ src_configure() {
55
56 cmake_src_configure
57 }
58 +
59 +src_install() {
60 + cmake_src_install
61 +
62 + rm -r "${ED}"/usr/share/licenses || die
63 +}