Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/earlyoom/
Date: Sat, 03 Apr 2021 15:44:47
Message-Id: 1617464629.159f07880e0d7a5f95463ff03578586f47ccc0bf.sam@gentoo
1 commit: 159f07880e0d7a5f95463ff03578586f47ccc0bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:53:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159f0788
7
8 sys-apps/earlyoom: fix variable references
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-apps/earlyoom/earlyoom-1.3.ebuild | 4 ++--
14 sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 2 +-
15 sys-apps/earlyoom/earlyoom-9999.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild
19 index cae1f13f3b8..f752572222e 100644
20 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild
21 +++ b/sys-apps/earlyoom/earlyoom-1.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2020 Gentoo Authors
24 +# Copyright 2020-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
29 EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git"
30 inherit git-r3
31 else
32 - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz"
33 + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 KEYWORDS="amd64 x86"
35 fi
36 IUSE="docs systemd test"
37
38 diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild
39 index 196ec0b0a55..fbc56b98e49 100644
40 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild
41 +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild
42 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
43 EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git"
44 inherit git-r3
45 else
46 - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz"
47 + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 KEYWORDS="~amd64 ~x86"
49 fi
50 IUSE="docs systemd test"
51
52 diff --git a/sys-apps/earlyoom/earlyoom-9999.ebuild b/sys-apps/earlyoom/earlyoom-9999.ebuild
53 index 898c4fbac55..6a2d2be6cf4 100644
54 --- a/sys-apps/earlyoom/earlyoom-9999.ebuild
55 +++ b/sys-apps/earlyoom/earlyoom-9999.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 2020 Gentoo Authors
58 +# Copyright 2020-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
63 EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git"
64 inherit git-r3
65 else
66 - SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz"
67 + SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68 KEYWORDS="~amd64 ~x86"
69 fi
70 IUSE="docs systemd test"