diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | b2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch) | |
tree | db85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/xaos | |
parent | header fix (diff) | |
download | historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2 historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/xaos')
-rw-r--r-- | x11-misc/xaos/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.1_pre5.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-misc/xaos/Manifest b/x11-misc/xaos/Manifest index cf2d2198bc31..1ea14b0e2b4b 100644 --- a/x11-misc/xaos/Manifest +++ b/x11-misc/xaos/Manifest @@ -1,5 +1,5 @@ MD5 ad32d9433a7ad7026521c629c1b07bd4 ChangeLog 868 -MD5 1fb0754cd3eba39b650c2e81358ed44d xaos-3.1.ebuild 1671 -MD5 6a526603517c0f5fb9726ee1e744e02e xaos-3.1_pre5.ebuild 1582 -MD5 f15bb8d89c74bd6168e7e67b16b789d4 files/digest-xaos-3.1 61 +MD5 025c2b038cb919f2d9124e1b39ed8000 xaos-3.1_pre5.ebuild 1581 +MD5 16a941a21f348b49cc7829248032d6c8 xaos-3.1.ebuild 1669 MD5 94464bc3f5d2a609e7c9df60b40e022f files/digest-xaos-3.1_pre5 65 +MD5 f15bb8d89c74bd6168e7e67b16b789d4 files/digest-xaos-3.1 61 diff --git a/x11-misc/xaos/xaos-3.1.ebuild b/x11-misc/xaos/xaos-3.1.ebuild index 728019c97378..a6039025f287 100644 --- a/x11-misc/xaos/xaos-3.1.ebuild +++ b/x11-misc/xaos/xaos-3.1.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/x11-misc/xaos/xaos-3.1.ebuild,v 1.2 2003/07/16 21:32:00 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $ IUSE="X svga aalib ggi" @@ -30,7 +30,7 @@ src_compile() { use X || myconf="--with-x11-driver=no" # use dga || myconf="${myconf} --with-dga-driver=no" # ggi support removed due to upstream bug - #use ggi || + #use ggi || myconf="${myconf} --with-ggi-driver=no" use svga || myconf="${myconf} --with-svga-driver=no" # use aalib || myconf="${myconf} --with-aa-driver=no" @@ -50,7 +50,7 @@ src_install() { prefix=${D}/usr \ infodir=${D}/usr/share/info \ mandir=${D}/usr/share/man \ - LOCALEDIR=${D}/usr/share/locale \ + LOCALEDIR=${D}/usr/share/locale \ install || die use nls || rm -r ${D}/usr/share/locale diff --git a/x11-misc/xaos/xaos-3.1_pre5.ebuild b/x11-misc/xaos/xaos-3.1_pre5.ebuild index 020291e8a0a7..5e51ee9cdb98 100644 --- a/x11-misc/xaos/xaos-3.1_pre5.ebuild +++ b/x11-misc/xaos/xaos-3.1_pre5.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/x11-misc/xaos/xaos-3.1_pre5.ebuild,v 1.5 2003/07/16 21:32:01 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1_pre5.ebuild,v 1.6 2003/09/05 23:18:18 msterret Exp $ IUSE="X svga aalib" @@ -49,7 +49,7 @@ src_install() { prefix=${D}/usr \ infodir=${D}/usr/share/info \ mandir=${D}/usr/share/man \ - LOCALEDIR=${D}/usr/share/locale \ + LOCALEDIR=${D}/usr/share/locale \ install || die use nls || rm -r ${D}/usr/share/locale |