diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-06-20 06:40:32 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-06-20 06:40:32 +0000 |
commit | 12941ae7771f04b2dc188ce9e50a140e8465e005 (patch) | |
tree | 610f0f07634f1c71265d42ef96688d2ae817daca /media-gfx/gif2png | |
parent | old (diff) | |
download | gentoo-2-12941ae7771f04b2dc188ce9e50a140e8465e005.tar.gz gentoo-2-12941ae7771f04b2dc188ce9e50a140e8465e005.tar.bz2 gentoo-2-12941ae7771f04b2dc188ce9e50a140e8465e005.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/gif2png')
-rw-r--r-- | media-gfx/gif2png/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/gif2png/gif2png-2.5.9.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/media-gfx/gif2png/ChangeLog b/media-gfx/gif2png/ChangeLog index 6c723bf78079..eac628d973d4 100644 --- a/media-gfx/gif2png/ChangeLog +++ b/media-gfx/gif2png/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/gif2png -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.35 2012/09/08 06:44:01 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.36 2014/06/20 06:40:32 radhermit Exp $ + +*gif2png-2.5.9 (20 Jun 2014) + + 20 Jun 2014; Tim Harder <radhermit@gentoo.org> +gif2png-2.5.9.ebuild: + Version bump. 08 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/media-gfx/gif2png/gif2png-2.5.9.ebuild b/media-gfx/gif2png/gif2png-2.5.9.ebuild new file mode 100644 index 000000000000..c898f155e30b --- /dev/null +++ b/media-gfx/gif2png/gif2png-2.5.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.9.ebuild,v 1.1 2014/06/20 06:40:32 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="Converts images from gif format to png format" +HOMEPAGE="http://catb.org/~esr/gif2png/" +SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND=">=media-libs/libpng-1.2:0 + sys-libs/zlib" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS NEWS README" |