summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-22 23:41:39 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-22 23:45:22 -0400
commit31be49abf09686341401fe5ef44781b598014a58 (patch)
treec8aa2a8f962e5b59f5784cbc53ce4a3001080bca /media-gfx/gifsicle/gifsicle-1.90.ebuild
parentmedia-gfx/feh: version bump to 2.19.3 (diff)
downloadgentoo-31be49abf09686341401fe5ef44781b598014a58.tar.gz
gentoo-31be49abf09686341401fe5ef44781b598014a58.tar.bz2
gentoo-31be49abf09686341401fe5ef44781b598014a58.zip
media-gfx/gifsicle: version bump to 1.90
Diffstat (limited to 'media-gfx/gifsicle/gifsicle-1.90.ebuild')
-rw-r--r--media-gfx/gifsicle/gifsicle-1.90.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/gifsicle/gifsicle-1.90.ebuild b/media-gfx/gifsicle/gifsicle-1.90.ebuild
new file mode 100644
index 000000000000..c8a58e7ff40b
--- /dev/null
+++ b/media-gfx/gifsicle/gifsicle-1.90.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A command-line tool for creating, editing, and getting information about 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-proto/xproto )"
+
+src_configure() {
+ econf $(usex X "" "--disable-gifview")
+}