diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-09 10:55:59 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-09 10:55:59 +0000 |
commit | 0711a2978f6d4007dff8f8ccd3ff8cbdb2828726 (patch) | |
tree | 694cae0a45892f66a38b0dfc736a18b6f63c76cd /media-gfx/gif2png | |
parent | Added metadata (diff) | |
download | historical-0711a2978f6d4007dff8f8ccd3ff8cbdb2828726.tar.gz historical-0711a2978f6d4007dff8f8ccd3ff8cbdb2828726.tar.bz2 historical-0711a2978f6d4007dff8f8ccd3ff8cbdb2828726.zip |
added ~amd64 to media-gfx/gif2png-2.5.1 (#63383)
Diffstat (limited to 'media-gfx/gif2png')
-rw-r--r-- | media-gfx/gif2png/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gif2png/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/gif2png/gif2png-2.5.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/gif2png/ChangeLog b/media-gfx/gif2png/ChangeLog index 2a1f9e942586..9a6e7fda81c3 100644 --- a/media-gfx/gif2png/ChangeLog +++ b/media-gfx/gif2png/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gif2png # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.7 2004/07/19 02:42:45 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.8 2004/09/09 10:55:59 blubb Exp $ + + 09 Sep 2004; <blubb@gentoo.org> gif2png-2.5.1.ebuild: + added ~amd64 keyword 18 Jul 2004; Tom Gall <tgall@gentoo.org> gif2png-2.5.1.ebuild: stable on ppc64, bug #57128 diff --git a/media-gfx/gif2png/Manifest b/media-gfx/gif2png/Manifest index 43376a743655..3ebabbf86fd9 100644 --- a/media-gfx/gif2png/Manifest +++ b/media-gfx/gif2png/Manifest @@ -1,7 +1,7 @@ -MD5 d9cbb31567d2169441d5a4eb54115350 ChangeLog 977 +MD5 88ac8e277ba02cb5586f2c398db91a94 ChangeLog 1057 MD5 02920a6093a3b22a5b58e1c66808d5ea gif2png-2.4.6.ebuild 612 MD5 bc9be9a3c2a86063a7b8ed9c6de97742 gif2png-2.4.7.ebuild 664 -MD5 08d9dafd534aa20bd8b41c0525d9eaa5 gif2png-2.5.1.ebuild 668 +MD5 4f6ec98ed9eb2076712f6da3b90d71ee gif2png-2.5.1.ebuild 675 MD5 e1f6c302199a36c1be4ecf1654be9bac metadata.xml 224 MD5 0fdbb3630cf8118323c7a743ffa524cc files/digest-gif2png-2.4.6 64 MD5 85a26ab79ebca9833924eddc58ef5952 files/digest-gif2png-2.4.7 65 diff --git a/media-gfx/gif2png/gif2png-2.5.1.ebuild b/media-gfx/gif2png/gif2png-2.5.1.ebuild index 2d5d719f6ee1..e967a2fba8eb 100644 --- a/media-gfx/gif2png/gif2png-2.5.1.ebuild +++ b/media-gfx/gif2png/gif2png-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.1.ebuild,v 1.5 2004/07/19 02:42:45 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.1.ebuild,v 1.6 2004/09/09 10:55:59 blubb Exp $ DESCRIPTION="gif2png" SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://catb.org/~esr/gif2png/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ppc64" +KEYWORDS="~x86 ~ppc ppc64 ~amd64" IUSE="" DEPEND="media-libs/libpng" |