summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2004-05-06 16:44:21 +0000
committerBrandon Hale <tseng@gentoo.org>2004-05-06 16:44:21 +0000
commit6f6b826f3578a65a9caebc2c03183e00707ca089 (patch)
tree59e830ca4c0328dc0321c1b5be8e56aa47ab3e8d /x11-wm/openbox/openbox-2.3.1.ebuild
parentRemove explicit S= and remove NLS from IUSE. (Manifest recommit) (diff)
downloadgentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.tar.gz
gentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.tar.bz2
gentoo-2-6f6b826f3578a65a9caebc2c03183e00707ca089.zip
Clear out old 2.x series.
Diffstat (limited to 'x11-wm/openbox/openbox-2.3.1.ebuild')
-rw-r--r--x11-wm/openbox/openbox-2.3.1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-wm/openbox/openbox-2.3.1.ebuild b/x11-wm/openbox/openbox-2.3.1.ebuild
deleted file mode 100644
index 869b9c502bc3..000000000000
--- a/x11-wm/openbox/openbox-2.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.3.1.ebuild,v 1.10 2004/04/27 17:24:10 pvdabeel Exp $
-
-IUSE="gnome kde nls xinerama"
-
-inherit commonbox eutils
-
-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 ppc ~sparc ~alpha"
-
-DEPEND="$DEPEND
- virtual/xft"
-
-mydoc="CHANGE* TODO LICENSE data/README*"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-epist.patch
- epatch ${FILESDIR}/${P}-nls-codeset.patch
- epatch ${FILESDIR}/${PN}-gcc.patch
-
-}
-
-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
-
-}