summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-13 15:24:04 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-13 15:24:04 +0000
commit55d9cf3edd7c5ed71aa8d5c0a06000dfb0e0a3c0 (patch)
tree3bdb253be2cf8909d4fcad237c0fb2ea769f46f6 /x11-wm/treewm
parentNew version: 2.10.0. Cleaning old ebuilds/patches. (diff)
downloadgentoo-2-55d9cf3edd7c5ed71aa8d5c0a06000dfb0e0a3c0.tar.gz
gentoo-2-55d9cf3edd7c5ed71aa8d5c0a06000dfb0e0a3c0.tar.bz2
gentoo-2-55d9cf3edd7c5ed71aa8d5c0a06000dfb0e0a3c0.zip
QA: Don't assign default to S.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-wm/treewm')
-rw-r--r--x11-wm/treewm/treewm-0.4.4.ebuild4
-rw-r--r--x11-wm/treewm/treewm-0.4.5.ebuild8
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
}