From 862a668cff7fee5560513dd80e5708d5a27cf82c Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 30 Nov 2002 02:40:39 +0000
Subject: Changed src_install () to src_install()

---
 app-admin/sysstat/sysstat-3.3.6-r1.ebuild                |  9 +++------
 .../va-systemimager-client-1.4.0.ebuild                  |  7 +++----
 .../va-systemimager-server-1.4.0.ebuild                  |  6 ++----
 app-admin/watchdog/watchdog-5.2.ebuild                   | 16 +++++-----------
 4 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/app-admin/sysstat/sysstat-3.3.6-r1.ebuild b/app-admin/sysstat/sysstat-3.3.6-r1.ebuild
index c9d89fdee6cd..677e9771dc41 100644
--- a/app-admin/sysstat/sysstat-3.3.6-r1.ebuild
+++ b/app-admin/sysstat/sysstat-3.3.6-r1.ebuild
@@ -1,10 +1,7 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-3.3.6-r1.ebuild,v 1.9 2002/10/05 05:39:05 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-3.3.6-r1.ebuild,v 1.10 2002/11/30 02:36:12 vapier Exp $
 
-IUSE="nls"
-
-S=${WORKDIR}/${P}
 DESCRIPTION="System performance tools for Linux"
 SRC_URI="http://www.ibiblio.org/pub/Linux/system/status/${P}.tar.gz"
 HOMEPAGE="http://perso.wanadoo.fr/sebastien.godard/"
@@ -12,6 +9,7 @@ HOMEPAGE="http://perso.wanadoo.fr/sebastien.godard/"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="x86 ppc sparc sparc64"
+IUSE="nls"
 
 DEPEND="virtual/glibc"
 RDEPEND="nls? ( sys-devel/gettext )"
@@ -28,10 +26,9 @@ src_compile() {
 	cp build/CONFIG build/CONFIG.orig
 	use nls || sed 's/\(ENABLE_NLS\ =\ \)y/\1n/g' build/CONFIG.orig > build/CONFIG
 	make PREFIX=/usr || die
-
 }
 
-src_install () {
+src_install() {
 	dodir /usr/bin
 	dodir /usr/share/man/man{1,8}
 	dodir /var/log/sa
diff --git a/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild b/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild
index 266710a9c128..1760b8485615 100644
--- a/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild
+++ b/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild
@@ -1,16 +1,15 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild,v 1.9 2002/10/18 20:46:41 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/va-systemimager-client/va-systemimager-client-1.4.0.ebuild,v 1.10 2002/11/30 02:36:58 vapier Exp $
 
-S=${WORKDIR}/${P}
 DESCRIPTION="VA SystemImager software automates the installation of Linux to masses of similar machines."
 SRC_URI="mirror://sourceforge/systemimager/${P}.tar.bz2"
-HOMEPAGE="http://systemimager.org"
+HOMEPAGE="http://systemimager.org/"
 
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="x86 sparc sparc64"
 
-src_install () {
+src_install() {
 	DESTDIR=${D} ./installclient --quiet || die
 }
diff --git a/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild b/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild
index f63abd423821..4959e2d5d900 100644
--- a/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild
+++ b/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild,v 1.9 2002/10/18 20:46:41 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/va-systemimager-server/va-systemimager-server-1.4.0.ebuild,v 1.10 2002/11/30 02:38:50 vapier Exp $
 
-S=${WORKDIR}/${P}
 DESCRIPTION="VA SystemImager software automates the installation of Linux to masses of similar machines."
 SRC_URI="mirror://sourceforge/systemimager/${P}.tar.bz2"
 HOMEPAGE="http://systemimager.org"
@@ -11,8 +10,7 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="x86 sparc sparc64"
 
-src_install () {
-
+src_install() {
 	DESTDIR=${D} ./install --no-afterburner --quiet || die
 	insinto /etc/rsync
 	newins ${FILESDIR}/${P}-rsyncd.conf rsyncd.conf
diff --git a/app-admin/watchdog/watchdog-5.2.ebuild b/app-admin/watchdog/watchdog-5.2.ebuild
index 6db3cbaec830..ed940e059d2c 100644
--- a/app-admin/watchdog/watchdog-5.2.ebuild
+++ b/app-admin/watchdog/watchdog-5.2.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/watchdog-5.2.ebuild,v 1.10 2002/10/29 16:48:49 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/watchdog-5.2.ebuild,v 1.11 2002/11/30 02:40:39 vapier Exp $
 
-S="${WORKDIR}/${P}"
 DESCRIPTION="A software watchdog."
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/"
 SRC_URI="http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz"
@@ -13,24 +12,19 @@ KEYWORDS="x86 -ppc"
 DEPEND="virtual/glibc"
 
 src_unpack() {
-
-	unpack ${A}
-	cd ${S}
+	unpack ${A} ; cd ${S}
 	patch -p1 < ${FILESDIR}/sundries.diff || die "patch failed"
-
 }
 
 src_compile() {
 	# Two configure switches have been added to use /etc/watchdog
 	econf \
 		--sysconfdir=/etc/watchdog \
-		--with-configfile=/etc/watchdog/watchdog.conf \
-		|| die "./configure failed"
-
+		--with-configfile=/etc/watchdog/watchdog.conf
 	emake || die
 }
 
-src_install () {
+src_install() {
 	dodir /etc/watchdog
 	make DESTDIR="${D}" install || die
 
@@ -38,7 +32,7 @@ src_install () {
 	doexe "${FILESDIR}/${PVR}/watchdog"
 }
 
-pkg_postinst () {
+pkg_postinst() {
 	einfo
 	einfo "To enable the start-up script run \"rc-update add watchdog boot\"."
 	einfo
-- 
cgit v1.2.3-65-gdbad