public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-01-12 20:31 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-12 20:31 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/12 20:31:49

  Modified:             ChangeLog
  Added:                jpeg-8.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	26 Oct 2009 19:38:12 -0000	1.85
+++ ChangeLog	12 Jan 2010 20:31:49 -0000	1.86
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/jpeg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.85 2009/10/26 19:38:12 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.86 2010/01/12 20:31:49 ssuominen Exp $
+
+*jpeg-8 (12 Jan 2010)
+
+  12 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +jpeg-8.ebuild:
+  Version bump.
 
   26 Oct 2009; Raúl Porcel <armin76@gentoo.org> jpeg-7.ebuild:
   ia64/m68k/s390/sh/sparc stable wrt #285598



1.1                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.1&content-type=text/plain

Index: jpeg-8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.1 2010/01/12 20:31:49 ssuominen Exp $

EAPI="2"

DEB_PV="7-1"
DEB_PN="libjpeg7"
DEB="${DEB_PN}_${DEB_PV}"

inherit eutils libtool multilib

DESCRIPTION="Library to load, handle and manipulate images in the JPEG format"
HOMEPAGE="http://jpegclub.org/ http://www.ijg.org/"
SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz
	mirror://debian/pool/main/libj/${DEB_PN}/${DEB}.diff.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}"/${DEB}.diff
	cp "${FILESDIR}"/Makefile.in.extra debian/extra/Makefile.in
}

src_prepare() {
	epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch
	elibtoolize
	# hook the Debian extra dir into the normal jpeg build env
	sed -i '/all:/s:$:\n\t./config.status --file debian/extra/Makefile\n\t$(MAKE) -C debian/extra $@:' Makefile.in
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--enable-shared \
		--enable-static \
		--enable-maxmem=64
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc change.log example.c README *.txt
}

pkg_preinst() {
	preserve_old_lib /usr/$(get_libdir)/libjpeg.so.7
}

pkg_postinst() {
	preserve_old_lib_notify /usr/$(get_libdir)/libjpeg.so.7
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-01-15  9:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15  9:30 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/15 09:30:45

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.88                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	15 Jan 2010 05:06:21 -0000	1.87
+++ ChangeLog	15 Jan 2010 09:30:45 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.87 2010/01/15 05:06:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.88 2010/01/15 09:30:45 fauli Exp $
+
+  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> jpeg-8.ebuild:
+  Transfer Prefix keywords
 
 *jpeg-6b-r9 (15 Jan 2010)
 



1.2                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.1&r2=1.2

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jpeg-8.ebuild	12 Jan 2010 20:31:49 -0000	1.1
+++ jpeg-8.ebuild	15 Jan 2010 09:30:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.1 2010/01/12 20:31:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.2 2010/01/15 09:30:45 fauli Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-13 17:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-13 17:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/13 17:21:05

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  amd64 stable wrt #304827
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.95                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	18 Jan 2010 15:35:38 -0000	1.94
+++ ChangeLog	13 Feb 2010 17:21:05 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.94 2010/01/18 15:35:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.95 2010/02/13 17:21:05 ssuominen Exp $
+
+  13 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> jpeg-8.ebuild:
+  amd64 stable wrt #304827
 
   17 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> jpeg-7.ebuild,
   jpeg-7-r1.ebuild:



1.3                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.2&r2=1.3

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jpeg-8.ebuild	15 Jan 2010 09:30:45 -0000	1.2
+++ jpeg-8.ebuild	13 Feb 2010 17:21:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.2 2010/01/15 09:30:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.3 2010/02/13 17:21:05 ssuominen Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-15 20:46 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-02-15 20:46 UTC (permalink / raw
  To: gentoo-commits

josejx      10/02/15 20:46:47

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  Marked ppc stable for bug #304827.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	13 Feb 2010 17:21:05 -0000	1.95
+++ ChangeLog	15 Feb 2010 20:46:47 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.95 2010/02/13 17:21:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.96 2010/02/15 20:46:47 josejx Exp $
+
+  15 Feb 2010; Joseph Jezak <josejx@gentoo.org> jpeg-8.ebuild:
+  Marked ppc stable for bug #304827.
 
   13 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> jpeg-8.ebuild:
   amd64 stable wrt #304827



1.4                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.3&r2=1.4

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jpeg-8.ebuild	13 Feb 2010 17:21:05 -0000	1.3
+++ jpeg-8.ebuild	15 Feb 2010 20:46:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.3 2010/02/13 17:21:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.4 2010/02/15 20:46:47 josejx Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-15 20:57 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-02-15 20:57 UTC (permalink / raw
  To: gentoo-commits

josejx      10/02/15 20:57:32

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  Marked ppc64 stable for bug #304827.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.97                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	15 Feb 2010 20:46:47 -0000	1.96
+++ ChangeLog	15 Feb 2010 20:57:31 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.96 2010/02/15 20:46:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.97 2010/02/15 20:57:31 josejx Exp $
+
+  15 Feb 2010; Joseph Jezak <josejx@gentoo.org> jpeg-8.ebuild:
+  Marked ppc64 stable for bug #304827.
 
   15 Feb 2010; Joseph Jezak <josejx@gentoo.org> jpeg-8.ebuild:
   Marked ppc stable for bug #304827.



1.5                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.4&r2=1.5

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jpeg-8.ebuild	15 Feb 2010 20:46:47 -0000	1.4
+++ jpeg-8.ebuild	15 Feb 2010 20:57:31 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.4 2010/02/15 20:46:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.5 2010/02/15 20:57:31 josejx Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-16 16:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-16 16:35 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/16 16:35:15

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  Stable for HPPA (bug #304827).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.98                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	15 Feb 2010 20:57:31 -0000	1.97
+++ ChangeLog	16 Feb 2010 16:35:14 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.97 2010/02/15 20:57:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.98 2010/02/16 16:35:14 jer Exp $
+
+  16 Feb 2010; Jeroen Roovers <jer@gentoo.org> jpeg-8.ebuild:
+  Stable for HPPA (bug #304827).
 
   15 Feb 2010; Joseph Jezak <josejx@gentoo.org> jpeg-8.ebuild:
   Marked ppc64 stable for bug #304827.



1.6                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.5&r2=1.6

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jpeg-8.ebuild	15 Feb 2010 20:57:31 -0000	1.5
+++ jpeg-8.ebuild	16 Feb 2010 16:35:14 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.5 2010/02/15 20:57:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.6 2010/02/16 16:35:14 jer Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-19 19:34 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-02-19 19:34 UTC (permalink / raw
  To: gentoo-commits

maekke      10/02/19 19:34:19

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  arm/x86 stable, bug #304827
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	16 Feb 2010 16:35:14 -0000	1.98
+++ ChangeLog	19 Feb 2010 19:34:18 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.98 2010/02/16 16:35:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.99 2010/02/19 19:34:18 maekke Exp $
+
+  19 Feb 2010; Markus Meier <maekke@gentoo.org> jpeg-8.ebuild:
+  arm/x86 stable, bug #304827
 
   16 Feb 2010; Jeroen Roovers <jer@gentoo.org> jpeg-8.ebuild:
   Stable for HPPA (bug #304827).



1.7                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.6&r2=1.7

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jpeg-8.ebuild	16 Feb 2010 16:35:14 -0000	1.6
+++ jpeg-8.ebuild	19 Feb 2010 19:34:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.6 2010/02/16 16:35:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.7 2010/02/19 19:34:18 maekke Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild
@ 2010-02-20 14:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-20 14:53 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/20 14:53:53

  Modified:             ChangeLog jpeg-8.ebuild
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #304827
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.100                media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	19 Feb 2010 19:34:18 -0000	1.99
+++ ChangeLog	20 Feb 2010 14:53:52 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.99 2010/02/19 19:34:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.100 2010/02/20 14:53:52 armin76 Exp $
+
+  20 Feb 2010; Raúl Porcel <armin76@gentoo.org> jpeg-8.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #304827
 
   19 Feb 2010; Markus Meier <maekke@gentoo.org> jpeg-8.ebuild:
   arm/x86 stable, bug #304827



1.8                  media-libs/jpeg/jpeg-8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild?r1=1.7&r2=1.8

Index: jpeg-8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jpeg-8.ebuild	19 Feb 2010 19:34:18 -0000	1.7
+++ jpeg-8.ebuild	20 Feb 2010 14:53:52 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.7 2010/02/19 19:34:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8.ebuild,v 1.8 2010/02/20 14:53:52 armin76 Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_unpack() {






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

end of thread, other threads:[~2010-02-20 14:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 20:57 [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-8.ebuild Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-20 14:53 Raul Porcel (armin76)
2010-02-19 19:34 Markus Meier (maekke)
2010-02-16 16:35 Jeroen Roovers (jer)
2010-02-15 20:46 Joseph Jezak (josejx)
2010-02-13 17:21 Samuli Suominen (ssuominen)
2010-01-15  9:30 Christian Faulhammer (fauli)
2010-01-12 20:31 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