summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-06-09 06:37:14 +0000
committerTim Harder <radhermit@gentoo.org>2011-06-09 06:37:14 +0000
commit805aa783e5355ecfe81532e17d227b44c2aa5296 (patch)
tree6eb3ebd74a6a73a51f085008d143e6effaa7a3ad /media-gfx
parentExplicitly depend on sci-libs/fftw:3.0 (bug #362569 by Slava Gorbunov) and us... (diff)
downloadgentoo-2-805aa783e5355ecfe81532e17d227b44c2aa5296.tar.gz
gentoo-2-805aa783e5355ecfe81532e17d227b44c2aa5296.tar.bz2
gentoo-2-805aa783e5355ecfe81532e17d227b44c2aa5296.zip
Version bump.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gifsicle/ChangeLog9
-rw-r--r--media-gfx/gifsicle/gifsicle-1.62.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog
index 8e72c07a2042..a53e8af36b19 100644
--- a/media-gfx/gifsicle/ChangeLog
+++ b/media-gfx/gifsicle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gifsicle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.29 2010/01/07 22:06:05 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.30 2011/06/09 06:37:14 radhermit Exp $
+
+*gifsicle-1.62 (09 Jun 2011)
+
+ 09 Jun 2011; Tim Harder <radhermit@gentoo.org> +gifsicle-1.62.ebuild:
+ Version bump.
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gifsicle-1.55.ebuild:
Transfer Prefix keywords
diff --git a/media-gfx/gifsicle/gifsicle-1.62.ebuild b/media-gfx/gifsicle/gifsicle-1.62.ebuild
new file mode 100644
index 000000000000..509153df34ec
--- /dev/null
+++ b/media-gfx/gifsicle/gifsicle-1.62.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.62.ebuild,v 1.1 2011/06/09 06:37:14 radhermit Exp $
+
+EAPI=4
+
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="X"
+
+RDEPEND="X? ( x11-libs/libX11
+ x11-libs/libXt )"
+DEPEND="${RDEPEND}
+ X? ( x11-proto/xproto )"
+
+src_configure() {
+ local myconf
+ use X || myconf="${myconf} --disable-gifview"
+
+ econf ${myconf}
+}