public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.63.ebuild
@ 2011-08-23 23:34 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-08-23 23:34 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/23 23:34:46

  Modified:             ChangeLog
  Added:                gifsicle-1.63.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	9 Jun 2011 06:37:14 -0000	1.30
+++ ChangeLog	23 Aug 2011 23:34:45 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.30 2011/06/09 06:37:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.31 2011/08/23 23:34:45 radhermit Exp $
+
+*gifsicle-1.63 (23 Aug 2011)
+
+  23 Aug 2011; Tim Harder <radhermit@gentoo.org> +gifsicle-1.63.ebuild:
+  Version bump.
 
 *gifsicle-1.62 (09 Jun 2011)
 



1.1                  media-gfx/gifsicle/gifsicle-1.63.ebuild

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

Index: gifsicle-1.63.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v 1.1 2011/08/23 23:34:45 radhermit Exp $

EAPI=4

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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11
	x11-libs/libXt )"
DEPEND="${RDEPEND}
	X? ( x11-proto/xproto )"

src_configure() {
	local myconf
	use X || myconf="--disable-gifview"

	econf ${myconf}
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.63.ebuild
@ 2011-12-07  7:47 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07  7:47 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/07 07:47:00

  Modified:             ChangeLog gifsicle-1.63.ebuild
  Log:
  x86 stable wrt bug #391863
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.34                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	3 Dec 2011 11:01:10 -0000	1.33
+++ ChangeLog	7 Dec 2011 07:47:00 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.33 2011/12/03 11:01:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.34 2011/12/07 07:47:00 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gifsicle-1.63.ebuild:
+  x86 stable wrt bug #391863
 
   03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> gifsicle-1.63.ebuild:
   Stable on amd64 wrt bug #391863



1.3                  media-gfx/gifsicle/gifsicle-1.63.ebuild

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

Index: gifsicle-1.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gifsicle-1.63.ebuild	3 Dec 2011 11:01:10 -0000	1.2
+++ gifsicle-1.63.ebuild	7 Dec 2011 07:47:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v 1.2 2011/12/03 11:01:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v 1.3 2011/12/07 07:47:00 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="X"
 
 RDEPEND="X? ( x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.63.ebuild
@ 2011-12-19  1:49 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2011-12-19  1:49 UTC (permalink / raw
  To: gentoo-commits

xmw         11/12/19 01:49:30

  Modified:             ChangeLog gifsicle-1.63.ebuild
  Log:
  ppc stable (bug 391863)
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2011 07:47:00 -0000	1.34
+++ ChangeLog	19 Dec 2011 01:49:30 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.34 2011/12/07 07:47:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.35 2011/12/19 01:49:30 xmw Exp $
+
+  19 Dec 2011; Michael Weber <xmw@gentoo.org> gifsicle-1.63.ebuild:
+  ppc stable (bug 391863)
 
   07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gifsicle-1.63.ebuild:
   x86 stable wrt bug #391863



1.4                  media-gfx/gifsicle/gifsicle-1.63.ebuild

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

Index: gifsicle-1.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gifsicle-1.63.ebuild	7 Dec 2011 07:47:00 -0000	1.3
+++ gifsicle-1.63.ebuild	19 Dec 2011 01:49:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v 1.3 2011/12/07 07:47:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.63.ebuild,v 1.4 2011/12/19 01:49:30 xmw Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="X"
 
 RDEPEND="X? ( x11-libs/libX11






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

end of thread, other threads:[~2011-12-19  1:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-19  1:49 [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.63.ebuild Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-07  7:47 PaweA Hajdan (phajdan.jr)
2011-08-23 23:34 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