diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-19 10:49:22 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-19 10:49:22 +0000 |
commit | f17c9a6ef2af54d5045e1cafaab4214ba001e706 (patch) | |
tree | e56731cf8508504811d3f512f2207cb07426c2cf /media-gfx | |
parent | new version (diff) | |
download | historical-f17c9a6ef2af54d5045e1cafaab4214ba001e706.tar.gz historical-f17c9a6ef2af54d5045e1cafaab4214ba001e706.tar.bz2 historical-f17c9a6ef2af54d5045e1cafaab4214ba001e706.zip |
fixed slot
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-1.3.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index b6381bf34afe..cef3758194ae 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.30 2003/04/18 04:57:11 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.31 2003/04/19 10:49:22 foser Exp $ *gimp-1.3.14 (16 Apr 2003) + 19 Apr 2003; foser <foser@gentoo.org> gimp-1.3.14.ebuild : + Fixed slot to be 1.4 again + 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 diff --git a/media-gfx/gimp/gimp-1.3.14.ebuild b/media-gfx/gimp/gimp-1.3.14.ebuild index 3361e1930677..794b26dce4b4 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.2 2003/04/18 04:57:11 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.3.14.ebuild,v 1.3 2003/04/19 10:49:22 foser Exp $ IUSE="doc python perl aalib png jpeg tiff gtkhtml" @@ -10,7 +10,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Development series of Gimp" SRC_URI="ftp://ftp.gimp.org/pub/gimp/v1.3/v${PV}/${P}.tar.bz2" HOMEPAGE="http://www.gimp.org/" -SLOT="2" +SLOT="1.4" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" |