From a585d93b48f0f2f355ddb9d37a67525dd3804ad4 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 28 Apr 2019 15:56:21 +0200 Subject: x11-wm/ratpoison: Update live ebuild Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- x11-wm/ratpoison/ratpoison-9999.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'x11-wm/ratpoison') diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild index 7bdbb46304d0..35e96ec0241b 100644 --- a/x11-wm/ratpoison/ratpoison-9999.ebuild +++ b/x11-wm/ratpoison/ratpoison-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools elisp-common eutils git-r3 toolchain-funcs +EAPI=7 +inherit autotools elisp-common git-r3 toolchain-funcs DESCRIPTION="window manager without mouse dependency" -HOMEPAGE="http://www.nongnu.org/ratpoison/" -EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git" +HOMEPAGE="https://www.nongnu.org/ratpoison/" +EGIT_REPO_URI="https://git.savannah.gnu.org/git/ratpoison.git" LICENSE="GPL-2" SLOT="0" @@ -35,9 +35,12 @@ DOCS=( README TODO ) +PATCHES=( + "${FILESDIR}"/ratpoison.el-gentoo.patch +) src_prepare() { - eapply "${FILESDIR}"/ratpoison.el-gentoo.patch + default eautoreconf } -- cgit v1.2.3-65-gdbad