diff options
Diffstat (limited to 'x11-wm/treewm')
-rw-r--r-- | x11-wm/treewm/treewm-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/treewm/treewm-0.4.5.ebuild | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11-wm/treewm/treewm-0.4.4.ebuild b/x11-wm/treewm/treewm-0.4.4.ebuild index ece53319bcca..fe0f789564a7 100644 --- a/x11-wm/treewm/treewm-0.4.4.ebuild +++ b/x11-wm/treewm/treewm-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/treewm/treewm-0.4.4.ebuild,v 1.6 2004/07/15 01:16:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/treewm/treewm-0.4.4.ebuild,v 1.7 2005/07/13 15:20:13 swegener Exp $ DESCRIPTION="WindowManager that arranges the windows in a tree not a list" SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2" @@ -15,8 +15,6 @@ DEPEND="virtual/libc virtual/x11 sys-apps/chpax" - - src_compile() { make PREFIX=/usr || die } diff --git a/x11-wm/treewm/treewm-0.4.5.ebuild b/x11-wm/treewm/treewm-0.4.5.ebuild index e4d59514821f..7a856affd112 100644 --- a/x11-wm/treewm/treewm-0.4.5.ebuild +++ b/x11-wm/treewm/treewm-0.4.5.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/treewm/treewm-0.4.5.ebuild,v 1.7 2004/07/01 21:52:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/treewm/treewm-0.4.5.ebuild,v 1.8 2005/07/13 15:20:13 swegener Exp $ DESCRIPTION="WindowManager that arranges the windows in a tree (not in a list)" SRC_URI="mirror://sourceforge/treewm/${PN}-${PV}.tar.bz2" HOMEPAGE="http://treewm.sourceforge.net/" -S="${WORKDIR}/${PN}-${PV}" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" @@ -17,11 +16,6 @@ DEPEND="virtual/libc RDEPEND="virtual/libc virtual/x11" -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { emake PREFIX="/usr" ROOT="${D}" || die } |