diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-18 23:27:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-18 23:27:56 +0000 |
commit | 615ca7b266f3db79880edf004b1ad6bdb1b6d681 (patch) | |
tree | 5c5a432dbeb68e17ddedf2ddb96e0c653ddebc42 /media-gfx | |
parent | Version bump. (diff) | |
download | gentoo-2-615ca7b266f3db79880edf004b1ad6bdb1b6d681.tar.gz gentoo-2-615ca7b266f3db79880edf004b1ad6bdb1b6d681.tar.bz2 gentoo-2-615ca7b266f3db79880edf004b1ad6bdb1b6d681.zip |
old
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gifsicle/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.52.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog index 2772332e907e..42ffd0a31a82 100644 --- a/media-gfx/gifsicle/ChangeLog +++ b/media-gfx/gifsicle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gifsicle # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.27 2009/11/18 18:41:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.28 2009/11/18 23:27:56 maekke Exp $ + + 18 Nov 2009; Markus Meier <maekke@gentoo.org> -gifsicle-1.52.ebuild: + old 18 Nov 2009; Raúl Porcel <armin76@gentoo.org> gifsicle-1.55.ebuild: sparc stable wrt #286399 diff --git a/media-gfx/gifsicle/gifsicle-1.52.ebuild b/media-gfx/gifsicle/gifsicle-1.52.ebuild deleted file mode 100644 index 45fd05d635ca..000000000000 --- a/media-gfx/gifsicle/gifsicle-1.52.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.52.ebuild,v 1.4 2009/02/07 21:23:53 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 )" -RDEPEND="${DEPEND}" - -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 -} |