summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Walls <malverian@gentoo.org>2003-04-18 04:57:25 +0000
committerPhilip Walls <malverian@gentoo.org>2003-04-18 04:57:25 +0000
commit7cb74bd15d08447fec90795c28d02cc5c2959494 (patch)
tree60c7455dd7273e5bef5a6885f9a29b3e20790917 /media-gfx/gimp
parentset ~ppc in keywords (diff)
downloadgentoo-2-7cb74bd15d08447fec90795c28d02cc5c2959494.tar.gz
gentoo-2-7cb74bd15d08447fec90795c28d02cc5c2959494.tar.bz2
gentoo-2-7cb74bd15d08447fec90795c28d02cc5c2959494.zip
fix bug #19501
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r--media-gfx/gimp/ChangeLog5
-rw-r--r--media-gfx/gimp/Manifest18
-rw-r--r--media-gfx/gimp/gimp-1.3.14.ebuild7
3 files changed, 28 insertions, 2 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog
index 169f53539379..b6381bf34afe 100644
--- a/media-gfx/gimp/ChangeLog
+++ b/media-gfx/gimp/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for media-gfx/gimp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.29 2003/04/16 12:40:19 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.30 2003/04/18 04:57:11 malverian Exp $
*gimp-1.3.14 (16 Apr 2003)
+ 18 Apr 2003; Philip Walls <malverian@gentoo.org> gimp-1.3.14.ebuild :
+ Add silly make fix (in all other 1.3.x ebuilds) - Bug #19501
+
16 Apr 2003; foser <foser@gentoo.org> gimp-1.3.14.ebuild :
New version, fixed deps and added useflags for png, tiff, jpeg and gtkhtml
diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest
new file mode 100644
index 000000000000..9698a10f2f03
--- /dev/null
+++ b/media-gfx/gimp/Manifest
@@ -0,0 +1,18 @@
+MD5 cdf445b0a91b29dd40ae4c67420a14a4 ChangeLog 4820
+MD5 0baa40e08fefbcca963d21359b210477 gimp-1.2.3-r2.ebuild 4202
+MD5 3ffcb6910a8be02857177f4179725ca8 gimp-1.2.3-r3.ebuild 4717
+MD5 f965b674f1ab5e80d1c83313aee3900b gimp-1.3.11.ebuild 2151
+MD5 33b3899f6b5b6a4a8e7e43be18ffed46 gimp-1.3.12.ebuild 2280
+MD5 04eb1d0c00755166e94520f1373b452a gimp-1.3.13.ebuild 2355
+MD5 1143feca5d1f4638179e11aba6dc4f0f gimp-1.3.14.ebuild 2493
+MD5 86617fa03849f2ba22c845a31ddf8958 files/digest-gimp-1.2.3-r2 65
+MD5 86617fa03849f2ba22c845a31ddf8958 files/digest-gimp-1.2.3-r3 65
+MD5 e0e988ca6036cf071d0336b57f284b07 files/digest-gimp-1.3.11 65
+MD5 3653d9f21a8d987555662106456ffa5d files/digest-gimp-1.3.12 66
+MD5 13e882e38fccf991bbea8677bedca67e files/digest-gimp-1.3.13 66
+MD5 cdda0b1cc179cf75eabb63945efdae0e files/gimp-1.2.3-libgimpi-libtool.diff 1365
+MD5 edd3aa0572ed45191d25b99712a875d9 files/gimp-1.2.3-r2-gentoo.diff 427
+MD5 edd3aa0572ed45191d25b99712a875d9 files/gimp-1.2.3-r3-gentoo.diff 427
+MD5 9696bde4a1b70dd2816d46bed477ebc0 files/gimp.desktop 2404
+MD5 f2b58299eceabecfe5df955198c267d6 files/psd_save.c 49151
+MD5 89fee7931deb88ed771f5ec2ec28aea4 files/digest-gimp-1.3.14 66
diff --git a/media-gfx/gimp/gimp-1.3.14.ebuild b/media-gfx/gimp/gimp-1.3.14.ebuild
index b9996c476512..3361e1930677 100644
--- a/media-gfx/gimp/gimp-1.3.14.ebuild
+++ b/media-gfx/gimp/gimp-1.3.14.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.14.ebuild,v 1.1 2003/04/16 12:40:19 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.14.ebuild,v 1.2 2003/04/18 04:57:11 malverian Exp $
IUSE="doc python perl aalib png jpeg tiff gtkhtml"
@@ -72,6 +72,11 @@ src_compile() {
econf ${myconf} || die
+
+ # hack for odd make break
+ touch plug-ins/common/${P}.tar.bz2
+
+
emake || die
}