commit:     f52af207629d0fd48f56c6962cecd16546f0614e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 05:01:51 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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
 }
 

Reply via email to