summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 02:54:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 02:54:52 +0000
commitf6fff81ea38e6a99955880f2775e7c0057554fcb (patch)
treeaa74b334ffe4b4089e6b699080098f5c4e57bbba /sys-apps/hwsetup
parentAdded patch and myconf fix to fix bug #23767. (diff)
downloadhistorical-f6fff81ea38e6a99955880f2775e7c0057554fcb.tar.gz
historical-f6fff81ea38e6a99955880f2775e7c0057554fcb.tar.bz2
historical-f6fff81ea38e6a99955880f2775e7c0057554fcb.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"
-
}
-