diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-12 20:11:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-12 20:11:21 +0000 |
commit | d51c65eee4f1adfd554f964f3e537f6faf3e572e (patch) | |
tree | 6b7100f64c0b8ef66f4267e02ebf15cd7742f188 /media-gfx/gifsicle | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-d51c65eee4f1adfd554f964f3e537f6faf3e572e.tar.gz gentoo-2-d51c65eee4f1adfd554f964f3e537f6faf3e572e.tar.bz2 gentoo-2-d51c65eee4f1adfd554f964f3e537f6faf3e572e.zip |
old
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r-- | media-gfx/gifsicle/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.55.ebuild | 30 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.62.ebuild | 26 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.63.ebuild | 26 |
4 files changed, 5 insertions, 83 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog index a157e00af9e4..4ae4bd3108ac 100644 --- a/media-gfx/gifsicle/ChangeLog +++ b/media-gfx/gifsicle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gifsicle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.40 2012/05/12 20:09:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.41 2012/05/12 20:11:21 ssuominen Exp $ + + 12 May 2012; Samuli Suominen <ssuominen@gentoo.org> -gifsicle-1.55.ebuild, + -gifsicle-1.62.ebuild, -gifsicle-1.63.ebuild: + old *gifsicle-1.67 (12 May 2012) diff --git a/media-gfx/gifsicle/gifsicle-1.55.ebuild b/media-gfx/gifsicle/gifsicle-1.55.ebuild deleted file mode 100644 index 825b6cf7ae0c..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.55.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.55.ebuild,v 1.6 2012/02/05 17:39:46 armin76 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 ~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_compile() { - local myconf - - use X || myconf="${myconf} --disable-gifview" - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS README || die -} diff --git a/media-gfx/gifsicle/gifsicle-1.62.ebuild b/media-gfx/gifsicle/gifsicle-1.62.ebuild deleted file mode 100644 index 509153df34ec..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.62.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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} -} diff --git a/media-gfx/gifsicle/gifsicle-1.63.ebuild b/media-gfx/gifsicle/gifsicle-1.63.ebuild deleted file mode 100644 index be5303837af0..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.63.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.63.ebuild,v 1.4 2011/12/19 01:49:30 xmw 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="--disable-gifview" - - econf ${myconf} -} |