Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elpher/
Date: Sun, 19 Mar 2023 14:18:20
Message-Id: 1679233988.4114a70032673881623334b3b2cf043742abc0ce.xgqt@gentoo
1 commit: 4114a70032673881623334b3b2cf043742abc0ce
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 12:27:55 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4114a700
7
8 app-emacs/elpher: guard COMMIT hash for correct snapshots
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/elpher/elpher-3.3.3.ebuild | 4 ++--
13 app-emacs/elpher/elpher-3.4.1.ebuild | 4 ++--
14 app-emacs/elpher/elpher-3.4.2.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-emacs/elpher/elpher-3.3.3.ebuild b/app-emacs/elpher/elpher-3.3.3.ebuild
18 index 944e4efca3e3..40280aceb7f3 100644
19 --- a/app-emacs/elpher/elpher-3.3.3.ebuild
20 +++ b/app-emacs/elpher/elpher-3.3.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=8
24
25 -COMMIT=ab75cff
26 +[[ ${PV} == 3.3.3 ]] && COMMIT=ab75cff
27 NEED_EMACS=27.1
28
29 inherit elisp
30 @@ -11,7 +11,7 @@ inherit elisp
31 DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs"
32 HOMEPAGE="https://thelambdalab.xyz/elpher/"
33 SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
34 - -> ${P}.tar.gz"
35 + -> ${P}.tar.gz"
36 S="${WORKDIR}"/${PN}-${COMMIT}
37
38 LICENSE="GPL-3+"
39
40 diff --git a/app-emacs/elpher/elpher-3.4.1.ebuild b/app-emacs/elpher/elpher-3.4.1.ebuild
41 index b483395d707d..e0d169a965f4 100644
42 --- a/app-emacs/elpher/elpher-3.4.1.ebuild
43 +++ b/app-emacs/elpher/elpher-3.4.1.ebuild
44 @@ -3,7 +3,7 @@
45
46 EAPI=8
47
48 -COMMIT=bf0dd36
49 +[[ ${PV} == 3.4.1 ]] && COMMIT=bf0dd36
50 NEED_EMACS=27.1
51
52 inherit elisp
53 @@ -11,7 +11,7 @@ inherit elisp
54 DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs"
55 HOMEPAGE="https://thelambdalab.xyz/elpher/"
56 SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
57 - -> ${P}.tar.gz"
58 + -> ${P}.tar.gz"
59 S="${WORKDIR}"/${PN}-${COMMIT}
60
61 LICENSE="GPL-3+"
62
63 diff --git a/app-emacs/elpher/elpher-3.4.2.ebuild b/app-emacs/elpher/elpher-3.4.2.ebuild
64 index e063d45937f0..48c35ad2cc84 100644
65 --- a/app-emacs/elpher/elpher-3.4.2.ebuild
66 +++ b/app-emacs/elpher/elpher-3.4.2.ebuild
67 @@ -3,7 +3,7 @@
68
69 EAPI=8
70
71 -COMMIT=f117f2f
72 +[[ ${PV} == 3.4.2 ]] && COMMIT=f117f2f
73 NEED_EMACS=27.1
74
75 inherit elisp
76 @@ -11,7 +11,7 @@ inherit elisp
77 DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs"
78 HOMEPAGE="https://thelambdalab.xyz/elpher/"
79 SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
80 - -> ${P}.tar.gz"
81 + -> ${P}.tar.gz"
82 S="${WORKDIR}"/${PN}-${COMMIT}
83
84 LICENSE="GPL-3+"