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
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')
-rw-r--r--x11-misc/fluxconf/fluxconf-0.9.4.ebuild9
-rw-r--r--x11-misc/fluxconf/fluxconf-0.9.7.ebuild4
-rw-r--r--x11-misc/fluxconf/fluxconf-0.9.8.ebuild4
-rw-r--r--x11-misc/numlockx/numlockx-1.0.ebuild13
-rw-r--r--x11-misc/read-edid/read-edid-1.4.1.ebuild9
-rw-r--r--x11-misc/xautomation/xautomation-0.93.ebuild9
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild9
7 files changed, 15 insertions, 42 deletions
diff --git a/x11-misc/fluxconf/fluxconf-0.9.4.ebuild b/x11-misc/fluxconf/fluxconf-0.9.4.ebuild
index 76054450b837..f00113c5f22a 100644
--- a/x11-misc/fluxconf/fluxconf-0.9.4.ebuild
+++ b/x11-misc/fluxconf/fluxconf-0.9.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-misc/fluxconf/fluxconf-0.9.4.ebuild,v 1.7 2004/09/02 22:49:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.4.ebuild,v 1.8 2005/07/11 23:14:03 swegener Exp $
IUSE=""
@@ -14,14 +14,9 @@ KEYWORDS="x86 ppc ~sparc ~alpha"
DEPEND="=x11-libs/gtk+-1.2*"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
einstall || die
- rm ${D}/usr/bin/fluxkeys ${D}/usr/bin/fluxmenu
+ rm "${D}"/usr/bin/fluxkeys "${D}"/usr/bin/fluxmenu
dosym /usr/bin/fluxconf /usr/bin/fluxkeys
dosym /usr/bin/fluxconf /usr/bin/fluxmenu
diff --git a/x11-misc/fluxconf/fluxconf-0.9.7.ebuild b/x11-misc/fluxconf/fluxconf-0.9.7.ebuild
index a22a12c5e728..85d1237e8c4f 100644
--- a/x11-misc/fluxconf/fluxconf-0.9.7.ebuild
+++ b/x11-misc/fluxconf/fluxconf-0.9.7.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-misc/fluxconf/fluxconf-0.9.7.ebuild,v 1.10 2004/12/16 10:06:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.7.ebuild,v 1.11 2005/07/11 23:14:03 swegener Exp $
IUSE=""
@@ -16,7 +16,7 @@ DEPEND="=x11-libs/gtk+-1.2*"
src_install () {
einstall || die
- rm ${D}/usr/bin/fluxkeys ${D}/usr/bin/fluxmenu
+ rm "${D}"/usr/bin/fluxkeys "${D}"/usr/bin/fluxmenu
dosym /usr/bin/fluxconf /usr/bin/fluxkeys
dosym /usr/bin/fluxconf /usr/bin/fluxmenu
diff --git a/x11-misc/fluxconf/fluxconf-0.9.8.ebuild b/x11-misc/fluxconf/fluxconf-0.9.8.ebuild
index 7171acc1fbc8..f961c0d43308 100644
--- a/x11-misc/fluxconf/fluxconf-0.9.8.ebuild
+++ b/x11-misc/fluxconf/fluxconf-0.9.8.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/fluxconf/fluxconf-0.9.8.ebuild,v 1.5 2005/06/06 16:41:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.8.ebuild,v 1.6 2005/07/11 23:14:03 swegener Exp $
IUSE=""
@@ -16,7 +16,7 @@ DEPEND="=x11-libs/gtk+-1.2*"
src_install () {
einstall || die
- rm ${D}/usr/bin/fluxkeys ${D}/usr/bin/fluxmenu
+ rm "${D}"/usr/bin/fluxkeys "${D}"/usr/bin/fluxmenu
dosym /usr/bin/fluxconf /usr/bin/fluxkeys
dosym /usr/bin/fluxconf /usr/bin/fluxmenu
diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild
index 17b3ce3d4cac..ab521e9e6aee 100644
--- a/x11-misc/numlockx/numlockx-1.0.ebuild
+++ b/x11-misc/numlockx/numlockx-1.0.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/numlockx/numlockx-1.0.ebuild,v 1.17 2005/06/14 01:39:36 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.18 2005/07/11 23:12:32 swegener Exp $
DESCRIPTION="Turns on numlock in X"
HOMEPAGE="http://ktown.kde.org/~seli/numlockx/"
@@ -13,21 +13,14 @@ IUSE=""
DEPEND="virtual/x11"
-
-src_compile(){
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install(){
- into /usr
dobin numlockx
dodoc AUTHORS INSTALL LICENSE README
}
pkg_postinst(){
- einfo ""
+ einfo
einfo "add 'numlockx' to your X startup programs to have numlock turn on when X starts"
- einfo ""
+ einfo
}
diff --git a/x11-misc/read-edid/read-edid-1.4.1.ebuild b/x11-misc/read-edid/read-edid-1.4.1.ebuild
index 2a8fe29544ab..f801d04d2f6d 100644
--- a/x11-misc/read-edid/read-edid-1.4.1.ebuild
+++ b/x11-misc/read-edid/read-edid-1.4.1.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/read-edid/read-edid-1.4.1.ebuild,v 1.4 2005/01/10 06:51:19 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.1.ebuild,v 1.5 2005/07/11 23:11:00 swegener Exp $
DESCRIPTION="program that can get information from a pnp monitor."
HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html"
@@ -11,12 +11,7 @@ LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS COPYING ChangeLog LRMI NEWS README
}
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
}