diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:23:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:23:33 +0000 |
commit | abba7c83097be93d33b5bf27d8934339f94fe430 (patch) | |
tree | c4d346feb4f46bda7e1f215f3f9804096a9d78a6 /media-gfx/xli | |
parent | Fix bad extraversion, may need more tweaking (diff) | |
download | gentoo-2-abba7c83097be93d33b5bf27d8934339f94fe430.tar.gz gentoo-2-abba7c83097be93d33b5bf27d8934339f94fe430.tar.bz2 gentoo-2-abba7c83097be93d33b5bf27d8934339f94fe430.zip |
repoman: Trim trailing whitespace; Header fix
Diffstat (limited to 'media-gfx/xli')
-rw-r--r-- | media-gfx/xli/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/xli/xli-1.17.0.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/xli/Manifest b/media-gfx/xli/Manifest index 053d78bde8d4..b022abac7392 100644 --- a/media-gfx/xli/Manifest +++ b/media-gfx/xli/Manifest @@ -1,4 +1,4 @@ MD5 9ef51b8c90fa647309206fa9fa331b6f ChangeLog 814 +MD5 9f0e961e341ab94ce6a6e6cf53662f3b xli-1.17.0.ebuild 1838 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 bbbbbafb270af4d3add7c7f835fe9cfc xli-1.17.0.ebuild 1836 MD5 56c2673ad567dbf5ca2163c932571234 files/digest-xli-1.17.0 62 diff --git a/media-gfx/xli/xli-1.17.0.ebuild b/media-gfx/xli/xli-1.17.0.ebuild index 550123acc152..7e9c0ce456b4 100644 --- a/media-gfx/xli/xli-1.17.0.ebuild +++ b/media-gfx/xli/xli-1.17.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0.ebuild,v 1.9 2003/12/29 21:08:51 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0.ebuild,v 1.10 2004/01/07 20:23:26 mr_bones_ Exp $ S=${WORKDIR}/${P} DESCRIPTION="X Load Image: view images or load them to root window" @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd ${S} - + sed -i Imakefile \ -e "/^DEFINES =/s/$/ -DHAVE_GUNZIP/" \ -e "/CCOPTIONS =/s/=.*/=/" @@ -40,7 +40,7 @@ src_unpack() { src_compile() { /usr/X11R6/bin/xmkmf || die - + emake CDEBUGFLAGS="${CFLAGS}" || die } |