public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.67.ebuild ChangeLog
@ 2012-05-12 20:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-12 20:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/12 20:09:45

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

Revision  Changes    Path
1.40                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	7 Mar 2012 20:01:16 -0000	1.39
+++ ChangeLog	12 May 2012 20:09:45 -0000	1.40
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.39 2012/03/07 20:01:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.40 2012/05/12 20:09:45 ssuominen Exp $
+
+*gifsicle-1.67 (12 May 2012)
+
+  12 May 2012; Samuli Suominen <ssuominen@gentoo.org> +gifsicle-1.67.ebuild:
+  Version bump.
 
   07 Mar 2012; Brent Baude <ranger@gentoo.org> gifsicle-1.64.ebuild:
   Marking gifsicle-1.64 ppc for bug 404781



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

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

Index: gifsicle-1.67.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.1 2012/05/12 20:09:45 ssuominen 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/${PN}/${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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.67.ebuild ChangeLog
@ 2012-06-19 19:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-19 19:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/19 19:51:22

  Modified:             gifsicle-1.67.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #422095
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/gifsicle/gifsicle-1.67.ebuild

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

Index: gifsicle-1.67.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gifsicle-1.67.ebuild	12 May 2012 20:09:45 -0000	1.1
+++ gifsicle-1.67.ebuild	19 Jun 2012 19:51:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.1 2012/05/12 20:09:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.2 2012/06/19 19:51:22 ago 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 x11-libs/libXt )"



1.42                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	12 May 2012 20:11:21 -0000	1.41
+++ ChangeLog	19 Jun 2012 19:51:22 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.41 2012/05/12 20:11:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.42 2012/06/19 19:51:22 ago Exp $
+
+  19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gifsicle-1.67.ebuild:
+  Stable for amd64, wrt bug #422095
 
   12 May 2012; Samuli Suominen <ssuominen@gentoo.org> -gifsicle-1.55.ebuild,
   -gifsicle-1.62.ebuild, -gifsicle-1.63.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.67.ebuild ChangeLog
@ 2012-06-21  5:51 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-21  5:51 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/21 05:51:45

  Modified:             gifsicle-1.67.ebuild ChangeLog
  Log:
  marked x86 per bug 422095
  
  (Portage version: 2.2.0_alpha110/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-gfx/gifsicle/gifsicle-1.67.ebuild

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

Index: gifsicle-1.67.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gifsicle-1.67.ebuild	19 Jun 2012 19:51:22 -0000	1.2
+++ gifsicle-1.67.ebuild	21 Jun 2012 05:51:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.2 2012/06/19 19:51:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.3 2012/06/21 05:51:45 jdhore 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 x11-libs/libXt )"



1.43                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	19 Jun 2012 19:51:22 -0000	1.42
+++ ChangeLog	21 Jun 2012 05:51:45 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.42 2012/06/19 19:51:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.43 2012/06/21 05:51:45 jdhore Exp $
+
+  21 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gifsicle-1.67.ebuild:
+  marked x86 per bug 422095
 
   19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gifsicle-1.67.ebuild:
   Stable for amd64, wrt bug #422095






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.67.ebuild ChangeLog
@ 2012-06-29 12:48 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-06-29 12:48 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/29 12:48:18

  Modified:             gifsicle-1.67.ebuild ChangeLog
  Log:
  Marking gifsicle-1.67 ppc for bug 422095
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  media-gfx/gifsicle/gifsicle-1.67.ebuild

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

Index: gifsicle-1.67.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gifsicle-1.67.ebuild	21 Jun 2012 05:51:45 -0000	1.3
+++ gifsicle-1.67.ebuild	29 Jun 2012 12:48:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.3 2012/06/21 05:51:45 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.67.ebuild,v 1.4 2012/06/29 12:48:17 ranger 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 x11-libs/libXt )"



1.44                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	21 Jun 2012 05:51:45 -0000	1.43
+++ ChangeLog	29 Jun 2012 12:48:17 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.43 2012/06/21 05:51:45 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.44 2012/06/29 12:48:17 ranger Exp $
+
+  29 Jun 2012; Brent Baude <ranger@gentoo.org> gifsicle-1.67.ebuild:
+  Marking gifsicle-1.67 ppc for bug 422095
 
   21 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gifsicle-1.67.ebuild:
   marked x86 per bug 422095






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

end of thread, other threads:[~2012-06-29 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 12:48 [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.67.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-21  5:51 Jeff Horelick (jdhore)
2012-06-19 19:51 Agostino Sarubbo (ago)
2012-05-12 20:09 Samuli Suominen (ssuominen)

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