public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-08-07  9:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-08-07  9:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/08/07 09:10:19

  Modified:             ChangeLog
  Added:                lensfun-0.2.5-r2.ebuild
  Log:
  Fix building with libpng15 wrt #368315 with NetBSD patch.
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Jul 2011 14:38:06 -0000	1.26
+++ ChangeLog	7 Aug 2011 09:10:19 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.26 2011/07/13 14:38:06 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.27 2011/08/07 09:10:19 ssuominen Exp $
+
+*lensfun-0.2.5-r2 (07 Aug 2011)
+
+  07 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> +lensfun-0.2.5-r2.ebuild,
+  +files/lensfun-0.2.5-libpng15.patch:
+  Fix building with libpng15 wrt #368315 with NetBSD patch.
 
   13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> lensfun-0.2.5-r1.ebuild:
   ppc64 stable wrt #354033



1.1                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.1&content-type=text/plain

Index: lensfun-0.2.5-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.1 2011/08/07 09:10:19 ssuominen Exp $

EAPI=2
inherit eutils python

DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions"
HOMEPAGE="http://lensfun.berlios.de/"
SRC_URI="mirror://berlios/lensfun/${P}.tar.bz2"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="debug doc"

RDEPEND=">=dev-libs/glib-2
	>=media-libs/libpng-1.2"
DEPEND="${RDEPEND}
	=dev-lang/python-2*
	doc? ( >=app-doc/doxygen-1.5.0 )"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	# disable stripping, remove ricer CFLAGS
	sed -i \
		-e 's:-s -O3 -fomit-frame-pointer -funroll-loops::g' \
		-e 's:GCC.LDFLAGS.release = -s:GCC.LDFLAGS.release =:g' \
		build/tibs/compiler/gcc.mak || die

	epatch "${FILESDIR}"/${P}-libpng15.patch
}

src_configure() {
	local myconf=""
	use debug && myconf="--mode=debug"
	# econf does NOT work
	./configure --prefix=/usr --docdir="/usr/share/doc/${PF}" --vectorization= ${myconf} || die
}

src_compile() {
	emake all V=1 || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	# TODO remove docs if ! use doc
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-01 21:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-01 21:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/01 21:37:03

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Aug 2011 23:00:46 -0000	1.28
+++ ChangeLog	1 Oct 2011 21:37:03 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.28 2011/08/23 23:00:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.29 2011/10/01 21:37:03 ssuominen Exp $
+
+  01 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.
 
   23 Aug 2011; Tim Harder <radhermit@gentoo.org> lensfun-0.2.4.ebuild,
   lensfun-0.2.5.ebuild, lensfun-0.2.5-r1.ebuild, lensfun-0.2.5-r2.ebuild:



1.3                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lensfun-0.2.5-r2.ebuild	23 Aug 2011 23:00:46 -0000	1.2
+++ lensfun-0.2.5-r2.ebuild	1 Oct 2011 21:37:03 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.2 2011/08/23 23:00:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.3 2011/10/01 21:37:03 ssuominen Exp $
 
 EAPI=2
-inherit eutils python
+inherit eutils python toolchain-funcs
 
 DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions"
 HOMEPAGE="http://lensfun.berlios.de/"
@@ -17,7 +17,7 @@
 RDEPEND=">=dev-libs/glib-2
 	>=media-libs/libpng-1.2"
 DEPEND="${RDEPEND}
-	=dev-lang/python-2*
+	|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
 	dev-util/pkgconfig
 	doc? ( >=app-doc/doxygen-1.5.0 )"
 
@@ -37,6 +37,9 @@
 }
 
 src_configure() {
+	tc-export CXX
+	export LD="${CXX}"
+
 	local myconf=""
 	use debug && myconf="--mode=debug"
 	# econf does NOT work






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-04 19:36 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 12+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-04 19:36 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/10/04 19:36:30

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  Stable on amd64 wrt bug #385213
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Oct 2011 21:37:03 -0000	1.29
+++ ChangeLog	4 Oct 2011 19:36:30 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.29 2011/10/01 21:37:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.30 2011/10/04 19:36:30 hwoarang Exp $
+
+  04 Oct 2011; Markos Chandras <hwoarang@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  Stable on amd64 wrt bug #385213
 
   01 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> lensfun-0.2.5-r2.ebuild:
   Use full toolchain name wrt #385213, Comment #1 by Agostino Sarubbo.



1.4                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lensfun-0.2.5-r2.ebuild	1 Oct 2011 21:37:03 -0000	1.3
+++ lensfun-0.2.5-r2.ebuild	4 Oct 2011 19:36:30 -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.3 2011/10/01 21:37:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.4 2011/10/04 19:36:30 hwoarang Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-04 21:36 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 12+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-04 21:36 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/04 21:36:12

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  x86 stable wrt bug #385213
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.31                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Oct 2011 19:36:30 -0000	1.30
+++ ChangeLog	4 Oct 2011 21:36:12 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.30 2011/10/04 19:36:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.31 2011/10/04 21:36:12 phajdan.jr Exp $
+
+  04 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  x86 stable wrt bug #385213
 
   04 Oct 2011; Markos Chandras <hwoarang@gentoo.org> lensfun-0.2.5-r2.ebuild:
   Stable on amd64 wrt bug #385213



1.5                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lensfun-0.2.5-r2.ebuild	4 Oct 2011 19:36:30 -0000	1.4
+++ lensfun-0.2.5-r2.ebuild	4 Oct 2011 21:36:12 -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.4 2011/10/04 19:36:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.5 2011/10/04 21:36:12 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-10 21:20 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2011-10-10 21:20 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/10 21:20:35

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  arm stable, bug #385213
  
  (Portage version: 2.1.10.23/cvs/Linux i686)

Revision  Changes    Path
1.32                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	4 Oct 2011 21:36:12 -0000	1.31
+++ ChangeLog	10 Oct 2011 21:20:35 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.31 2011/10/04 21:36:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.32 2011/10/10 21:20:35 maekke Exp $
+
+  10 Oct 2011; Markus Meier <maekke@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  arm stable, bug #385213
 
   04 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> lensfun-0.2.5-r2.ebuild:
   x86 stable wrt bug #385213



1.6                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lensfun-0.2.5-r2.ebuild	4 Oct 2011 21:36:12 -0000	1.5
+++ lensfun-0.2.5-r2.ebuild	10 Oct 2011 21:20:35 -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.5 2011/10/04 21:36:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.6 2011/10/10 21:20:35 maekke Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-11 16:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-11 16:35 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/11 16:35:33

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  Stable for HPPA (bug #385213).
  
  (Portage version: 2.2.0_alpha66/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	10 Oct 2011 21:20:35 -0000	1.32
+++ ChangeLog	11 Oct 2011 16:35:32 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.32 2011/10/10 21:20:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.33 2011/10/11 16:35:32 jer Exp $
+
+  11 Oct 2011; Jeroen Roovers <jer@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  Stable for HPPA (bug #385213).
 
   10 Oct 2011; Markus Meier <maekke@gentoo.org> lensfun-0.2.5-r2.ebuild:
   arm stable, bug #385213



1.7                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lensfun-0.2.5-r2.ebuild	10 Oct 2011 21:20:35 -0000	1.6
+++ lensfun-0.2.5-r2.ebuild	11 Oct 2011 16:35:32 -0000	1.7
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.6 2011/10/10 21:20:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.7 2011/10/11 16:35:32 jer Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-11 20:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-11 20:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/11 20:18:29

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  ppc64 stable wrt #385213
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	11 Oct 2011 16:35:32 -0000	1.33
+++ ChangeLog	11 Oct 2011 20:18:29 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.33 2011/10/11 16:35:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.34 2011/10/11 20:18:29 ssuominen Exp $
+
+  11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  ppc64 stable wrt #385213
 
   11 Oct 2011; Jeroen Roovers <jer@gentoo.org> lensfun-0.2.5-r2.ebuild:
   Stable for HPPA (bug #385213).



1.8                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lensfun-0.2.5-r2.ebuild	11 Oct 2011 16:35:32 -0000	1.7
+++ lensfun-0.2.5-r2.ebuild	11 Oct 2011 20:18:29 -0000	1.8
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.7 2011/10/11 16:35:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.8 2011/10/11 20:18:29 ssuominen Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-15 13:00 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 12+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-15 13:00 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/10/15 13:00:53

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  ppc stable wrt #385213
  
  (Portage version: 2.2.0_alpha63/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	11 Oct 2011 20:18:29 -0000	1.34
+++ ChangeLog	15 Oct 2011 13:00:53 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.34 2011/10/11 20:18:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.35 2011/10/15 13:00:53 xarthisius Exp $
+
+  15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  ppc stable wrt #385213
 
   11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> lensfun-0.2.5-r2.ebuild:
   ppc64 stable wrt #385213



1.9                  media-libs/lensfun/lensfun-0.2.5-r2.ebuild

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

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lensfun-0.2.5-r2.ebuild	11 Oct 2011 20:18:29 -0000	1.8
+++ lensfun-0.2.5-r2.ebuild	15 Oct 2011 13:00:53 -0000	1.9
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.8 2011/10/11 20:18:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.9 2011/10/15 13:00:53 xarthisius Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-23 16:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2011-10-23 16:10 UTC (permalink / raw
  To: gentoo-commits

armin76     11/10/23 16:10:06

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  sparc stable wrt #385213
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.36                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	15 Oct 2011 13:00:53 -0000	1.35
+++ ChangeLog	23 Oct 2011 16:10:06 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.35 2011/10/15 13:00:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.36 2011/10/23 16:10:06 armin76 Exp $
+
+  23 Oct 2011; Raúl Porcel <armin76@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  sparc stable wrt #385213
 
   15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> lensfun-0.2.5-r2.ebuild:
   ppc stable wrt #385213



1.10                 media-libs/lensfun/lensfun-0.2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?r1=1.9&r2=1.10

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lensfun-0.2.5-r2.ebuild	15 Oct 2011 13:00:53 -0000	1.9
+++ lensfun-0.2.5-r2.ebuild	23 Oct 2011 16:10:06 -0000	1.10
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.9 2011/10/15 13:00:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.10 2011/10/23 16:10:06 armin76 Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-23 16:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2011-10-23 16:30 UTC (permalink / raw
  To: gentoo-commits

armin76     11/10/23 16:30:30

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  ia64/sh/sparc stable, fix changelog
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.37                 media-libs/lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	23 Oct 2011 16:10:06 -0000	1.36
+++ ChangeLog	23 Oct 2011 16:30:30 -0000	1.37
@@ -1,9 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.36 2011/10/23 16:10:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.37 2011/10/23 16:30:30 armin76 Exp $
 
   23 Oct 2011; Raúl Porcel <armin76@gentoo.org> lensfun-0.2.5-r2.ebuild:
-  sparc stable wrt #385213
+  alpha/ia64/sh/sparc stable wrt #385213
 
   15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> lensfun-0.2.5-r2.ebuild:
   ppc stable wrt #385213



1.11                 media-libs/lensfun/lensfun-0.2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?r1=1.10&r2=1.11

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lensfun-0.2.5-r2.ebuild	23 Oct 2011 16:10:06 -0000	1.10
+++ lensfun-0.2.5-r2.ebuild	23 Oct 2011 16:30:30 -0000	1.11
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.10 2011/10/23 16:10:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.11 2011/10/23 16:30:30 armin76 Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="debug doc"
 
 RDEPEND=">=dev-libs/glib-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2011-10-30 19:13 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-10-30 19:13 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/10/30 19:13:18

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  Berlios is going away :|
  
  (Portage version: 2.1.10.31/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	23 Oct 2011 16:36:39 -0000	1.38
+++ ChangeLog	30 Oct 2011 19:13:18 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.38 2011/10/23 16:36:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.39 2011/10/30 19:13:18 dilfridge Exp $
+
+  30 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  lensfun-0.2.5-r2.ebuild:
+  Berlios is going away :|
 
   23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   -files/lensfun-0.2.3-as-needed.patch, -files/lensfun-0.2.3-glibc-2.10.patch,



1.12                 media-libs/lensfun/lensfun-0.2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?r1=1.11&r2=1.12

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lensfun-0.2.5-r2.ebuild	23 Oct 2011 16:30:30 -0000	1.11
+++ lensfun-0.2.5-r2.ebuild	30 Oct 2011 19:13:18 -0000	1.12
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.11 2011/10/23 16:30:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.12 2011/10/30 19:13:18 dilfridge Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
 
 DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions"
 HOMEPAGE="http://lensfun.berlios.de/"
-SRC_URI="mirror://berlios/lensfun/${P}.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
 
 LICENSE="LGPL-3"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild
@ 2012-05-05  8:02 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  8:02 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 08:02:45

  Modified:             ChangeLog lensfun-0.2.5-r2.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.41                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Apr 2012 16:16:37 -0000	1.40
+++ ChangeLog	5 May 2012 08:02:45 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.40 2012/04/14 16:16:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.41 2012/05/05 08:02:45 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> lensfun-0.2.5-r2.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
 *lensfun-0.2.5_p153 (14 Apr 2012)
 



1.13                 media-libs/lensfun/lensfun-0.2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild?r1=1.12&r2=1.13

Index: lensfun-0.2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lensfun-0.2.5-r2.ebuild	30 Oct 2011 19:13:18 -0000	1.12
+++ lensfun-0.2.5-r2.ebuild	5 May 2012 08:02:45 -0000	1.13
@@ -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-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.12 2011/10/30 19:13:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.13 2012/05/05 08:02:45 jdhore Exp $
 
 EAPI=2
 inherit eutils python toolchain-funcs
@@ -18,7 +18,7 @@
 	>=media-libs/libpng-1.2"
 DEPEND="${RDEPEND}
 	|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( >=app-doc/doxygen-1.5.0 )"
 
 pkg_setup() {






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

end of thread, other threads:[~2012-05-05  8:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 19:36 [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.5-r2.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  8:02 Jeff Horelick (jdhore)
2011-10-30 19:13 Andreas HAttel (dilfridge)
2011-10-23 16:30 Raul Porcel (armin76)
2011-10-23 16:10 Raul Porcel (armin76)
2011-10-15 13:00 Kacper Kowalik (xarthisius)
2011-10-11 20:18 Samuli Suominen (ssuominen)
2011-10-11 16:35 Jeroen Roovers (jer)
2011-10-10 21:20 Markus Meier (maekke)
2011-10-04 21:36 PaweA Hajdan (phajdan.jr)
2011-10-01 21:37 Samuli Suominen (ssuominen)
2011-08-07  9:10 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