summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 23:15:14 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 23:15:14 +0000
commitc0d8990255292984672e1cf67823e8142ab5ccb9 (patch)
tree3d0665a12f7c2fa8a6401cffd958a1500393d938 /x11-misc/xautomation
parentstable on mips (diff)
downloadgentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.tar.gz
gentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.tar.bz2
gentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.zip
QA: Removed default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xautomation')
-rw-r--r--x11-misc/xautomation/xautomation-0.93.ebuild9
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild9
2 files changed, 4 insertions, 14 deletions
diff --git a/x11-misc/xautomation/xautomation-0.93.ebuild b/x11-misc/xautomation/xautomation-0.93.ebuild
index 5bdc71bfffb9..ed3925e86f74 100644
--- a/x11-misc/xautomation/xautomation-0.93.ebuild
+++ b/x11-misc/xautomation/xautomation-0.93.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.93.ebuild,v 1.7 2005/06/30 06:22:48 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.93.ebuild,v 1.8 2005/07/11 23:15:14 swegener Exp $
DESCRIPTION="Control X from command line and find things on screen"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
@@ -12,12 +12,7 @@ KEYWORDS="alpha ia64 ~ppc x86"
IUSE=""
DEPEND=""
-src_compile() {
- econf || die 'econf failed'
- emake || die 'emake failed'
-}
-
src_install() {
- make DESTDIR=${D} install || die 'make install failed'
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog
}
diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild
index 2fc71075a337..9f23ab5a7eae 100644
--- a/x11-misc/xautomation/xautomation-0.96.ebuild
+++ b/x11-misc/xautomation/xautomation-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.3 2005/07/02 18:06:18 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.4 2005/07/11 23:15:14 swegener Exp $
DESCRIPTION="Control X from command line and find things on screen"
HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
@@ -12,12 +12,7 @@ KEYWORDS="alpha ~ia64 ~ppc x86"
IUSE=""
DEPEND=""
-src_compile() {
- econf || die 'econf failed'
- emake || die 'emake failed'
-}
-
src_install() {
- make DESTDIR=${D} install || die 'make install failed'
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog
}