public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2011-04-27 18:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-27 18:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/27 18:22:03

  Modified:             ChangeLog
  Added:                jpeginfo-1.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	28 Dec 2010 23:42:21 -0000	1.20
+++ ChangeLog	27 Apr 2011 18:22:03 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/jpeginfo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.20 2010/12/28 23:42:21 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.21 2011/04/27 18:22:03 ssuominen Exp $
+
+*jpeginfo-1.6.1 (27 Apr 2011)
+
+  27 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> +jpeginfo-1.6.1.ebuild:
+  Version bump.
 
   28 Dec 2010; Michael Weber <xmw@gentoo.org> jpeginfo-1.6.0.ebuild:
   Change media-libs/jpeg to virtual/jpeg (thanks to Holger Hoffstätte



1.1                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

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

Index: jpeginfo-1.6.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.1 2011/04/27 18:22:03 ssuominen Exp $

EAPI=4
inherit eutils toolchain-funcs

DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files."
HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

RDEPEND="virtual/jpeg"
DEPEND="${RDEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch
}

src_configure() {
	tc-export CC
	econf
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die
	dodoc README
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2011-12-18 20:18 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-18 20:18 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/18 20:18:05

  Modified:             ChangeLog jpeginfo-1.6.1.ebuild
  Log:
  x86 stable wrt bug #393717
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.24                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Dec 2011 15:50:47 -0000	1.23
+++ ChangeLog	18 Dec 2011 20:18:05 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.23 2011/12/16 15:50:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.24 2011/12/18 20:18:05 phajdan.jr Exp $
+
+  18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jpeginfo-1.6.1.ebuild:
+  x86 stable wrt bug #393717
 
   16 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
   Move the package from maintainer-needed to graphics herd.



1.4                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

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

Index: jpeginfo-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jpeginfo-1.6.1.ebuild	16 Dec 2011 15:43:30 -0000	1.3
+++ jpeginfo-1.6.1.ebuild	18 Dec 2011 20:18:05 -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/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.3 2011/12/16 15:43:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.4 2011/12/18 20:18:05 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="virtual/jpeg"






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2012-01-09 21:02 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-01-09 21:02 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/09 21:02:19

  Modified:             ChangeLog jpeginfo-1.6.1.ebuild
  Log:
  Marking jpeginfo-1.6.1 ppc for bug 393717
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.25                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	18 Dec 2011 20:18:05 -0000	1.24
+++ ChangeLog	9 Jan 2012 21:02:17 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.24 2011/12/18 20:18:05 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.25 2012/01/09 21:02:17 ranger Exp $
+
+  09 Jan 2012; Brent Baude <ranger@gentoo.org> jpeginfo-1.6.1.ebuild:
+  Marking jpeginfo-1.6.1 ppc for bug 393717
 
   18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jpeginfo-1.6.1.ebuild:
   x86 stable wrt bug #393717



1.5                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

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

Index: jpeginfo-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jpeginfo-1.6.1.ebuild	18 Dec 2011 20:18:05 -0000	1.4
+++ jpeginfo-1.6.1.ebuild	9 Jan 2012 21:02:17 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.4 2011/12/18 20:18:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.5 2012/01/09 21:02:17 ranger Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="virtual/jpeg"






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2012-02-02 16:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-02 16:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/02 16:09:24

  Modified:             ChangeLog jpeginfo-1.6.1.ebuild
  Log:
  ppc64 stable wrt #393717
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	9 Jan 2012 21:02:17 -0000	1.25
+++ ChangeLog	2 Feb 2012 16:09:24 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.25 2012/01/09 21:02:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.26 2012/02/02 16:09:24 ssuominen Exp $
+
+  02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> jpeginfo-1.6.1.ebuild:
+  ppc64 stable wrt #393717
 
   09 Jan 2012; Brent Baude <ranger@gentoo.org> jpeginfo-1.6.1.ebuild:
   Marking jpeginfo-1.6.1 ppc for bug 393717



1.6                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?r1=1.5&r2=1.6

Index: jpeginfo-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jpeginfo-1.6.1.ebuild	9 Jan 2012 21:02:17 -0000	1.5
+++ jpeginfo-1.6.1.ebuild	2 Feb 2012 16:09:24 -0000	1.6
@@ -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/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.5 2012/01/09 21:02:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.6 2012/02/02 16:09:24 ssuominen Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="virtual/jpeg"






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2012-02-19 13:40 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-19 13:40 UTC (permalink / raw
  To: gentoo-commits

klausman    12/02/19 13:40:55

  Modified:             ChangeLog jpeginfo-1.6.1.ebuild
  Log:
  Stable on alpha, bug #393717
  
  (Portage version: 2.1.10.46/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Feb 2012 16:09:24 -0000	1.26
+++ ChangeLog	19 Feb 2012 13:40:54 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.26 2012/02/02 16:09:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.27 2012/02/19 13:40:54 klausman Exp $
+
+  19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> jpeginfo-1.6.1.ebuild:
+  Stable on alpha, bug #393717
 
   02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> jpeginfo-1.6.1.ebuild:
   ppc64 stable wrt #393717



1.7                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?r1=1.6&r2=1.7

Index: jpeginfo-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jpeginfo-1.6.1.ebuild	2 Feb 2012 16:09:24 -0000	1.6
+++ jpeginfo-1.6.1.ebuild	19 Feb 2012 13:40:54 -0000	1.7
@@ -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/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.6 2012/02/02 16:09:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.7 2012/02/19 13:40:54 klausman Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="virtual/jpeg"






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild
@ 2012-03-18 15:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-18 15:58 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/18 15:58:39

  Modified:             ChangeLog jpeginfo-1.6.1.ebuild
  Log:
  sparc stable wrt #393717
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.28                 media-gfx/jpeginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Feb 2012 13:40:54 -0000	1.27
+++ ChangeLog	18 Mar 2012 15:58:39 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jpeginfo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.27 2012/02/19 13:40:54 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.28 2012/03/18 15:58:39 armin76 Exp $
+
+  18 Mar 2012; Raúl Porcel <armin76@gentoo.org> jpeginfo-1.6.1.ebuild:
+  sparc stable wrt #393717
 
   19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> jpeginfo-1.6.1.ebuild:
   Stable on alpha, bug #393717



1.8                  media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild?r1=1.7&r2=1.8

Index: jpeginfo-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jpeginfo-1.6.1.ebuild	19 Feb 2012 13:40:54 -0000	1.7
+++ jpeginfo-1.6.1.ebuild	18 Mar 2012 15:58:39 -0000	1.8
@@ -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/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.7 2012/02/19 13:40:54 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.8 2012/03/18 15:58:39 armin76 Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="virtual/jpeg"






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

end of thread, other threads:[~2012-03-18 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 20:18 [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.1.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-18 15:58 Raul Porcel (armin76)
2012-02-19 13:40 Tobias Klausmann (klausman)
2012-02-02 16:09 Samuli Suominen (ssuominen)
2012-01-09 21:02 Brent Baude (ranger)
2011-04-27 18:22 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