Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
Date: Sun, 28 Apr 2019 13:56:53
Message-Id: 1556459807.a585d93b48f0f2f355ddb9d37a67525dd3804ad4.jer@gentoo
1 commit: a585d93b48f0f2f355ddb9d37a67525dd3804ad4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 13:56:21 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 13:56:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585d93b
7
8 x11-wm/ratpoison: Update live ebuild
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-wm/ratpoison/ratpoison-9999.ebuild | 15 +++++++++------
14 1 file changed, 9 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
17 index 7bdbb46304d..35e96ec0241 100644
18 --- a/x11-wm/ratpoison/ratpoison-9999.ebuild
19 +++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -inherit autotools elisp-common eutils git-r3 toolchain-funcs
27 +EAPI=7
28 +inherit autotools elisp-common git-r3 toolchain-funcs
29
30 DESCRIPTION="window manager without mouse dependency"
31 -HOMEPAGE="http://www.nongnu.org/ratpoison/"
32 -EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git"
33 +HOMEPAGE="https://www.nongnu.org/ratpoison/"
34 +EGIT_REPO_URI="https://git.savannah.gnu.org/git/ratpoison.git"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 @@ -35,9 +35,12 @@ DOCS=(
39 README
40 TODO
41 )
42 +PATCHES=(
43 + "${FILESDIR}"/ratpoison.el-gentoo.patch
44 +)
45
46 src_prepare() {
47 - eapply "${FILESDIR}"/ratpoison.el-gentoo.patch
48 + default
49
50 eautoreconf
51 }