diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-28 15:56:21 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-28 15:56:47 +0200 |
commit | a585d93b48f0f2f355ddb9d37a67525dd3804ad4 (patch) | |
tree | 037c3c93e80d7c5a2e87cb5ae733c82ee4086916 /x11-wm/ratpoison | |
parent | app-emulation/dosemu: fix SRC_URI to be a stable link (diff) | |
download | gentoo-a585d93b48f0f2f355ddb9d37a67525dd3804ad4.tar.gz gentoo-a585d93b48f0f2f355ddb9d37a67525dd3804ad4.tar.bz2 gentoo-a585d93b48f0f2f355ddb9d37a67525dd3804ad4.zip |
x11-wm/ratpoison: Update live ebuild
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ratpoison-9999.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
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 } |