From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0350138334 for ; Sun, 28 Apr 2019 13:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7DACE08F7; Sun, 28 Apr 2019 13:56:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D1D6E08F7 for ; Sun, 28 Apr 2019 13:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AEBD342B32 for ; Sun, 28 Apr 2019 13:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7BBB503 for ; Sun, 28 Apr 2019 13:56:49 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1556459807.a585d93b48f0f2f355ddb9d37a67525dd3804ad4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/ratpoison/ratpoison-9999.ebuild X-VCS-Directories: x11-wm/ratpoison/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a585d93b48f0f2f355ddb9d37a67525dd3804ad4 X-VCS-Branch: master Date: Sun, 28 Apr 2019 13:56:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df28b4a0-0b46-4ef0-b46e-f5b2e16edde7 X-Archives-Hash: 8062a7a1eab8d9d8db78cadd6fcaf1fd commit: a585d93b48f0f2f355ddb9d37a67525dd3804ad4 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 28 13:56:21 2019 +0000 Commit: Jeroen Roovers gentoo 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 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 }