summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/gxmessage/gxmessage-2.0.11.ebuild4
-rw-r--r--x11-misc/gxmessage/gxmessage-2.4.4.ebuild10
-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/vnc2swf/vnc2swf-0.3.ebuild8
-rw-r--r--x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild4
-rw-r--r--x11-misc/xautomation/xautomation-0.93.ebuild9
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild9
11 files changed, 22 insertions, 61 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/gxmessage/gxmessage-2.0.11.ebuild b/x11-misc/gxmessage/gxmessage-2.0.11.ebuild
index 674e081ae001..8afa29a2d28d 100644
--- a/x11-misc/gxmessage/gxmessage-2.0.11.ebuild
+++ b/x11-misc/gxmessage/gxmessage-2.0.11.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/gxmessage/gxmessage-2.0.11.ebuild,v 1.4 2004/10/01 12:27:37 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.0.11.ebuild,v 1.5 2005/07/11 23:09:11 swegener Exp $
IUSE=""
@@ -16,7 +16,7 @@ DEPEND=">=x11-libs/gtk+-2.2"
RDEPEND="virtual/x11"
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ABOUT-NLS COPYING ChangeLog README INSTALL
diff --git a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild b/x11-misc/gxmessage/gxmessage-2.4.4.ebuild
index 39ab8ae9d17b..66cd06e1a59d 100644
--- a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild
+++ b/x11-misc/gxmessage/gxmessage-2.4.4.ebuild
@@ -1,7 +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/gxmessage/gxmessage-2.4.4.ebuild,v 1.3 2005/07/09 21:40:18 smithj Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.4.4.ebuild,v 1.4 2005/07/11 23:09:11 swegener Exp $
DESCRIPTION="A GTK2 based xmessage clone"
HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
@@ -16,13 +15,8 @@ DEPEND=">=x11-libs/gtk+-2.2
IUSE=""
-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 ABOUT-NLS COPYING ChangeLog README INSTALL
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/vnc2swf/vnc2swf-0.3.ebuild b/x11-misc/vnc2swf/vnc2swf-0.3.ebuild
index 2bf15037fcb6..fcf2a700f945 100644
--- a/x11-misc/vnc2swf/vnc2swf-0.3.ebuild
+++ b/x11-misc/vnc2swf/vnc2swf-0.3.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/vnc2swf/vnc2swf-0.3.ebuild,v 1.8 2005/02/06 18:05:16 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.3.ebuild,v 1.9 2005/07/11 23:07:15 swegener Exp $
SLOT="0"
DESCRIPTION="A tool for recording Shock wave Flash movies from vnc sessions"
@@ -13,13 +13,7 @@ DEPEND=">=media-libs/ming-0.2a
KEYWORDS="x86 ppc"
IUSE=""
-src_compile() {
- econf || die "Configure Failed"
- emake || die "Make Failed"
-}
-
src_install () {
- insinto /usr/bin
dobin vnc2swf || die "Install Failed"
dodoc README TODO
}
diff --git a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild
index 934462addad0..de042bff3484 100644
--- a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild
+++ b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.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/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.3 2005/06/20 00:15:41 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.4 2005/07/11 23:07:15 swegener Exp $
inherit eutils
@@ -22,7 +22,7 @@ DEPEND=">=media-libs/ming-0.2a
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -ie "s:docs:html:" README
sed -ie "s:-mouse ::" recordwin.sh
}
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
}