summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-06-11 15:55:54 +0000
committerJeroen Roovers <jer@gentoo.org>2013-06-11 15:55:54 +0000
commit950f7716e62e532628ddb7e70cca07aa70542323 (patch)
tree9165e8069345258c2dbba186db2dfad6f6425c2f /x11-wm
parentStable for x86, wrt bug #472986 (diff)
downloadgentoo-2-950f7716e62e532628ddb7e70cca07aa70542323.tar.gz
gentoo-2-950f7716e62e532628ddb7e70cca07aa70542323.tar.bz2
gentoo-2-950f7716e62e532628ddb7e70cca07aa70542323.zip
Old.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ratpoison/ChangeLog7
-rw-r--r--x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch14
-rw-r--r--x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch18
-rw-r--r--x11-wm/ratpoison/files/ratpoisonrc22
-rw-r--r--x11-wm/ratpoison/ratpoison-1.4.5.ebuild80
5 files changed, 6 insertions, 135 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog
index d54c33c9b3bd..06b8c58aa024 100644
--- a/x11-wm/ratpoison/ChangeLog
+++ b/x11-wm/ratpoison/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.90 2013/05/25 07:49:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.91 2013/06/11 15:55:54 jer Exp $
+
+ 11 Jun 2013; Jeroen Roovers <jer@gentoo.org>
+ -files/ratpoison-1.4.4-glibc210.patch, -files/ratpoison-1.4.5-asneeded.patch,
+ -files/ratpoisonrc, -ratpoison-1.4.5.ebuild:
+ Old.
25 May 2013; Agostino Sarubbo <ago@gentoo.org> ratpoison-1.4.6.ebuild:
Stable for sparc, wrt bug #469680
diff --git a/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch b/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch
deleted file mode 100644
index 5e9c527253e3..000000000000
--- a/x11-wm/ratpoison/files/ratpoison-1.4.4-glibc210.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -144,10 +144,10 @@
- AC_CHECK_HEADERS(unistd.h stdarg.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
-
- dnl Checks for library functions.
--AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
-+AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
-
- AC_TYPE_SIGNAL
-
- AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)
diff --git a/x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch b/x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch
deleted file mode 100644
index 4947778bfdd4..000000000000
--- a/x11-wm/ratpoison/files/ratpoison-1.4.5-asneeded.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Fixing as-needed issues
-
-http://bugs.gentoo.org/show_bug.cgi?id=310727
-
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -22,8 +22,9 @@
- bin_PROGRAMS = ratpoison
- MAINTAINERCLEANFILES = Makefile.in config.h.in
-
--AM_LDFLAGS=${X_LDFLAGS} ${X_LIBS} ${X_EXTRA_LIBS} ${XFT_LIBS} ${HISTORY_LIBS}
--AM_CPPFLAGS=${X_CFLAGS} ${XFT_CFLAGS}
-+ratpoison_LDFLAGS=${X_LDFLAGS}
-+ratpoison_LDADD=${X_LIBS} ${X_EXTRA_LIBS} ${XFT_LIBS} ${HISTORY_LIBS}
-+ratpoison_CFLAGS=${X_CFLAGS} ${XFT_CFLAGS}
-
- ratpoison_SOURCES = actions.c \
- actions.h \
diff --git a/x11-wm/ratpoison/files/ratpoisonrc b/x11-wm/ratpoison/files/ratpoisonrc
deleted file mode 100644
index 41cffa186c80..000000000000
--- a/x11-wm/ratpoison/files/ratpoisonrc
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.4.5.ebuild b/x11-wm/ratpoison/ratpoison-1.4.5.ebuild
deleted file mode 100644
index 5381956315ec..000000000000
--- a/x11-wm/ratpoison/ratpoison-1.4.5.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2013 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.9 2013/04/24 15:26:13 jer Exp $
-
-EAPI=3
-
-inherit autotools elisp-common eutils
-
-DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen"
-HOMEPAGE="http://www.nongnu.org/ratpoison/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="debug emacs +history +xft"
-
-DEPEND="x11-libs/libXinerama
- x11-libs/libXtst
- virtual/perl-PodParser
- emacs? ( virtual/emacs )
- history? ( sys-libs/readline )
- xft? ( x11-libs/libXft )"
-RDEPEND="${DEPEND}"
-
-SITEFILE=50ratpoison-gentoo.el
-
-src_prepare() {
- cd "${S}/contrib"
- epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
-
- cd "${S}"
- epatch "${FILESDIR}/${PN}-1.4.4-glibc210.patch" \
- "${FILESDIR}/${P}-asneeded.patch"
- sed -i configure.in -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use history || myconf="--disable-history"
- econf ${myconf} $(use_with xft) $(use_enable debug) || die "econf failed"
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
- if use emacs; then
- elisp-compile contrib/ratpoison.el || die "elisp-compile failed"
- fi
-}
-
-src_install() {
- einstall || die
-
- exeinto /etc/X11/Sessions
- newexe "${FILESDIR}"/ratpoison.xsession ratpoison || die
-
- insinto /usr/share/xsessions
- doins "${FILESDIR}"/${PN}.desktop || die
-
- dodoc INSTALL TODO README NEWS AUTHORS ChangeLog
- docinto example
- dodoc contrib/{genrpbindings,split.sh} \
- doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
-
- rm -rf "${ED}/usr/share/"{doc/ratpoison,ratpoison}
-
- if use emacs; then
- elisp-install ${PN} contrib/ratpoison.*
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}