-# 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"
README
TODO
)
+PATCHES=(
+ "${FILESDIR}"/ratpoison.el-gentoo.patch
+)
src_prepare() {
- eapply "${FILESDIR}"/ratpoison.el-gentoo.patch
+ default
eautoreconf
}