diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-05-12 14:26:28 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-05-12 14:33:29 +0200 |
commit | e0c148daed6e99bfd472639478359c73ef5b3b94 (patch) | |
tree | 7c7f0faf4c34a9e1c6f55f694de873de1f8f7c1a /media-gfx/gifsicle/gifsicle-1.91.ebuild | |
parent | media-fonts/droid: Remove 113-r3 (diff) | |
download | gentoo-e0c148daed6e99bfd472639478359c73ef5b3b94.tar.gz gentoo-e0c148daed6e99bfd472639478359c73ef5b3b94.tar.bz2 gentoo-e0c148daed6e99bfd472639478359c73ef5b3b94.zip |
media-gfx/gifsicle: Version 1.91.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'media-gfx/gifsicle/gifsicle-1.91.ebuild')
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.91.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/gifsicle/gifsicle-1.91.ebuild b/media-gfx/gifsicle/gifsicle-1.91.ebuild new file mode 100644 index 000000000000..f6c46c3539ce --- /dev/null +++ b/media-gfx/gifsicle/gifsicle-1.91.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Create, manipulate, and optimize GIF images and animations" +HOMEPAGE="https://www.lcdf.org/~eddietwo/gifsicle/ https://github.com/kohler/gifsicle" +SRC_URI="https://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 MIT" +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-base/xorg-proto )" + +src_configure() { + econf $(usex X "" "--disable-gifview") +} |