diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | 74c67bc9b18224aa531a17e81da6a6c266e23aa3 (patch) | |
tree | 02a510fccee994ec771f87ca27b66e65171a7955 /x11-misc/Xautoconfig | |
parent | header fix (diff) | |
download | gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.gz gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.bz2 gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/Xautoconfig')
-rw-r--r-- | x11-misc/Xautoconfig/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/Xautoconfig/Manifest b/x11-misc/Xautoconfig/Manifest index 6101359374fb..e104b04b2539 100644 --- a/x11-misc/Xautoconfig/Manifest +++ b/x11-misc/Xautoconfig/Manifest @@ -1,5 +1,5 @@ MD5 f2f74b151398c17aa61daae549a6d05c ChangeLog 684 -MD5 e60b8e584c967638aeaaed1863f43672 Xautoconfig-0.15.ebuild 962 +MD5 5c6240ce12eb0a245560374e2af9d531 Xautoconfig-0.15.ebuild 962 MD5 797ef16ae1bc0e16d7168c3d5d8b18f2 files/XF4text.h 4624 MD5 cc30b84cdefa6ffdb4a1825bba413bf1 files/Xautoconfig-0.15.diff 2845 MD5 d2e645a38c207a626b6b6fb2c9835937 files/digest-Xautoconfig-0.15 67 diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index 2c0f6b5bca8b..569cb4572cde 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 # Author David Chamberlain <daybird@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.9 2003/02/13 17:05:19 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 # Author David Chamberlain <daybird@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.10 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xautoconfig is a PPC only config file generator for xfree86" @@ -15,7 +15,7 @@ DEPEND="sys-apps/pciutils" src_unpack() { if [ ${ARCH} != ppc ] - then + then die "This is a PPC-only package" fi @@ -32,7 +32,7 @@ src_compile() { } src_install() { - + dodir /usr/X11R6/ into /usr/X11R6/ dobin Xautoconfig4 |