public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-02-12 16:48 Marcelo Goes (vanquirius)
  0 siblings, 0 replies; 8+ messages in thread
From: Marcelo Goes (vanquirius) @ 2011-02-12 16:48 UTC (permalink / raw
  To: gentoo-commits

vanquirius    11/02/12 16:48:33

  Modified:             ChangeLog
  Added:                jhead-2.90.ebuild
  Log:
  2.90 version bump.
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.111                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	7 Jan 2010 22:10:36 -0000	1.110
+++ ChangeLog	12 Feb 2011 16:48:33 -0000	1.111
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/jhead
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.110 2010/01/07 22:10:36 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.111 2011/02/12 16:48:33 vanquirius Exp $
+
+*jhead-2.90 (12 Feb 2011)
+
+  12 Feb 2011; Marcelo Goes <vanquirius@gentoo.org> +jhead-2.90.ebuild,
+  +files/jhead-2.90-mkstemp_respect_flags.patch:
+  2.90 version bump.
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> jhead-2.87.ebuild:
   Transfer Prefix keywords



1.1                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.1 2011/02/12 16:48:33 vanquirius Exp $

inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

src_unpack() {
	# bug 275200 - respect flags and use mktemp instead of mkstemp
	unpack ${A}

	cd "${S}"
	epatch "${FILESDIR}"/${PN}-${PV}-mkstemp_respect_flags.patch
}

src_compile() {
	emake || die "emake failed."
}

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






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-05-24 19:19 Tim Harder (radhermit)
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2011-05-24 19:19 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/05/24 19:19:47

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  Update to EAPI 4, remove unused flag-o-matic eclass, and respect CC and CFLAGS (bug #368575).
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.112                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	12 Feb 2011 16:48:33 -0000	1.111
+++ ChangeLog	24 May 2011 19:19:47 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.111 2011/02/12 16:48:33 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.112 2011/05/24 19:19:47 radhermit Exp $
+
+  24 May 2011; Tim Harder <radhermit@gentoo.org> jhead-2.90.ebuild:
+  Update to EAPI 4, remove unused flag-o-matic eclass, and respect CC and
+  CFLAGS (bug #368575).
 
 *jhead-2.90 (12 Feb 2011)
 



1.2                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jhead-2.90.ebuild	12 Feb 2011 16:48:33 -0000	1.1
+++ jhead-2.90.ebuild	24 May 2011 19:19:47 -0000	1.2
@@ -1,8 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.1 2011/02/12 16:48:33 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.2 2011/05/24 19:19:47 radhermit Exp $
 
-inherit eutils flag-o-matic toolchain-funcs
+EAPI=4
+
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
 HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
@@ -13,20 +15,17 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-src_unpack() {
+src_prepare() {
 	# bug 275200 - respect flags and use mktemp instead of mkstemp
-	unpack ${A}
-
-	cd "${S}"
-	epatch "${FILESDIR}"/${PN}-${PV}-mkstemp_respect_flags.patch
+	epatch "${FILESDIR}"/${P}-mkstemp_respect_flags.patch
 }
 
 src_compile() {
-	emake || die "emake failed."
+	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
 }
 
 src_install() {
-	dobin ${PN} || die "dobin failed."
+	dobin ${PN}
 	dodoc *.txt
 	dohtml *.html
 	doman ${PN}.1






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-12-04  2:15 Tim Harder (radhermit)
  0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2011-12-04  2:15 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/12/04 02:15:16

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  Add quotes for toolchain prefix.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.115                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	4 Dec 2011 02:12:17 -0000	1.114
+++ ChangeLog	4 Dec 2011 02:15:16 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.114 2011/12/04 02:12:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.115 2011/12/04 02:15:16 radhermit Exp $
+
+  04 Dec 2011; Tim Harder <radhermit@gentoo.org> jhead-2.90.ebuild:
+  Add quotes for toolchain prefix.
 
 *jhead-2.93 (04 Dec 2011)
 



1.3                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jhead-2.90.ebuild	24 May 2011 19:19:47 -0000	1.2
+++ jhead-2.90.ebuild	4 Dec 2011 02:15:16 -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/jhead/jhead-2.90.ebuild,v 1.2 2011/05/24 19:19:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.3 2011/12/04 02:15:16 radhermit Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-12-04  2:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-04  2:47 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/04 02:47:08

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  Stable for HPPA (bug #393075).
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.116                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	4 Dec 2011 02:15:16 -0000	1.115
+++ ChangeLog	4 Dec 2011 02:47:08 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.115 2011/12/04 02:15:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.116 2011/12/04 02:47:08 jer Exp $
+
+  04 Dec 2011; Jeroen Roovers <jer@gentoo.org> jhead-2.90.ebuild:
+  Stable for HPPA (bug #393075).
 
   04 Dec 2011; Tim Harder <radhermit@gentoo.org> jhead-2.90.ebuild:
   Add quotes for toolchain prefix.



1.4                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jhead-2.90.ebuild	4 Dec 2011 02:15:16 -0000	1.3
+++ jhead-2.90.ebuild	4 Dec 2011 02:47:08 -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/jhead/jhead-2.90.ebuild,v 1.3 2011/12/04 02:15:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.4 2011/12/04 02:47:08 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-12-11  9:29 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11  9:29 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/11 09:29:24

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  x86 stable wrt bug #393075
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.117                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	4 Dec 2011 02:47:08 -0000	1.116
+++ ChangeLog	11 Dec 2011 09:29:23 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.116 2011/12/04 02:47:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.117 2011/12/11 09:29:23 phajdan.jr Exp $
+
+  11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jhead-2.90.ebuild:
+  x86 stable wrt bug #393075
 
   04 Dec 2011; Jeroen Roovers <jer@gentoo.org> jhead-2.90.ebuild:
   Stable for HPPA (bug #393075).



1.5                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jhead-2.90.ebuild	4 Dec 2011 02:47:08 -0000	1.4
+++ jhead-2.90.ebuild	11 Dec 2011 09:29:23 -0000	1.5
@@ -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/jhead/jhead-2.90.ebuild,v 1.4 2011/12/04 02:47:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.5 2011/12/11 09:29:23 phajdan.jr Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2011-12-11 17:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-11 17:49 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/11 17:49:17

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  alpha/ia64/sparc stable wrt #393075
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.118                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	11 Dec 2011 09:29:23 -0000	1.117
+++ ChangeLog	11 Dec 2011 17:49:17 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.117 2011/12/11 09:29:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.118 2011/12/11 17:49:17 armin76 Exp $
+
+  11 Dec 2011; Raúl Porcel <armin76@gentoo.org> jhead-2.90.ebuild:
+  alpha/ia64/sparc stable wrt #393075
 
   11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jhead-2.90.ebuild:
   x86 stable wrt bug #393075



1.6                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jhead-2.90.ebuild	11 Dec 2011 09:29:23 -0000	1.5
+++ jhead-2.90.ebuild	11 Dec 2011 17:49:17 -0000	1.6
@@ -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/jhead/jhead-2.90.ebuild,v 1.5 2011/12/11 09:29:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.6 2011/12/11 17:49:17 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {






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

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

ranger      12/01/09 21:18:06

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  Marking jhead-2.90 ppc for bug 393075
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.120                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	14 Dec 2011 16:32:24 -0000	1.119
+++ ChangeLog	9 Jan 2012 21:18:06 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.119 2011/12/14 16:32:24 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.120 2012/01/09 21:18:06 ranger Exp $
+
+  09 Jan 2012; Brent Baude <ranger@gentoo.org> jhead-2.90.ebuild:
+  Marking jhead-2.90 ppc for bug 393075
 
   14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> jhead-2.90.ebuild:
   Stable for AMD64, wrt bug #393075



1.8                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jhead-2.90.ebuild	14 Dec 2011 16:32:24 -0000	1.7
+++ jhead-2.90.ebuild	9 Jan 2012 21:18:06 -0000	1.8
@@ -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/jhead/jhead-2.90.ebuild,v 1.7 2011/12/14 16:32:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.8 2012/01/09 21:18:06 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild
@ 2012-03-06 22:02 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 22:02 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 22:02:09

  Modified:             ChangeLog jhead-2.90.ebuild
  Log:
  Marking jhead-2.90 ppc64 for bug 393075
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.123                media-gfx/jhead/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	1 Mar 2012 10:47:34 -0000	1.122
+++ ChangeLog	6 Mar 2012 22:02:09 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/jhead
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.122 2012/03/01 10:47:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.123 2012/03/06 22:02:09 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> jhead-2.90.ebuild:
+  Marking jhead-2.90 ppc64 for bug 393075
 
   01 Mar 2012; Tim Harder <radhermit@gentoo.org> -jhead-2.87.ebuild,
   -files/jhead-2.87-mkstemp.patch, -files/jhead-2.87-respect_flags.patch,



1.9                  media-gfx/jhead/jhead-2.90.ebuild

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

Index: jhead-2.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jhead-2.90.ebuild	9 Jan 2012 21:18:06 -0000	1.8
+++ jhead-2.90.ebuild	6 Mar 2012 22:02:09 -0000	1.9
@@ -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/jhead/jhead-2.90.ebuild,v 1.8 2012/01/09 21:18:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.90.ebuild,v 1.9 2012/03/06 22:02:09 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {






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

end of thread, other threads:[~2012-03-06 22:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 16:48 [gentoo-commits] gentoo-x86 commit in media-gfx/jhead: ChangeLog jhead-2.90.ebuild Marcelo Goes (vanquirius)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24 19:19 Tim Harder (radhermit)
2011-12-04  2:15 Tim Harder (radhermit)
2011-12-04  2:47 Jeroen Roovers (jer)
2011-12-11  9:29 PaweA Hajdan (phajdan.jr)
2011-12-11 17:49 Raul Porcel (armin76)
2012-01-09 21:18 Brent Baude (ranger)
2012-03-06 22:02 Brent Baude (ranger)

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