diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-08-16 19:44:59 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-08-16 19:44:59 +0000 |
commit | dc36df7246674ecba5c1fda9f0b03d4e8842308e (patch) | |
tree | cbe4ee97c5382429386ffbfe9421ade6f43e7a36 /x11-wm/ratpoison | |
parent | Transfer prefix support from overlay: add prefix keywords, switch to EAPI-3, ... (diff) | |
download | gentoo-2-dc36df7246674ecba5c1fda9f0b03d4e8842308e.tar.gz gentoo-2-dc36df7246674ecba5c1fda9f0b03d4e8842308e.tar.bz2 gentoo-2-dc36df7246674ecba5c1fda9f0b03d4e8842308e.zip |
Transfer prefix keywords, bump to EAPI=3
(Portage version: v2.2_rc67-475-g06c7c90/cvs/Linux i686)
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.5.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index 554c9a0ce759..265361834805 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ratpoison # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.81 2010/06/12 13:48:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.82 2010/08/16 19:44:59 abcd Exp $ + + 16 Aug 2010; Jonathan Callen <abcd@gentoo.org> ratpoison-1.4.5.ebuild: + Transfer prefix keywords, bump to EAPI=3 12 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> ratpoison-1.4.5.ebuild, +files/ratpoison.desktop: diff --git a/x11-wm/ratpoison/ratpoison-1.4.5.ebuild b/x11-wm/ratpoison/ratpoison-1.4.5.ebuild index aa8a22bc954b..52e00acbdba7 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.5.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.7 2010/06/12 13:48:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.8 2010/08/16 19:44:59 abcd Exp $ -EAPI=2 +EAPI=3 inherit autotools elisp-common eutils @@ -12,7 +12,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="debug emacs +history +xft" DEPEND="x11-libs/libXinerama @@ -62,7 +62,7 @@ src_install() { dodoc contrib/{genrpbindings,split.sh} \ doc/{ipaq.ratpoisonrc,sample.ratpoisonrc} - rm -rf "${D}/usr/share/"{doc/ratpoison,ratpoison} + rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison} if use emacs; then elisp-install ${PN} contrib/ratpoison.* |