summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fluxbox/fluxbox-0.9.0.ebuild')
-rw-r--r--x11-wm/fluxbox/fluxbox-0.9.0.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-wm/fluxbox/fluxbox-0.9.0.ebuild b/x11-wm/fluxbox/fluxbox-0.9.0.ebuild
deleted file mode 100644
index e20f63fe7492..000000000000
--- a/x11-wm/fluxbox/fluxbox-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.0.ebuild,v 1.5 2003/09/24 10:42:13 weeve Exp $
-
-IUSE="gnome kde nls xinerama truetype"
-
-inherit commonbox flag-o-matic eutils
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Windows manager based on Blackbox and pwm - Development Build."
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://fluxbox.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
-
-mydoc="ChangeLog COPYING NEWS"
-#if pkg-config xft
-#then
-# CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2"
-#fi
-filter-flags -fnoexceptions
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
-
-}
-
-src_compile() {
- commonbox_src_compile
-
- cd data make \
- pkgdatadir=/usr/share/commonbox init
-}
-
-src_install() {
-
- commonbox_src_install
- cd data
- insinto /usr/share/commonbox
- doins init keys
- rmdir ${D}/usr/share/commonbox/fluxbox
- rm -f ${D}/usr/bin/fluxbox-generate_menu
-}