summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/treewm/treewm-0.4.5.ebuild')
-rw-r--r--x11-wm/treewm/treewm-0.4.5.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-wm/treewm/treewm-0.4.5.ebuild b/x11-wm/treewm/treewm-0.4.5.ebuild
deleted file mode 100644
index 0351757d1ac3..000000000000
--- a/x11-wm/treewm/treewm-0.4.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="WindowManager that arranges the windows in a tree (not in a list)"
-SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
-HOMEPAGE="http://treewm.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-RDEPEND="x11-libs/libXau
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXxf86vm
- x11-libs/libXdmcp
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-misc/imake"
-
-src_unpack() {
- unpack ${A}
- # bug 251845
- epatch "${FILESDIR}/${P}-gcc43.patch"
- # bug 86453
- sed -i -e "s:malloc:Malloc:g" "${S}"/xprop/dsimple.c
-}
-
-src_compile() {
- emake PREFIX="/usr" ROOT="${D}" || die
-}
-
-src_install() {
- make PREFIX="/usr" ROOT="${D}" install || die
-
- # hack for Gentoo's doc policy:
- cd "${D}/usr/share/doc/treewm" && dodoc * && cd .. && rm -rf treewm || die
-}