diff options
author | 2002-09-25 22:44:33 +0000 | |
---|---|---|
committer | 2002-09-25 22:44:33 +0000 | |
commit | 141eba2f71fceb75e4534f9c5f62fc568755e13e (patch) | |
tree | 35c374e008f7a6409820a39417e918130b556fb7 /x11-wm | |
parent | small fix (diff) | |
download | historical-141eba2f71fceb75e4534f9c5f62fc568755e13e.tar.gz historical-141eba2f71fceb75e4534f9c5f62fc568755e13e.tar.bz2 historical-141eba2f71fceb75e4534f9c5f62fc568755e13e.zip |
*** empty log message ***
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.1.1 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.1.1.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 70914ceafb8d..06d6930fb430 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,8 +1,15 @@ # ChangeLog for x11-wm/openbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.9 2002/09/05 04:34:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.10 2002/09/25 22:44:33 mkeadle Exp $ +*openbox-2.1.1 (25 Sep 2002) + 25 Sep 2002; Matt Keadle <mkeadle@gentoo.org> openbox-2.1.1.ebuild + files/digest-openbox-2.1.1 : + + version bump, placed in slot "1" as this is the stable version now, also + removed the -dev from the binary. Thanks for the ebuild Brad. New + fieron theme has been merged into commonbox-styles. *openbox-2.0.0-r2 (04 Sep 2002) diff --git a/x11-wm/openbox/files/digest-openbox-2.1.1 b/x11-wm/openbox/files/digest-openbox-2.1.1 new file mode 100644 index 000000000000..d09dcbefb2d6 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-2.1.1 @@ -0,0 +1 @@ +MD5 8bcafd6709fdb28b138b440f83dacd6d openbox-2.1.1.tar.gz 433275 diff --git a/x11-wm/openbox/openbox-2.1.1.ebuild b/x11-wm/openbox/openbox-2.1.1.ebuild new file mode 100644 index 000000000000..4bf2cd1bf2c3 --- /dev/null +++ b/x11-wm/openbox/openbox-2.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION="Window manager based on BlackBox" +SRC_URI="http://icculus.org/${PN}/releases/${P}.tar.gz" +HOMEPAGE="http://icculus.org/${PN}" + +SLOT="1" +LICENSE="BSD" +KEYWORDS="x86 sparc sparc64" + +MYBIN="${PN}" +mydoc="CHANGE* TODO LICENSE data/README*" +myconf="--enable-xinerama" +BOOTSTRAP="1" + +src_install() { + + commonbox_src_install +} |