diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-23 22:04:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-23 22:04:07 +0000 |
commit | 4df5501354fccd3e76cdc17b3091d0a0878e9458 (patch) | |
tree | 6fc9afeece758eda10730a07976ae31f0f95077c /media-gfx/gifsicle | |
parent | Version bump, bug #93627 (diff) | |
download | gentoo-2-4df5501354fccd3e76cdc17b3091d0a0878e9458.tar.gz gentoo-2-4df5501354fccd3e76cdc17b3091d0a0878e9458.tar.bz2 gentoo-2-4df5501354fccd3e76cdc17b3091d0a0878e9458.zip |
stable for x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r-- | media-gfx/gifsicle/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog index 39fab2c6fd20..b9d27f816839 100644 --- a/media-gfx/gifsicle/ChangeLog +++ b/media-gfx/gifsicle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gifsicle # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.4 2005/05/09 17:44:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.5 2005/05/23 22:04:07 mr_bones_ Exp $ + + 23 May 2005; Michael Sterrett <mr_bones_@gentoo.org> gifsicle-1.40.ebuild: + stable for x86 09 May 2005; David Holm <dholm@gentoo.org> gifsicle-1.40.ebuild: Added to ~ppc. diff --git a/media-gfx/gifsicle/gifsicle-1.40.ebuild b/media-gfx/gifsicle/gifsicle-1.40.ebuild index dabfc0d633e5..63d42dba3ead 100644 --- a/media-gfx/gifsicle/gifsicle-1.40.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.40.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.40.ebuild,v 1.5 2005/05/22 17:18:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.40.ebuild,v 1.6 2005/05/23 22:04:07 mr_bones_ Exp $ DESCRIPTION="A UNIX command-line tool for creating, editing, and getting information about GIF images and animations" HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/" SRC_URI="http://www.lcdf.org/~eddietwo/gifsicle/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" +KEYWORDS="~amd64 ~ppc x86" IUSE="X" DEPEND="X? ( virtual/x11 )" |