From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3874013888F for ; Sun, 18 Oct 2015 05:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8115E21C009; Sun, 18 Oct 2015 05:12:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11F8121C009 for ; Sun, 18 Oct 2015 05:12:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 048F934072E for ; Sun, 18 Oct 2015 05:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296B0123C for ; Sun, 18 Oct 2015 05:12:52 +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: <1445144511.f52af207629d0fd48f56c6962cecd16546f0614e.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-1.4.8-r1.ebuild 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: f52af207629d0fd48f56c6962cecd16546f0614e X-VCS-Branch: master Date: Sun, 18 Oct 2015 05:12:52 +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-Archives-Salt: a1885e51-a34b-42b7-9af4-5542728eae86 X-Archives-Hash: 7b50a36bacc970bec5308ec339adc239 commit: f52af207629d0fd48f56c6962cecd16546f0614e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 18 05:01:51 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 18 05:01:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52af207 x11-wm/ratpoison: Add sys-libs/readline SLOT (bug #563256). Package-Manager: portage-2.2.23 ...atpoison-9999.ebuild => ratpoison-1.4.8-r1.ebuild} | 19 ++++++++----------- x11-wm/ratpoison/ratpoison-9999.ebuild | 9 ++++----- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild similarity index 80% copy from x11-wm/ratpoison/ratpoison-9999.ebuild copy to x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild index 699bdec..c98d3bd 100644 --- a/x11-wm/ratpoison/ratpoison-9999.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.8-r1.ebuild @@ -3,25 +3,24 @@ # $Id$ EAPI=5 +inherit elisp-common eutils toolchain-funcs -inherit autotools elisp-common eutils git-r3 toolchain-funcs - -DESCRIPTION="an extremely light-weight and barebones wm modelled after screen" +DESCRIPTION="window manager without mouse dependency" HOMEPAGE="http://www.nongnu.org/ratpoison/" -EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="debug emacs +history sloppy +xft" RDEPEND=" emacs? ( virtual/emacs ) - history? ( sys-libs/readline ) + history? ( sys-libs/readline:= ) + xft? ( x11-libs/libXft ) virtual/perl-Pod-Parser x11-libs/libXinerama x11-libs/libXtst - xft? ( x11-libs/libXft ) " DEPEND=" ${RDEPEND} @@ -33,16 +32,14 @@ SITEFILE=50ratpoison-gentoo.el DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_prepare() { - epatch "${FILESDIR}/ratpoison.el-gentoo.patch" - eautoreconf + epatch "${FILESDIR}"/ratpoison.el-gentoo.patch } src_configure() { econf \ $(use_enable debug) \ $(use_enable history) \ - $(use_with xft) \ - --without-electric-fence + $(use_with xft) } src_compile() { diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild index 699bdec..1e4fa29 100644 --- a/x11-wm/ratpoison/ratpoison-9999.ebuild +++ b/x11-wm/ratpoison/ratpoison-9999.ebuild @@ -3,10 +3,9 @@ # $Id$ EAPI=5 - inherit autotools elisp-common eutils git-r3 toolchain-funcs -DESCRIPTION="an extremely light-weight and barebones wm modelled after screen" +DESCRIPTION="window manager without mouse dependency" HOMEPAGE="http://www.nongnu.org/ratpoison/" EGIT_REPO_URI="git://git.savannah.nongnu.org/ratpoison.git" @@ -17,11 +16,11 @@ IUSE="debug emacs +history sloppy +xft" RDEPEND=" emacs? ( virtual/emacs ) - history? ( sys-libs/readline ) + history? ( sys-libs/readline:= ) + xft? ( x11-libs/libXft ) virtual/perl-Pod-Parser x11-libs/libXinerama x11-libs/libXtst - xft? ( x11-libs/libXft ) " DEPEND=" ${RDEPEND} @@ -33,7 +32,7 @@ SITEFILE=50ratpoison-gentoo.el DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_prepare() { - epatch "${FILESDIR}/ratpoison.el-gentoo.patch" + epatch "${FILESDIR}"/ratpoison.el-gentoo.patch eautoreconf }