Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/
Date: Fri, 27 May 2022 16:13:37
Message-Id: 1653668004.f09c74340cff654c98b0ef600d28079de1a9db37.bkohler@gentoo
1 commit: f09c74340cff654c98b0ef600d28079de1a9db37
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 16:12:47 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 16:13:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09c7434
7
8 sys-boot/os-prober: add 1.80 and sync to 9999
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 sys-boot/os-prober/Manifest | 1 +
13 sys-boot/os-prober/{os-prober-9999.ebuild => os-prober-1.80.ebuild} | 3 +--
14 sys-boot/os-prober/os-prober-9999.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest
18 index 004e286db169..aafa95626aee 100644
19 --- a/sys-boot/os-prober/Manifest
20 +++ b/sys-boot/os-prober/Manifest
21 @@ -1,2 +1,3 @@
22 DIST os-prober_1.78.tar.xz 26848 BLAKE2B eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7 SHA512 7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640
23 DIST os-prober_1.79.tar.xz 27028 BLAKE2B b3efacce9d7fce3708f5ec727a219e872e8d1de6dea15540cfbc0a0e8372c1033098230d3ddb9066fb5474d44e5584ee28631e0e5ab981e8fb1dc29ee3cbd89d SHA512 89b827b9b90a1d3bc11e0090ec04d808502cc1883ab10997b6d9edbe6005dcf8a0acdd7d200102c9dccde56297bda6087d68fb6dec419f0920090c2655c9c7d8
24 +DIST os-prober_1.80.tar.xz 27400 BLAKE2B 56883c7d3f4c5dde2904cffc77fdf6a2c1caf230f9e84197e8d976e446815838448bb42afd18d4c9526efac9907db3d2e77c6f54889011d2d03d284a44ff4cbd SHA512 51b4fefb784d5ecf34f5148157ef233e2979c4a679a54600144be473bb6ccaf263c9121701a1ecc7523c7e3bfc439a4e3a92a5eb92431ead99cbe666b0f0e6f5
25
26 diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-1.80.ebuild
27 similarity index 97%
28 copy from sys-boot/os-prober/os-prober-9999.ebuild
29 copy to sys-boot/os-prober/os-prober-1.80.ebuild
30 index c854d403e4f0..60466c142031 100644
31 --- a/sys-boot/os-prober/os-prober-9999.ebuild
32 +++ b/sys-boot/os-prober/os-prober-1.80.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=8
39 @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
40 else
41 SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
42 KEYWORDS="~amd64 ~x86"
43 - S="${WORKDIR}"/${PN}
44 fi
45
46 LICENSE="GPL-3"
47
48 diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild
49 index c854d403e4f0..60466c142031 100644
50 --- a/sys-boot/os-prober/os-prober-9999.ebuild
51 +++ b/sys-boot/os-prober/os-prober-9999.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2021 Gentoo Authors
54 +# Copyright 1999-2022 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=8
58 @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
59 else
60 SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
61 KEYWORDS="~amd64 ~x86"
62 - S="${WORKDIR}"/${PN}
63 fi
64
65 LICENSE="GPL-3"