summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-15 21:15:32 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-15 21:15:32 +0000
commit6cd9a1649de2f14b3b745c1edfb9ec74d2097304 (patch)
treee266ef1870e176a70a92409d5334a2da27ae8b91 /x11-wm/openbox/openbox-2.1.3-r3.ebuild
parentbugfix (diff)
downloadgentoo-2-6cd9a1649de2f14b3b745c1edfb9ec74d2097304.tar.gz
gentoo-2-6cd9a1649de2f14b3b745c1edfb9ec74d2097304.tar.bz2
gentoo-2-6cd9a1649de2f14b3b745c1edfb9ec74d2097304.zip
cleanup
Diffstat (limited to 'x11-wm/openbox/openbox-2.1.3-r3.ebuild')
-rw-r--r--x11-wm/openbox/openbox-2.1.3-r3.ebuild30
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
-}