summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 23:00:24 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 23:00:24 +0000
commite88e784c4ee0bcab943bddbb4567efb82b5d2f75 (patch)
tree089ec2a740f334f9a11e213de4d8e788d312be4c /x11-misc/obconf
parentStable on alpha + ia64, bug 98394. (diff)
downloadhistorical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.gz
historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.bz2
historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.zip
QA: Removed default src_compile
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/obconf-1.5-r1.ebuild13
-rw-r--r--x11-misc/obconf/obconf-1.5.ebuild13
2 files changed, 6 insertions, 20 deletions
diff --git a/x11-misc/obconf/obconf-1.5-r1.ebuild b/x11-misc/obconf/obconf-1.5-r1.ebuild
index 2e47d38b5f29..921cfba9a446 100644
--- a/x11-misc/obconf/obconf-1.5-r1.ebuild
+++ b/x11-misc/obconf/obconf-1.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5-r1.ebuild,v 1.8 2004/12/06 01:41:48 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5-r1.ebuild,v 1.9 2005/07/11 22:51:40 swegener Exp $
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
SRC_URI="http://icculus.org/openbox/obconf/${P}.tar.gz"
@@ -15,13 +15,6 @@ DEPEND=">=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.0_beta4"
-
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}
diff --git a/x11-misc/obconf/obconf-1.5.ebuild b/x11-misc/obconf/obconf-1.5.ebuild
index 3a70ec29bc85..55e56e847de9 100644
--- a/x11-misc/obconf/obconf-1.5.ebuild
+++ b/x11-misc/obconf/obconf-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.6 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.7 2005/07/11 22:51:40 swegener Exp $
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
SRC_URI="http://icculus.org/openbox/obconf/${P}.tar.gz"
@@ -15,13 +15,6 @@ DEPEND=">=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.0_beta4"
-
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}