public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.78.ebuild ChangeLog
@ 2013-12-21  9:17 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2013-12-21  9:17 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/12/21 09:17:37

  Modified:             ChangeLog
  Added:                gifsicle-1.78.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.48                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	12 May 2013 11:20:31 -0000	1.47
+++ ChangeLog	21 Dec 2013 09:17:37 -0000	1.48
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.47 2013/05/12 11:20:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.48 2013/12/21 09:17:37 radhermit Exp $
+
+*gifsicle-1.78 (21 Dec 2013)
+
+  21 Dec 2013; Tim Harder <radhermit@gentoo.org> +gifsicle-1.78.ebuild:
+  Version bump.
 
   12 May 2013; Samuli Suominen <ssuominen@gentoo.org> gifsicle-1.70.ebuild:
   The full license of include/lcdf/clp.h and src/clp.c is in fact MIT as per



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

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

Index: gifsicle-1.78.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.1 2013/12/21 09:17:37 radhermit Exp $

EAPI=5

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 MIT"
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.78.ebuild ChangeLog
@ 2014-04-28  8:04 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 4+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-04-28  8:04 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/04/28 08:04:04

  Modified:             gifsicle-1.78.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #502834
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

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

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

Index: gifsicle-1.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gifsicle-1.78.ebuild	21 Dec 2013 09:17:37 -0000	1.1
+++ gifsicle-1.78.ebuild	28 Apr 2014 08:04:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.1 2013/12/21 09:17:37 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.2 2014/04/28 08:04:04 nimiux Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 MIT"
 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.49                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	21 Dec 2013 09:17:37 -0000	1.48
+++ ChangeLog	28 Apr 2014 08:04:04 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.48 2013/12/21 09:17:37 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.49 2014/04/28 08:04:04 nimiux Exp $
+
+  28 Apr 2014; Chema Alonso <nimiux@gentoo.org> gifsicle-1.78.ebuild:
+  Stable for amd64 wrt bug #502834
 
 *gifsicle-1.78 (21 Dec 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.78.ebuild ChangeLog
@ 2014-05-04  8:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-04  8:25 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/04 08:25:18

  Modified:             gifsicle-1.78.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502834
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

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

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

Index: gifsicle-1.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gifsicle-1.78.ebuild	28 Apr 2014 08:04:04 -0000	1.2
+++ gifsicle-1.78.ebuild	4 May 2014 08:25:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.2 2014/04/28 08:04:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.3 2014/05/04 08:25:18 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 MIT"
 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.51                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	3 May 2014 08:57:31 -0000	1.50
+++ ChangeLog	4 May 2014 08:25:18 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.50 2014/05/03 08:57:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.51 2014/05/04 08:25:18 ago Exp $
+
+  04 May 2014; Agostino Sarubbo <ago@gentoo.org> gifsicle-1.78.ebuild:
+  Stable for x86, wrt bug #502834
 
 *gifsicle-1.83 (03 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.78.ebuild ChangeLog
@ 2014-05-10 13:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-10 13:45 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/10 13:45:30

  Modified:             gifsicle-1.78.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #502834
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

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

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

Index: gifsicle-1.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gifsicle-1.78.ebuild	4 May 2014 08:25:18 -0000	1.3
+++ gifsicle-1.78.ebuild	10 May 2014 13:45:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.3 2014/05/04 08:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.4 2014/05/10 13:45:30 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 MIT"
 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.52                 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	4 May 2014 08:25:18 -0000	1.51
+++ ChangeLog	10 May 2014 13:45:30 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.51 2014/05/04 08:25:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.52 2014/05/10 13:45:30 ago Exp $
+
+  10 May 2014; Agostino Sarubbo <ago@gentoo.org> gifsicle-1.78.ebuild:
+  Stable for ppc, wrt bug #502834
 
   04 May 2014; Agostino Sarubbo <ago@gentoo.org> gifsicle-1.78.ebuild:
   Stable for x86, wrt bug #502834





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

end of thread, other threads:[~2014-05-10 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04  8:25 [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.78.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-10 13:45 Agostino Sarubbo (ago)
2014-04-28  8:04 JosA MarAa Alonso (nimiux)
2013-12-21  9:17 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