summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 02:54:52 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 02:54:52 +0000
commit5af5ace0bb7327b3850dc7a7f2e7b0af264ebd7e (patch)
treeb10ceaa7516a4ae3186d5c66ec1aa06483ed9747 /sys-apps/hwsetup
parentrepoman: header fix (diff)
downloadgentoo-2-5af5ace0bb7327b3850dc7a7f2e7b0af264ebd7e.tar.gz
gentoo-2-5af5ace0bb7327b3850dc7a7f2e7b0af264ebd7e.tar.bz2
gentoo-2-5af5ace0bb7327b3850dc7a7f2e7b0af264ebd7e.zip
whitespace cleanup
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r--sys-apps/hwsetup/Manifest2
-rw-r--r--sys-apps/hwsetup/hwsetup-1.0.ebuild9
2 files changed, 4 insertions, 7 deletions
diff --git a/sys-apps/hwsetup/Manifest b/sys-apps/hwsetup/Manifest
index 976cd4ec889b..010598c7bf9c 100644
--- a/sys-apps/hwsetup/Manifest
+++ b/sys-apps/hwsetup/Manifest
@@ -1,3 +1,3 @@
MD5 cea0104740ef4d5fb4b3850c775f7507 ChangeLog 403
-MD5 1790359d890251b230d5fd549b56ea75 hwsetup-1.0.ebuild 661
+MD5 fd9501e512616c24ad4a9a2fa384ad3c hwsetup-1.0.ebuild 656
MD5 18324d6193e384c0a380ffb3901509dd files/digest-hwsetup-1.0 63
diff --git a/sys-apps/hwsetup/hwsetup-1.0.ebuild b/sys-apps/hwsetup/hwsetup-1.0.ebuild
index f47212110596..a39fd701b46a 100644
--- a/sys-apps/hwsetup/hwsetup-1.0.ebuild
+++ b/sys-apps/hwsetup/hwsetup-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.7 2003/08/13 23:32:37 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.8 2003/09/07 02:54:50 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Hardware setup program"
@@ -13,18 +13,15 @@ LICENSE="GPL-2"
DEPEND="<=sys-apps/kudzu-1.0"
RDEPEND="virtual/glibc"
+
src_unpack() {
- unpack ${A}
+ unpack ${A}
}
-
src_compile() {
-
emake || die
}
src_install() {
einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
-
}
-