diff options
author | Jason Wever <weeve@gentoo.org> | 2003-06-12 19:55:23 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-06-12 19:55:23 +0000 |
commit | 40dac51d5732cfa753bdb5daa98f511529de06a1 (patch) | |
tree | d40b9098e2ae233b47d0c7e4969fab2ddc7ea757 /x11-wm/ratpoison | |
parent | fix Header (diff) | |
download | historical-40dac51d5732cfa753bdb5daa98f511529de06a1.tar.gz historical-40dac51d5732cfa753bdb5daa98f511529de06a1.tar.bz2 historical-40dac51d5732cfa753bdb5daa98f511529de06a1.zip |
Another day, another version bump.
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/ratpoison/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/ratpoison/files/digest-ratpoison-1.2.2 | 1 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.2.2.ebuild | 31 |
4 files changed, 41 insertions, 2 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index 1e473ab0e329..25198e61649c 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/ratpoison # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.11 2003/06/11 15:12:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.12 2003/06/12 19:55:15 weeve Exp $ + +*ratpoison-1.2.2 (12 Jun 2003) + + 12 Jun 2003; Jason Wever <weeve@gentoo.org> ratpoison-1.2.2.ebuild: + Another day, another version bump. *ratpoison-1.2.1 (11 Jun 2003) diff --git a/x11-wm/ratpoison/Manifest b/x11-wm/ratpoison/Manifest index 97355947fc06..827b9b9e4b64 100644 --- a/x11-wm/ratpoison/Manifest +++ b/x11-wm/ratpoison/Manifest @@ -1,6 +1,8 @@ -MD5 57f571467a0325716c4080f08f184288 ChangeLog 1286 +MD5 3725352318c2ee25c53f1a20b9c51de6 ChangeLog 1426 MD5 97a51366a012ad02923d7dd7dc28f02b ratpoison-1.1.1.ebuild 880 MD5 b6f405ad0d7b6d74a569aa7c922c2377 ratpoison-1.2.1.ebuild 879 +MD5 29fb70075fe1415e0cac40736c8d3cb1 ratpoison-1.2.2.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 +MD5 7c03ae06718549d84c38d181a7192156 files/digest-ratpoison-1.2.2 67 diff --git a/x11-wm/ratpoison/files/digest-ratpoison-1.2.2 b/x11-wm/ratpoison/files/digest-ratpoison-1.2.2 new file mode 100644 index 000000000000..147d0a731207 --- /dev/null +++ b/x11-wm/ratpoison/files/digest-ratpoison-1.2.2 @@ -0,0 +1 @@ +MD5 7cc7a1149554b2f76e4c52d5c3592b74 ratpoison-1.2.2.tar.gz 271298 diff --git a/x11-wm/ratpoison/ratpoison-1.2.2.ebuild b/x11-wm/ratpoison/ratpoison-1.2.2.ebuild new file mode 100644 index 000000000000..ff8b00004825 --- /dev/null +++ b/x11-wm/ratpoison/ratpoison-1.2.2.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.2.ebuild,v 1.1 2003/06/12 19:55:15 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 +} |