ChangeLog

# ChangeLog for media-gfx/gifsicle
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.19 2008/05/22 18:40:51 maekke Exp $

22 May 2008; Markus Meier gifsicle-1.44.ebuild:
shorten DESCRIPTION

15 Jan 2008; Fabian Groffen gifsicle-1.44.ebuild:
Dropped ppc-macos keyword, see you in prefix

22 Jul 2007; Donnie Berkholz ; gifsicle-1.44.ebuild:
Drop virtual/x11 references.

03 Jun 2007; Raúl Porcel gifsicle-1.44.ebuild:
Add ~alpha wrt #173108

24 Apr 2007; Gustavo Zacarias gifsicle-1.44.ebuild:
Stable on sparc

15 Mar 2007; Markus Rothe gifsicle-1.44.ebuild:
Stable on ppc64; bug #170840

12 Mar 2007; Gustavo Zacarias gifsicle-1.44.ebuild:
Keyworded ~sparc wrt #170430

30 Aug 2006; Michael Sterrett
-gifsicle-1.40.ebuild:
clean out old, non-modX ebuild

21 Jul 2006; Joshua Jackson gifsicle-1.44.ebuild:
Stable x86; bug #116807

16 Jul 2006; Tobias Scherbaum
gifsicle-1.44.ebuild:
ppc stable, bug #116807

16 Jan 2006; Marcelo Goes gifsicle-1.44.ebuild:
1.44 ready for modular X. Fixes bug 116807. Thanks to Keri Harris
.

*gifsicle-1.44 (20 Dec 2005)

20 Dec 2005; Marcelo Goes +metadata.xml,
+gifsicle-1.44.ebuild:
1.44 version bump for bug 115967. Thanks to Ed Cates .
Also, adding to graphics herd in metadata.xml.

03 Nov 2005; Fabian Groffen gifsicle-1.40.ebuild:
Marked ~ppc-macos (bug #110937)

05 Jun 2005; Michael Hanselmann gifsicle-1.40.ebuild:
Stable on ppc.

23 May 2005; Michael Sterrett gifsicle-1.40.ebuild:
stable for x86

09 May 2005; David Holm gifsicle-1.40.ebuild:
Added to ~ppc.

18 Nov 2004; Karol Wojtaszek gifsicle-1.40.ebuild:
~amd64 keyworded

*gifsicle-1.40 (10 Oct 2003)

10 Oct 2003; Michael Sterrett gifsicle-1.40.ebuild:
initial commit (bug 23853)

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST gifsicle-1.44.tar.gz 228882 RMD160 1e4ad7b64af02b757379db043da859361c6ad1d2 SHA1 3ae917adeb7240f443cc724e21f67f32ea604bfa SHA256 a8e5283860448c5f61f9477570e3dbd373ffb92f83b22ad4db8fa8dd2ee9539d
EBUILD gifsicle-1.44.ebuild 843 RMD160 836f45c937d4e9039803e7c5ffbbd85197e05807 SHA1 10d10234d41a7e78b1f2de4b739783a92aa1a60f SHA256 e568318f4727d0e471ef55f51fd2b390212bb9e7f3d84a98a01f37a6f72fa2fa
MISC ChangeLog 2310 RMD160 9dfb15b71d1aff11ad2a6a522c65291cd58a20c8 SHA1 cfd5cdea900fd889c655f15d7413d228307df272 SHA256 e7a994021da63e1b284667b0f54dd97d10d202424211cf1233016f77aa2c8e63
MISC metadata.xml 161 RMD160 60f70b15d67f0e6aafc59833b2f0a30e30b51765 SHA1 1c35398222ef7ed670c31965e42cca77fe4b1da6 SHA256 e8daadc5e27e3ef1148993b5b48d96e93bc36d798a1f416693f7f8c84be427e1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkg1vmUACgkQkKaRLQcq0GI+JgCfXSlqZ3Xkc8OCqJ4rDrYqTM8Z
Wg8AoIHna/Uwl8egTqW9JzMpOcdbwpAo
=NpMu
-----END PGP SIGNATURE-----

gifsicle-1.44.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.11 2008/05/22 18:40:51 maekke Exp $

DESCRIPTION="A 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"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc x86"
IUSE="X"

DEPEND="X? ( x11-libs/libX11
x11-libs/libXt
x11-proto/xproto )"

src_compile() {
local myconf

use X || myconf="${myconf} --disable-gifview"
econf ${myconf} || die "econf failed"
emake || die "emake failed"
}

src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc NEWS README
}

metadata.xml




graphics