public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/apng2gif: ChangeLog apng2gif-1.5.ebuild
@ 2012-02-23  7:55 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-02-23  7:55 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/23 07:55:16

  Modified:             ChangeLog
  Added:                apng2gif-1.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-gfx/apng2gif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apng2gif/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apng2gif/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apng2gif/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/apng2gif/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Nov 2011 08:35:23 -0000	1.4
+++ ChangeLog	23 Feb 2012 07:55:16 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/apng2gif
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/apng2gif/ChangeLog,v 1.4 2011/11/29 08:35:23 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/apng2gif/ChangeLog,v 1.5 2012/02/23 07:55:16 radhermit Exp $
+
+*apng2gif-1.5 (23 Feb 2012)
+
+  23 Feb 2012; Tim Harder <radhermit@gentoo.org> +apng2gif-1.5.ebuild:
+  Version bump.
 
 *apng2gif-1.4 (29 Nov 2011)
 



1.1                  media-gfx/apng2gif/apng2gif-1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apng2gif/apng2gif-1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/apng2gif/apng2gif-1.5.ebuild?rev=1.1&content-type=text/plain

Index: apng2gif-1.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/apng2gif/apng2gif-1.5.ebuild,v 1.1 2012/02/23 07:55:16 radhermit Exp $

EAPI="4"

inherit toolchain-funcs

DESCRIPTION="create a GIF from an APNG"
HOMEPAGE="http://sourceforge.net/projects/apng2gif/"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}

src_compile() {
	emake CC="$(tc-getCC)" LDLIBS="-lz" ${PN}
}

src_install() {
	dobin ${PN}
	dodoc readme.txt
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-23  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  7:55 [gentoo-commits] gentoo-x86 commit in media-gfx/apng2gif: ChangeLog apng2gif-1.5.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox