Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/
Date: Sun, 02 Jan 2022 14:59:06
Message-Id: 1641135522.c3e4b1501b07855b3644e65fe88d3fe832eaac2f.andrewammerlaan@gentoo
1 commit: c3e4b1501b07855b3644e65fe88d3fe832eaac2f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 14:58:42 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 14:58:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3e4b150
7
8 app-misc/xplr: drop UnusedInherits, fix manifest (again :( ! )
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 app-misc/xplr/Manifest | 3 ---
14 app-misc/xplr/xplr-0.15.2.ebuild | 4 ++--
15 app-misc/xplr/xplr-0.17.0.ebuild | 4 ++--
16 3 files changed, 4 insertions(+), 7 deletions(-)
17
18 diff --git a/app-misc/xplr/Manifest b/app-misc/xplr/Manifest
19 index f6c28234c..93de0969c 100644
20 --- a/app-misc/xplr/Manifest
21 +++ b/app-misc/xplr/Manifest
22 @@ -123,6 +123,3 @@ DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e
23 DIST xplr-0.15.2.tar.gz 221475 BLAKE2B 05594d2f38d937d204fcbadbe3ba63c72dbf5957e014f944f1fdb0f60bab9730ee5196f1162ba42c1f2daaa2d36dc35e595515d1c0c6188f6ef3e9f535157422 SHA512 502ceb0661ac3cdde337d76a5eef5089902b2ad906cde0465b63a89141a554ddb56ef4a4747e7064eda48e58d4037e36e36dfe709d6a67da986b1f953033fc3c
24 DIST xplr-0.17.0.tar.gz 228181 BLAKE2B b1094007de1997b7c6e76afe7b457289bd358b2f24dc855bcc62ce7ad7bb09c0870fc7190781d68287e2871f615cbde18b50b1d6340e59a36065743875f05ce8 SHA512 fbf278097e2b5fb6e0a0d946cc234d6cc4b33989e3c24304ca3413a83ae56b245b8c37285fb8b9a77e41a5b97f472cc2139fe2768f3b025d75d4764bfa7429cd
25 DIST yaml-rust-0.4.5.crate 47783 BLAKE2B 3e888c5cc7afb43eaf3aaab2b6f47b86df164a66eb54d4e166b965cc84b1e06cd17bd992a0d6ee175d9a73a76e2b44a13167246383ed054afcf3cc1710b309cb SHA512 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0
26 -EBUILD xplr-0.15.2.ebuild 3327 BLAKE2B fc9f802524a20619daa26d4a92dbbac08a8eaec65ccacdbd990b283141c7971328fef4288c56fdd9538d2bfdf7e7772a1ce8c3f5fd931236bf0e69e2f9e388eb SHA512 3a5f1cd9c89bb32ec7599de647c8e2e912f2f34099ae79209fba3d0fccd917420e958f28b48b7d3a57cf06b8e2974537a725a9436364202ceb89a6ba9801fae7
27 -EBUILD xplr-0.17.0.ebuild 3288 BLAKE2B c44872a79e15da55d4d17df931c4b9d3e07ae23d7ac450b21ef29558a0a908e7504ddb18882964a8ced255f5a07b31af2924eac93469d18ca195d0032bd3a60f SHA512 2f37e380ee0ea6891f3e916136934129875481b0c0929e7a1ddded6ee5ea28f669abd20e4ba997f3d65680890867ab48c3f74b82c64b1688f20007d83204c35f
28 -MISC metadata.xml 375 BLAKE2B 790ae543ed524251d09a91fab97140f5e6bc564dfa17aac29836fb3d842b3f18ac885f030de22be44ed8b505beaae88c256a8ee1b8d94f4e9f24511a8d7491d0 SHA512 d127ffe8aa6728c0afd03955fb4863c5574db6ab3bb9369daf6db196d4cd74638ca71d6e9fb4ca15b506fd61f76083877a0c80586f58636cb58ff4274561c09c
29
30 diff --git a/app-misc/xplr/xplr-0.15.2.ebuild b/app-misc/xplr/xplr-0.15.2.ebuild
31 index 36eced5f8..ae20f4617 100644
32 --- a/app-misc/xplr/xplr-0.15.2.ebuild
33 +++ b/app-misc/xplr/xplr-0.15.2.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 2021 Gentoo Authors
36 +# Copyright 2021-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=8
40 @@ -129,7 +129,7 @@ CRATES="
41 yaml-rust-0.4.5
42 "
43
44 -inherit cargo flag-o-matic desktop
45 +inherit cargo
46
47 DESCRIPTION="A hackable, minimal, fast TUI file explorer"
48 # Double check the homepage as the cargo_metadata crate
49
50 diff --git a/app-misc/xplr/xplr-0.17.0.ebuild b/app-misc/xplr/xplr-0.17.0.ebuild
51 index 36eced5f8..ae20f4617 100644
52 --- a/app-misc/xplr/xplr-0.17.0.ebuild
53 +++ b/app-misc/xplr/xplr-0.17.0.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 2021 Gentoo Authors
56 +# Copyright 2021-2022 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=8
60 @@ -129,7 +129,7 @@ CRATES="
61 yaml-rust-0.4.5
62 "
63
64 -inherit cargo flag-o-matic desktop
65 +inherit cargo
66
67 DESCRIPTION="A hackable, minimal, fast TUI file explorer"
68 # Double check the homepage as the cargo_metadata crate