public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcheck: pngcheck-2.3.0.ebuild
@ 2008-04-23 19:42 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-23 19:42 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/23 19:42:05

  Modified:             pngcheck-2.3.0.ebuild
  Log:
  another typo
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.2                  media-gfx/pngcheck/pngcheck-2.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild?r1=1.1&r2=1.2

Index: pngcheck-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngcheck-2.3.0.ebuild	23 Apr 2008 19:22:41 -0000	1.1
+++ pngcheck-2.3.0.ebuild	23 Apr 2008 19:42:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.1 2008/04/23 19:22:41 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.2 2008/04/23 19:42:04 drac Exp $
 
 inherit toolchain-funcs
 
@@ -17,8 +17,8 @@
 
 src_compile() {
 	emake -f Makefile.unx CC="$(tc-getCC)" \
-		CFLAGS="${LDFLAGS} ${CFLAGS}" ZLIB="-lz" \
-		|| die "emake failed."
+		CFLAGS="${LDFLAGS} ${CFLAGS} -DUSE_ZLIB" \
+		ZLIB="-lz" || die "emake failed."
 }
 
 src_install() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcheck: pngcheck-2.3.0.ebuild
@ 2010-06-25 11:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-25 11:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/25 11:34:22

  Modified:             pngcheck-2.3.0.ebuild
  Log:
  tidy
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/pngcheck/pngcheck-2.3.0.ebuild

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

Index: pngcheck-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pngcheck-2.3.0.ebuild	22 Sep 2009 13:50:40 -0000	1.3
+++ pngcheck-2.3.0.ebuild	25 Jun 2010 11:34:22 -0000	1.4
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.3 2009/09/22 13:50:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcheck/pngcheck-2.3.0.ebuild,v 1.4 2010/06/25 11:34:22 ssuominen Exp $
 
+EAPI=2
 inherit toolchain-funcs
 
 DESCRIPTION="verifies the integrity of PNG, JNG and MNG files with internal checksums"
@@ -16,12 +17,13 @@
 DEPEND="sys-libs/zlib"
 
 src_compile() {
-	emake -f Makefile.unx CC="$(tc-getCC)" \
+	emake -f Makefile.unx \
+		CC="$(tc-getCC)" \
 		CFLAGS="${LDFLAGS} ${CFLAGS} -DUSE_ZLIB" \
-		ZLIB="-lz" || die "emake failed."
+		ZLIB="-lz" || die
 }
 
 src_install() {
-	dobin ${PN} pngsplit png-fix-IDAT-windowsize || die "dobin failed."
+	dobin png{check,split,-fix-IDAT-windowsize} || die
 	dodoc CHANGELOG README
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-25 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 11:34 [gentoo-commits] gentoo-x86 commit in media-gfx/pngcheck: pngcheck-2.3.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-23 19:42 Samuli Suominen (drac)

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