diff options
author | Jason Wever <weeve@gentoo.org> | 2003-01-30 16:20:24 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-01-30 16:20:24 +0000 |
commit | 49c0475f0f547f24f0bf2d105ec04e5e2559b926 (patch) | |
tree | ac7c3023c6baeb9b7391c4d6f5639cefdda277d7 /x11-wm/ratpoison | |
parent | pinned gpgme (diff) | |
download | gentoo-2-49c0475f0f547f24f0bf2d105ec04e5e2559b926.tar.gz gentoo-2-49c0475f0f547f24f0bf2d105ec04e5e2559b926.tar.bz2 gentoo-2-49c0475f0f547f24f0bf2d105ec04e5e2559b926.zip |
Added in ratpoisonrc and fixed ratpoison-1.1.1.ebuild to use it correctly
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/ratpoisonrc | 22 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.1.1.ebuild | 4 |
3 files changed, 31 insertions, 3 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index aad918022e4d..d42c290e5baa 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for x11-wm/ratpoison # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.8 2003/01/26 23:39:58 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.9 2003/01/30 16:20:24 weeve Exp $ *ratpoison-1.1.1 (06 Jun 2002) + 30 Jan 2003; Jason Wever <weeve@gentoo.org> ratpoison-1.1.1.ebuild : + fixed doins like to actually install ratpoisonrc + + 30 Jan 2003; Jason Wever <weeve@gentoo.org files/ratpoisonrc : + Added ratpoisonrc as it was needed by the ebuild. + 26 Jan 2003; Jon Nall <nall@gentoo.org> ratpoison-1.1.1.ebuild : added ~ppc diff --git a/x11-wm/ratpoison/files/ratpoisonrc b/x11-wm/ratpoison/files/ratpoisonrc new file mode 100644 index 000000000000..41cffa186c80 --- /dev/null +++ b/x11-wm/ratpoison/files/ratpoisonrc @@ -0,0 +1,22 @@ +# This is a sample .ratpoisonrc file +# +# $Id: ratpoisonrc,v 1.1 2003/01/30 16:20:24 weeve Exp $ + +# Set the prefix key to that of screen's default +escape C-a + +# Gets rid of that ugly crosshairs default cursor +# and set the background to black +exec xsetroot -solid black -cursor_name left_ptr + +# Emulate screen by starting with a new xterm +exec xterm + +# Bind e to our favorite editor +# bind e exec emacs + +# bind s to interactively run a surfraw query on freshmeat +# bind s colon exec xterm -e freshmeat + +# bind b (`b' for browse) to interactively ask for an URL to open +# bind b colon exec mozilla http://www. diff --git a/x11-wm/ratpoison/ratpoison-1.1.1.ebuild b/x11-wm/ratpoison/ratpoison-1.1.1.ebuild index 025e4e1d76ae..2d66217a99dc 100644 --- a/x11-wm/ratpoison/ratpoison-1.1.1.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.1.1.ebuild,v 1.6 2003/01/26 23:39:58 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.1.1.ebuild,v 1.7 2003/01/30 16:20:24 weeve Exp $ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen." HOMEPAGE="http://ratpoison.sourceforge.net" @@ -27,5 +27,5 @@ src_install() { rm -Rf ${D}/usr/share/{doc/ratpoison,ratpoison} insinto /etc - doins ${FILESDIR}/ratpoisonrc ratpoisonrc + doins ${FILESDIR}/ratpoisonrc } |