diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-01-02 20:54:54 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-01-02 20:54:54 +0000 |
commit | e273e45c342346c93b9a73a7814c9e98249d96e8 (patch) | |
tree | 54c3e55f4aeef6d8e7e327a773aabb6bad1cd67f /x11-wm | |
parent | version bump, removed old ebuilds (diff) | |
download | gentoo-2-e273e45c342346c93b9a73a7814c9e98249d96e8.tar.gz gentoo-2-e273e45c342346c93b9a73a7814c9e98249d96e8.tar.bz2 gentoo-2-e273e45c342346c93b9a73a7814c9e98249d96e8.zip |
Bump to latest version. 2.2.x series is now officially stable.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 11 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.2.3 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.2.3.ebuild | 36 |
3 files changed, 47 insertions, 1 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 4eae6091871c..25fa049feb3d 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +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.25 2002/12/13 11:01:05 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.26 2003/01/02 20:54:54 mkeadle Exp $ + +*openbox-2.2.3 (02 Jan 2003) + + 02 Jan 2003; Matt Keadle <mkeadle@gentoo.org> openbox-2.2.3.ebuild + files/digest-openbox-2.2.3 + + Bump to latest version. 2.2.3 takes the 2.2.x series out of testing + to make room for the 3.x branch. This release has officially been + declared stable, and has been moved into unmasked x86 territory. *openbox-2.1.3-r4 (10 Dec 2002) diff --git a/x11-wm/openbox/files/digest-openbox-2.2.3 b/x11-wm/openbox/files/digest-openbox-2.2.3 new file mode 100644 index 000000000000..1ad1dc74eaf2 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-2.2.3 @@ -0,0 +1 @@ +MD5 e0d9510d187f3edb76038c87a93afed7 openbox-2.2.3.tar.gz 484100 diff --git a/x11-wm/openbox/openbox-2.2.3.ebuild b/x11-wm/openbox/openbox-2.2.3.ebuild new file mode 100644 index 000000000000..573fae75a670 --- /dev/null +++ b/x11-wm/openbox/openbox-2.2.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.2.3.ebuild,v 1.1 2003/01/02 20:54:54 mkeadle Exp $ + +IUSE="nls" + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION=" Openbox is a window manager with an enhanced Blackbox style-engine that supports the KDE and GNOME2 desktop environments and their applications. It provides a familiar environment to Blackbox users with added customizability." +SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" +HOMEPAGE="http://icculus.org/openbox/" + +SLOT="2" +LICENSE="BSD" +KEYWORDS="x86" + +DEPEND="x11-libs/xft" + +mydoc="CHANGE* TODO LICENSE data/README*" +myconf="--enable-xinerama" + +src_install() { + + commonbox_src_install + + rm -f ${D}/usr/share/man/man1/xftlsfonts* + mv ${D}/usr/share/commonbox/openbox/epistrc \ + ${D}/usr/share/commonbox/epistrc.default + rmdir ${D}/usr/share/commonbox/${PN} + rmdir ${D}/usr/share/commonbox/${MYBIN} + + insinto /usr/share/commonbox/buttons + doins ${S}/data/buttons/*.xbm + +} |