Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/vterm/files/, app-emacs/vterm/
Date: Sat, 31 Jul 2021 12:36:32
Message-Id: 1627734982.5485e811e7014d4238b7cb2b6db14e9e12113846.ulm@gentoo
1 commit: 5485e811e7014d4238b7cb2b6db14e9e12113846
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 12:20:57 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 12:36:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5485e811
7
8 app-emacs/vterm: Use versioned filename for patch
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ...-dont-compile.patch => vterm-0.0.1_pre20200713-dont-compile.patch} | 0
14 app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild | 4 ++--
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/vterm/files/vterm-dont-compile.patch b/app-emacs/vterm/files/vterm-0.0.1_pre20200713-dont-compile.patch
18 similarity index 100%
19 rename from app-emacs/vterm/files/vterm-dont-compile.patch
20 rename to app-emacs/vterm/files/vterm-0.0.1_pre20200713-dont-compile.patch
21
22 diff --git a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
23 index 3f049c76abd..b3df66ead64 100644
24 --- a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
25 +++ b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}
33 >=app-editors/emacs-26:*[dynamic-loading]"
34
35 S="${WORKDIR}/${MY_PN}-${COMMIT}"
36 -PATCHES=( "${FILESDIR}"/${PN}-dont-compile.patch )
37 +PATCHES=( "${FILESDIR}"/${P}-dont-compile.patch )
38 SITEFILE="50${PN}-gentoo.el"
39 DOCS="README.md"