commit: a585d93b48f0f2f355ddb9d37a67525dd3804ad4 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Apr 28 13:56:21 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Apr 28 13:56:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585d93b
x11-wm/ratpoison: Update live ebuild Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-wm/ratpoison/ratpoison-9999.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild index 7bdbb46304d..35e96ec0241 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 }
