summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2003-06-11 15:12:33 +0000
committerJason Wever <weeve@gentoo.org>2003-06-11 15:12:33 +0000
commit2bc981d3e398595c9f275baf81380cf1c5591ee6 (patch)
treeb797ffe1dd38c1bcbda407d1ce4081d83c56a758 /x11-wm/ratpoison
parentversion bump. (diff)
downloadhistorical-2bc981d3e398595c9f275baf81380cf1c5591ee6.tar.gz
historical-2bc981d3e398595c9f275baf81380cf1c5591ee6.tar.bz2
historical-2bc981d3e398595c9f275baf81380cf1c5591ee6.zip
version bump.
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r--x11-wm/ratpoison/Manifest4
-rw-r--r--x11-wm/ratpoison/files/digest-ratpoison-1.2.11
-rw-r--r--x11-wm/ratpoison/ratpoison-1.2.1.ebuild31
3 files changed, 34 insertions, 2 deletions
diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest
index 16607f476b66..97355947fc06 100644
--- a/x11-wm/ratpoison/Manifest
+++ b/x11-wm/ratpoison/Manifest
@@ -1,6 +1,6 @@
-MD5 5fa4fbe223c8a62c5160b243a43a2349 ChangeLog 1168
+MD5 57f571467a0325716c4080f08f184288 ChangeLog 1286
MD5 97a51366a012ad02923d7dd7dc28f02b ratpoison-1.1.1.ebuild 880
-MD5 97a51366a012ad02923d7dd7dc28f02b ratpoison-1.2.1.ebuild 880
+MD5 b6f405ad0d7b6d74a569aa7c922c2377 ratpoison-1.2.1.ebuild 879
MD5 824194e6a098216cc47885fbcba7e0c4 files/digest-ratpoison-1.1.1 67
MD5 a7dd337c32ae9d2fe627cf230b77965c files/ratpoisonrc 609
MD5 6a9de47bfbdffee19f3c1ba571fb3ca3 files/digest-ratpoison-1.2.1 67
diff --git a/x11-wm/ratpoison/files/digest-ratpoison-1.2.1 b/x11-wm/ratpoison/files/digest-ratpoison-1.2.1
new file mode 100644
index 000000000000..d02134ffe784
--- /dev/null
+++ b/x11-wm/ratpoison/files/digest-ratpoison-1.2.1
@@ -0,0 +1 @@
+MD5 65622aaee0e3e10e1f16c8bd8ea0b8ca ratpoison-1.2.1.tar.gz 271163
diff --git a/x11-wm/ratpoison/ratpoison-1.2.1.ebuild b/x11-wm/ratpoison/ratpoison-1.2.1.ebuild
new file mode 100644
index 000000000000..05c8513ce744
--- /dev/null
+++ b/x11-wm/ratpoison/ratpoison-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.2.1.ebuild,v 1.1 2003/06/11 15:12:27 weeve Exp $
+
+DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen."
+HOMEPAGE="http://ratpoison.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc ~ppc"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ econf
+ emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die "Failed to compile"
+}
+
+src_install() {
+ einstall
+
+ # handle docs/misc
+ dodoc INSTALL TODO README NEWS AUTHORS ChangeLog
+ docinto example
+ dodoc doc/ipaq.ratpoisonrc contrib/{genrpbindings,ratpoison.el,split.sh}
+ rm -Rf ${D}/usr/share/{doc/ratpoison,ratpoison}
+
+ insinto /etc
+ doins ${FILESDIR}/ratpoisonrc
+}