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: sys-kernel/ummunotify/
Date: Sun, 29 May 2022 18:29:56
Message-Id: 1653781299.a8f41a192b30c56a08a2ab5467d8c940aa6dbda9.andrewammerlaan@gentoo
1 commit: a8f41a192b30c56a08a2ab5467d8c940aa6dbda9
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 23:41:39 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 23:41:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8f41a19
7
8 sys-kernel/ummunotify: EAPI 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-kernel/ummunotify/Manifest | 2 +-
13 .../ummunotify/{ummunotify-2.ebuild => ummunotify-2-r1.ebuild} | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-kernel/ummunotify/Manifest b/sys-kernel/ummunotify/Manifest
17 index d7f5a2d25..d1ee0dfee 100644
18 --- a/sys-kernel/ummunotify/Manifest
19 +++ b/sys-kernel/ummunotify/Manifest
20 @@ -1 +1 @@
21 -DIST ummunotify-2.tar.gz 326619 BLAKE2B 4ac329368b688eebb5ab9d064703de90e47112b169cd9448b3f6e0daa7717bdd4d1e957c75f5f87f1d30c08564c929ef50d7fe83f633b95f2abbd13014c1c48c SHA512 0650ec6dd01de97822121a720bff8cb65deaf2ec67de03a52507f47d0cfb169000dd40172f73aef7fbb83735eb8e35aed4da9c20ce5ee4ee6607a12baae7ca0f
22 +DIST ummunotify-2.gh.tar.gz 326619 BLAKE2B 4ac329368b688eebb5ab9d064703de90e47112b169cd9448b3f6e0daa7717bdd4d1e957c75f5f87f1d30c08564c929ef50d7fe83f633b95f2abbd13014c1c48c SHA512 0650ec6dd01de97822121a720bff8cb65deaf2ec67de03a52507f47d0cfb169000dd40172f73aef7fbb83735eb8e35aed4da9c20ce5ee4ee6607a12baae7ca0f
23
24 diff --git a/sys-kernel/ummunotify/ummunotify-2.ebuild b/sys-kernel/ummunotify/ummunotify-2-r1.ebuild
25 similarity index 91%
26 rename from sys-kernel/ummunotify/ummunotify-2.ebuild
27 rename to sys-kernel/ummunotify/ummunotify-2-r1.ebuild
28 index 3b5fc4b6e..cae92bb20 100644
29 --- a/sys-kernel/ummunotify/ummunotify-2.ebuild
30 +++ b/sys-kernel/ummunotify/ummunotify-2-r1.ebuild
31 @@ -1,7 +1,7 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 +EAPI=8
38
39 MAX_KV_MAJ="4"
40 MAX_KV_MIN="13"
41 @@ -14,7 +14,7 @@ HOMEPAGE="
42 https://lkml.org/lkml/2010/4/22/172
43 https://github.com/Portals4/ummunotify
44 "
45 -SRC_URI="https://github.com/Portals4/ummunotify/raw/master/${MYP}.tar.gz -> ${P}.tar.gz"
46 +SRC_URI="https://github.com/Portals4/ummunotify/raw/master/${MYP}.tar.gz -> ${P}.gh.tar.gz"
47 S="${WORKDIR}/${MYP}"
48
49 LICENSE="GPL-2"