diff options
author | Jason Wever <weeve@gentoo.org> | 2003-10-14 23:24:23 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-10-14 23:24:23 +0000 |
commit | 9985f29c4240363a651c9449a59809432e84e4c3 (patch) | |
tree | 45af6964c7117c317e5b2d56292d3a94aceeae9b /x11-wm | |
parent | Version bump, thanks to Björn Lindström <bkhl@elektrubadur.se> for the ebui... (diff) | |
download | historical-9985f29c4240363a651c9449a59809432e84e4c3.tar.gz historical-9985f29c4240363a651c9449a59809432e84e4c3.tar.bz2 historical-9985f29c4240363a651c9449a59809432e84e4c3.zip |
Version bump, thanks to Björn Lindström <bkhl@elektrubadur.se> for the ebuild. Closes bug #31133.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/digest-ratpoison-1.3.0_beta3 | 1 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild | 32 |
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest index fdebf510a5cd..4b42a08902b6 100644 --- a/x11-wm/ratpoison/Manifest +++ b/x11-wm/ratpoison/Manifest @@ -1,9 +1,9 @@ -MD5 4a188026999068ed8cade279bd6ffd40 ChangeLog 1508 +MD5 e2d835fb4a2dc5fd52fcee34a5b9e4f0 ChangeLog 1725 MD5 0dc401dca3401344d482d660aedf9b3b metadata.xml 829 MD5 65dfeece429e075523a2c1ff839566ee ratpoison-1.1.1.ebuild 879 MD5 ed0f26e7e30336b6db98115baace2221 ratpoison-1.2.1.ebuild 879 MD5 bacff13c96e8a7d4b60a0ecc0561904c ratpoison-1.2.2.ebuild 879 -MD5 ac126a2abd1b979ea60461a1a825a81d ratpoison-1.3.0_beta3.ebuild 764 +MD5 19711b7c40e41d639acb3655426ee612 ratpoison-1.3.0_beta3.ebuild 871 MD5 824194e6a098216cc47885fbcba7e0c4 files/digest-ratpoison-1.1.1 67 MD5 6a9de47bfbdffee19f3c1ba571fb3ca3 files/digest-ratpoison-1.2.1 67 MD5 7c03ae06718549d84c38d181a7192156 files/digest-ratpoison-1.2.2 67 diff --git a/x11-wm/ratpoison/files/digest-ratpoison-1.3.0_beta3 b/x11-wm/ratpoison/files/digest-ratpoison-1.3.0_beta3 new file mode 100644 index 000000000000..e24cb490d391 --- /dev/null +++ b/x11-wm/ratpoison/files/digest-ratpoison-1.3.0_beta3 @@ -0,0 +1 @@ +MD5 f196e6b06da08391411fbd1899688bb6 ratpoison-1.3.0-beta3.tar.gz 290663 diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild new file mode 100644 index 000000000000..a59f3a85458d --- /dev/null +++ b/x11-wm/ratpoison/ratpoison-1.3.0_beta3.ebuild @@ -0,0 +1,32 @@ +# 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.3.0_beta3.ebuild,v 1.1 2003/10/14 23:24:20 weeve Exp $ + +DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen" +HOMEPAGE="http://ratpoison.sourceforge.net/" +LICENSE="GPL-2" + +PV=`echo ${PV} | sed 's/_/-/'` +P="${PN}-${PV}" + +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" +S=${WORKDIR}/${P} + +src_compile() { + econf + emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die +} + +src_install() { + einstall + + dodoc INSTALL TODO README NEWS AUTHORS ChangeLog + docinto example + dodoc contrib/{genrpbindings,ratpoison.el,split.sh} doc/{ipaq.ratpoisonrc,sample.ratpoisonrc} + + rm -rf $D/usr/share/{doc/ratpoison,ratpoison} +} |