diff options
Diffstat (limited to 'x11-wm/openbox/openbox-2.1.3-r3.ebuild')
-rw-r--r-- | x11-wm/openbox/openbox-2.1.3-r3.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-wm/openbox/openbox-2.1.3-r3.ebuild b/x11-wm/openbox/openbox-2.1.3-r3.ebuild deleted file mode 100644 index 9052db6ed8d2..000000000000 --- a/x11-wm/openbox/openbox-2.1.3-r3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $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 " - -DEPEND="=sys-apps/sed-4*" - -MYBIN="${PN}" -mydoc="CHANGE* TODO LICENSE data/README*" -myconf="--enable-xinerama" -BOOTSTRAP="1" - -src_install() { - - commonbox_src_install - - mv ${D}/usr/share/commonbox/openbox/epistrc \ - ${D}/usr/share/commonbox/epistrc.default - rmdir ${D}/usr/share/commonbox/openbox -} |