From db9bba870b278841033837dc9e7a8ad986fc8963 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 5 Sep 2002 04:34:53 +0000 Subject: commonbox stuff fixed -- menu in /usr/share/commonbox/menu now, and nls stuff in /usr/share/locale; also sh-utils has a new patch --- x11-wm/openbox/ChangeLog | 12 +++++++++-- x11-wm/openbox/files/digest-openbox-2.0.0-r1 | 1 - x11-wm/openbox/files/digest-openbox-2.0.0-r2 | 1 + x11-wm/openbox/openbox-2.0.0-r1.ebuild | 31 ---------------------------- x11-wm/openbox/openbox-2.0.0-r2.ebuild | 31 ++++++++++++++++++++++++++++ 5 files changed, 42 insertions(+), 34 deletions(-) delete mode 100644 x11-wm/openbox/files/digest-openbox-2.0.0-r1 create mode 100644 x11-wm/openbox/files/digest-openbox-2.0.0-r2 delete mode 100644 x11-wm/openbox/openbox-2.0.0-r1.ebuild create mode 100644 x11-wm/openbox/openbox-2.0.0-r2.ebuild (limited to 'x11-wm/openbox') diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index c04ed6043865..70914ceafb8d 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,8 +1,16 @@ # 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.8 2002/09/04 12:18:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.9 2002/09/05 04:34:53 seemant Exp $ -*openbox-2.0.0 (04 Sep 2002) + + +*openbox-2.0.0-r2 (04 Sep 2002) + + 04 Sep 2002; Seemant Kulleen openbox-2.0.0-r2.ebuild + files/digest-openbox-2.0.0-r2 : + + menu is now again in /usr/share/commonbox/menu and nls stuff in + /usr/share/locale. 04 Sep 2002; Seemant Kulleen openbox-2.0.0-r1.ebuild files/digest-openbox-2.0.0-r1 : diff --git a/x11-wm/openbox/files/digest-openbox-2.0.0-r1 b/x11-wm/openbox/files/digest-openbox-2.0.0-r1 deleted file mode 100644 index 58aeeaa5b884..000000000000 --- a/x11-wm/openbox/files/digest-openbox-2.0.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 67df5c943f5a06a57190c74baba731f4 openbox-2.0.0.tar.gz 371229 diff --git a/x11-wm/openbox/files/digest-openbox-2.0.0-r2 b/x11-wm/openbox/files/digest-openbox-2.0.0-r2 new file mode 100644 index 000000000000..58aeeaa5b884 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-2.0.0-r2 @@ -0,0 +1 @@ +MD5 67df5c943f5a06a57190c74baba731f4 openbox-2.0.0.tar.gz 371229 diff --git a/x11-wm/openbox/openbox-2.0.0-r1.ebuild b/x11-wm/openbox/openbox-2.0.0-r1.ebuild deleted file mode 100644 index 463f79c0d464..000000000000 --- a/x11-wm/openbox/openbox-2.0.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.0.0-r1.ebuild,v 1.1 2002/09/04 12:18:43 seemant Exp $ - -inherit commonbox - -S=${WORKDIR}/${P} -DESCRIPTION="Window manager based on BlackBox" -SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz" -HOMEPAGE="http://openbox.sunsite.dk" - -SLOT="2" -LICENSE="BSD" -KEYWORDS="x86 sparc sparc64" - -MYBIN="${PN}-dev" -mydoc="CHANGE* TODO LICENSE data/README*" -myconf="--enable-xinerama" - -src_compile() { - - ./bootstrap - - BOOTSTRAP="1" - commonbox_src_compile -} - -src_install() { - - commonbox_src_install -} diff --git a/x11-wm/openbox/openbox-2.0.0-r2.ebuild b/x11-wm/openbox/openbox-2.0.0-r2.ebuild new file mode 100644 index 000000000000..63d094fa2ea0 --- /dev/null +++ b/x11-wm/openbox/openbox-2.0.0-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.0.0-r2.ebuild,v 1.1 2002/09/05 04:34:53 seemant Exp $ + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION="Window manager based on BlackBox" +SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz" +HOMEPAGE="http://openbox.sunsite.dk" + +SLOT="2" +LICENSE="BSD" +KEYWORDS="x86 sparc sparc64" + +MYBIN="${PN}-dev" +mydoc="CHANGE* TODO LICENSE data/README*" +myconf="--enable-xinerama" + +src_compile() { + + ./bootstrap + + BOOTSTRAP="1" + commonbox_src_compile +} + +src_install() { + + commonbox_src_install +} -- cgit v1.2.3-65-gdbad