summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-20 08:57:09 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-20 08:57:09 +0000
commit7a702854eff68b2de6fa35ab5d74926a7274f205 (patch)
tree8edf9a2c472db77b4cb06f68ea420015e0138837 /media-gfx
parentinitial commit. bluetooth vfs and applet for sending and receiving files (diff)
downloadhistorical-7a702854eff68b2de6fa35ab5d74926a7274f205.tar.gz
historical-7a702854eff68b2de6fa35ab5d74926a7274f205.tar.bz2
historical-7a702854eff68b2de6fa35ab5d74926a7274f205.zip
whitespace thing
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gimp/Manifest2
-rw-r--r--media-gfx/gimp/gimp-1.3.20.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest
index d8f95a5f2284..f1afca14af69 100644
--- a/media-gfx/gimp/Manifest
+++ b/media-gfx/gimp/Manifest
@@ -3,7 +3,7 @@ MD5 d410d062966d05248f9c4251bd81d3af gimp-1.2.3-r3.ebuild 4707
MD5 3d28dd0ccc739e10db388438d4f06dda gimp-1.2.4.ebuild 3086
MD5 d235271944c1076aa7edb1726b79fecd gimp-1.2.5.ebuild 3253
MD5 75ad0c3088982ebf00bc3d06d2f47602 gimp-1.3.19.ebuild 2400
-MD5 6d1e107d7780a1459c45cb18a818f6a5 gimp-1.3.20.ebuild 2796
+MD5 6935b9038788de012413bfed8f1f2e8e gimp-1.3.20.ebuild 2793
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 86617fa03849f2ba22c845a31ddf8958 files/digest-gimp-1.2.3-r3 65
MD5 86551dc2402aaed28ccf3612e8fe7b7a files/digest-gimp-1.2.4 65
diff --git a/media-gfx/gimp/gimp-1.3.20.ebuild b/media-gfx/gimp/gimp-1.3.20.ebuild
index 7a75ac2509cf..c068d476baeb 100644
--- a/media-gfx/gimp/gimp-1.3.20.ebuild
+++ b/media-gfx/gimp/gimp-1.3.20.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/media-gfx/gimp/gimp-1.3.20.ebuild,v 1.1 2003/09/20 08:47:55 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.20.ebuild,v 1.2 2003/09/20 08:57:04 liquidx Exp $
IUSE="doc python aalib png jpeg tiff gtkhtml mmx sse X"
@@ -90,11 +90,11 @@ src_install() {
dodir /usr/share/applications
rm ${D}/usr/share/gimp/1.3/misc/gimp-1.3.desktop
mv ${D}/usr/share/gimp/1.3/misc/gimp.desktop ${D}/usr/share/applications/gimp-1.3.desktop
-
+
# create temporary libtool workaround links
for x in libgimp libgimpwidgets libgimpbase libgimpcolor; do
dosym /usr/lib/${x}-1.3.so.20 /usr/lib/${x}-1.3.so.19
- done
+ done
}
pkg_postinst() {