public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.6.15.ebuild ChangeLog
@ 2009-04-02 23:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-04-02 23:22 UTC (permalink / raw
  To: gentoo-commits

vapier      09/04/02 23:22:40

  Modified:             ChangeLog
  Added:                pngcrush-1.6.15.ebuild
  Log:
  Strip makefile down and version bump.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-gfx/pngcrush/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Mar 2009 11:27:22 -0000	1.40
+++ ChangeLog	2 Apr 2009 23:22:40 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/pngcrush
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.40 2009/03/14 11:27:22 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.41 2009/04/02 23:22:40 vapier Exp $
+
+*pngcrush-1.6.15 (02 Apr 2009)
+
+  02 Apr 2009; Mike Frysinger <vapier@gentoo.org> files/Makefile,
+  +pngcrush-1.6.15.ebuild:
+  Strip makefile down and version bump.
 
 *pngcrush-1.6.14 (14 Mar 2009)
 



1.1                  media-gfx/pngcrush/pngcrush-1.6.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild?rev=1.1&content-type=text/plain

Index: pngcrush-1.6.15.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.1 2009/04/02 23:22:40 vapier Exp $

inherit eutils toolchain-funcs

DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
HOMEPAGE="http://pmt.sourceforge.net/pngcrush"
SRC_URI="mirror://sourceforge/pmt/${P}-nolib.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=media-libs/libpng-1.2.31"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P}-nolib"

src_unpack() {
	unpack ${A}
	cp "${FILESDIR}"/Makefile "${S}" || die
}

src_compile() {
	tc-export CC
	emake || die "emake failed."
}

src_install() {
	dobin ${PN} || die "dobin failed."
	dodoc *.txt
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.6.15.ebuild ChangeLog
@ 2009-05-12 18:55 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 4+ messages in thread
From: Kenneth Prugh (ken69267) @ 2009-05-12 18:55 UTC (permalink / raw
  To: gentoo-commits

ken69267    09/05/12 18:55:37

  Modified:             pngcrush-1.6.15.ebuild ChangeLog
  Log:
  amd64 stable, bug #268865
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/pngcrush/pngcrush-1.6.15.ebuild

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

Index: pngcrush-1.6.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngcrush-1.6.15.ebuild	2 Apr 2009 23:22:40 -0000	1.1
+++ pngcrush-1.6.15.ebuild	12 May 2009 18:55:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.1 2009/04/02 23:22:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.2 2009/05/12 18:55:37 ken69267 Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=">=media-libs/libpng-1.2.31"



1.42                 media-gfx/pngcrush/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	2 Apr 2009 23:22:40 -0000	1.41
+++ ChangeLog	12 May 2009 18:55:37 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/pngcrush
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.41 2009/04/02 23:22:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.42 2009/05/12 18:55:37 ken69267 Exp $
+
+  12 May 2009; Kenneth Prugh <ken69267@gentoo.org> pngcrush-1.6.15.ebuild:
+  amd64 stable, bug #268865
 
 *pngcrush-1.6.15 (02 Apr 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.6.15.ebuild ChangeLog
@ 2009-05-14  8:36 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-14  8:36 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/14 08:36:39

  Modified:             pngcrush-1.6.15.ebuild ChangeLog
  Log:
  stable x86, bug 268865
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-gfx/pngcrush/pngcrush-1.6.15.ebuild

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

Index: pngcrush-1.6.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pngcrush-1.6.15.ebuild	12 May 2009 18:55:37 -0000	1.2
+++ pngcrush-1.6.15.ebuild	14 May 2009 08:36:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.2 2009/05/12 18:55:37 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.3 2009/05/14 08:36:38 fauli Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=">=media-libs/libpng-1.2.31"



1.43                 media-gfx/pngcrush/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 May 2009 18:55:37 -0000	1.42
+++ ChangeLog	14 May 2009 08:36:38 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/pngcrush
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.42 2009/05/12 18:55:37 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.43 2009/05/14 08:36:38 fauli Exp $
+
+  14 May 2009; Christian Faulhammer <fauli@gentoo.org>
+  pngcrush-1.6.15.ebuild:
+  stable x86, bug 268865
 
   12 May 2009; Kenneth Prugh <ken69267@gentoo.org> pngcrush-1.6.15.ebuild:
   amd64 stable, bug #268865






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.6.15.ebuild ChangeLog
@ 2009-05-30 18:50 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-30 18:50 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/05/30 18:50:07

  Modified:             pngcrush-1.6.15.ebuild ChangeLog
  Log:
  ppc stable #268865
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.4                  media-gfx/pngcrush/pngcrush-1.6.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild?r1=1.3&r2=1.4

Index: pngcrush-1.6.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pngcrush-1.6.15.ebuild	14 May 2009 08:36:38 -0000	1.3
+++ pngcrush-1.6.15.ebuild	30 May 2009 18:50:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.3 2009/05/14 08:36:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.4 2009/05/30 18:50:07 nixnut Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 IUSE=""
 
 DEPEND=">=media-libs/libpng-1.2.31"



1.44                 media-gfx/pngcrush/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 May 2009 08:36:38 -0000	1.43
+++ ChangeLog	30 May 2009 18:50:07 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/pngcrush
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.43 2009/05/14 08:36:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.44 2009/05/30 18:50:07 nixnut Exp $
+
+  30 May 2009; nixnut <nixnut@gentoo.org> pngcrush-1.6.15.ebuild:
+  ppc stable #268865
 
   14 May 2009; Christian Faulhammer <fauli@gentoo.org>
   pngcrush-1.6.15.ebuild:






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

end of thread, other threads:[~2009-05-30 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 18:55 [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.6.15.ebuild ChangeLog Kenneth Prugh (ken69267)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-30 18:50 Gysbert Wassenaar (nixnut)
2009-05-14  8:36 Christian Faulhammer (fauli)
2009-04-02 23:22 Mike Frysinger (vapier)

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