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.8-r1.ebuild
@ 2014-07-20 18:17 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2014-07-20 18:17 UTC (permalink / raw
  To: gentoo-commits

maekke      14/07/20 18:17:10

  Modified:             ChangeLog
  Added:                lensfun-0.2.8-r1.ebuild
  Log:
  do not modify header file install destination path by disposable in bug #500696, drop python2.6 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.68                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	19 Jun 2014 18:16:20 -0000	1.67
+++ ChangeLog	20 Jul 2014 18:17:10 -0000	1.68
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.67 2014/06/19 18:16:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.68 2014/07/20 18:17:10 maekke Exp $
+
+*lensfun-0.2.8-r1 (20 Jul 2014)
+
+  20 Jul 2014; Markus Meier <maekke@gentoo.org> +lensfun-0.2.8-r1.ebuild,
+  +files/lensfun-0.2.8-r1-build.patch:
+  do not modify header file install destination path by disposable in bug
+  #500696, drop python2.6 support
 
   19 Jun 2014; Markus Meier <maekke@gentoo.org> lensfun-0.2.8.ebuild:
   arm stable, bug #513336



1.1                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.1 2014/07/20 18:17:10 maekke Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit multilib python-single-r1 cmake-utils

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

LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="doc sse sse2"

RDEPEND=">=dev-libs/glib-2.28
	media-libs/libpng:0=
	sys-libs/zlib:="
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

PATCHES=(
	"${FILESDIR}"/${PF}-build.patch
	"${FILESDIR}"/${P}-x32.patch
)

DOCS=( README docs/mounts.txt )

src_configure() {
	local mycmakeargs=(
		-DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
		-DLIBDIR=$(get_libdir)
		-DBUILD_AUXFUN=ON
		$(cmake-utils_use_build doc)
		$(cmake-utils_use_build sse FOR_SSE)
		$(cmake-utils_use_build sse2 FOR_SSE2)
		-DBUILD_STATIC=OFF
		-DBUILD_TESTS=OFF
		)

	cmake-utils_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2014-09-14  9:05 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2014-09-14  9:05 UTC (permalink / raw
  To: gentoo-commits

maekke      14/09/14 09:05:47

  Modified:             ChangeLog lensfun-0.2.8-r1.ebuild
  Log:
  add support for building with clang by Fabio Scaccabarozzi in bug #519006
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.75                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	3 Aug 2014 18:47:36 -0000	1.74
+++ ChangeLog	14 Sep 2014 09:05:46 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.74 2014/08/03 18:47:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.75 2014/09/14 09:05:46 maekke Exp $
+
+  14 Sep 2014; Markus Meier <maekke@gentoo.org> lensfun-0.2.8-r1.ebuild,
+  +files/lensfun-0.2.8-support-clang-visibility-as-gcc.patch:
+  add support for building with clang by Fabio Scaccabarozzi in bug #519006
 
   03 Aug 2014; Markus Meier <maekke@gentoo.org> -lensfun-0.2.7.ebuild,
   -files/lensfun-0.2.6-auxfun.patch, -files/lensfun-0.2.7-build.patch,



1.2                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lensfun-0.2.8-r1.ebuild	20 Jul 2014 18:17:10 -0000	1.1
+++ lensfun-0.2.8-r1.ebuild	14 Sep 2014 09:05:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.1 2014/07/20 18:17:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.2 2014/09/14 09:05:46 maekke Exp $
 
 EAPI=5
 
@@ -28,6 +28,7 @@
 PATCHES=(
 	"${FILESDIR}"/${PF}-build.patch
 	"${FILESDIR}"/${P}-x32.patch
+	"${FILESDIR}"/${P}-support-clang-visibility-as-gcc.patch
 )
 
 DOCS=( README docs/mounts.txt )





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2014-10-04 21:16 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-04 21:16 UTC (permalink / raw
  To: gentoo-commits

jer         14/10/04 21:16:40

  Modified:             ChangeLog lensfun-0.2.8-r1.ebuild
  Log:
  Stable for HPPA (bug #524436).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.77                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	4 Oct 2014 10:13:25 -0000	1.76
+++ ChangeLog	4 Oct 2014 21:16:40 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.76 2014/10/04 10:13:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.77 2014/10/04 21:16:40 jer Exp $
+
+  04 Oct 2014; Jeroen Roovers <jer@gentoo.org> lensfun-0.2.8-r1.ebuild:
+  Stable for HPPA (bug #524436).
 
 *lensfun-0.3.0 (04 Oct 2014)
 



1.3                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lensfun-0.2.8-r1.ebuild	14 Sep 2014 09:05:46 -0000	1.2
+++ lensfun-0.2.8-r1.ebuild	4 Oct 2014 21:16:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.2 2014/09/14 09:05:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.3 2014/10/04 21:16:40 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc sse sse2"
 
 RDEPEND=">=dev-libs/glib-2.28





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2014-10-11 11:25 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2014-10-11 11:25 UTC (permalink / raw
  To: gentoo-commits

maekke      14/10/11 11:25:31

  Modified:             ChangeLog lensfun-0.2.8-r1.ebuild
  Log:
  arm stable, bug #524436
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.80                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	9 Oct 2014 02:47:31 -0000	1.79
+++ ChangeLog	11 Oct 2014 11:25:31 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.79 2014/10/09 02:47:31 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.80 2014/10/11 11:25:31 maekke Exp $
+
+  11 Oct 2014; Markus Meier <maekke@gentoo.org> lensfun-0.2.8-r1.ebuild:
+  arm stable, bug #524436
 
   09 Oct 2014; Andrey Grozin <grozin@gentoo.org> lensfun-0.3.0.ebuild,
   +files/lensfun-0.3.0-rst2man.patch:



1.5                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lensfun-0.2.8-r1.ebuild	8 Oct 2014 00:52:28 -0000	1.4
+++ lensfun-0.2.8-r1.ebuild	11 Oct 2014 11:25:31 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.4 2014/10/08 00:52:28 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.5 2014/10/11 11:25:31 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc sse sse2"
 
 RDEPEND=">=dev-libs/glib-2.28





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2015-01-16  8:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2015-01-16  8:58 UTC (permalink / raw
  To: gentoo-commits

armin76     15/01/16 08:58:58

  Modified:             ChangeLog lensfun-0.2.8-r1.ebuild
  Log:
  alpha/ia64/sparc/x86 stable wrt #524436
  
  (Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.82                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	11 Oct 2014 11:46:42 -0000	1.81
+++ ChangeLog	16 Jan 2015 08:58:58 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.81 2014/10/11 11:46:42 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.82 2015/01/16 08:58:58 armin76 Exp $
+
+  16 Jan 2015; Raúl Porcel <armin76@gentoo.org> lensfun-0.2.8-r1.ebuild:
+  alpha/ia64/sparc/x86 stable wrt #524436
 
   11 Oct 2014; Markus Meier <maekke@gentoo.org> lensfun-0.3.0.ebuild:
   add dev-python/docutils to DEPEND for USE=doc



1.6                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lensfun-0.2.8-r1.ebuild	11 Oct 2014 11:25:31 -0000	1.5
+++ lensfun-0.2.8-r1.ebuild	16 Jan 2015 08:58:58 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.5 2014/10/11 11:25:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.6 2015/01/16 08:58:58 armin76 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc sse sse2"
 
 RDEPEND=">=dev-libs/glib-2.28





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2015-05-01 19:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-01 19:15 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/01 19:15:46

  Modified:             ChangeLog lensfun-0.2.8-r1.ebuild
  Log:
  Stable for PPC64 (bug #524436).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.86                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	8 Apr 2015 17:59:35 -0000	1.85
+++ ChangeLog	1 May 2015 19:15:46 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.85 2015/04/08 17:59:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.86 2015/05/01 19:15:46 jer Exp $
+
+  01 May 2015; Jeroen Roovers <jer@gentoo.org> lensfun-0.2.8-r1.ebuild:
+  Stable for PPC64 (bug #524436).
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> lensfun-0.2.8.ebuild:
   Drop old Python implementations



1.9                  media-libs/lensfun/lensfun-0.2.8-r1.ebuild

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

Index: lensfun-0.2.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lensfun-0.2.8-r1.ebuild	2 Mar 2015 09:27:13 -0000	1.8
+++ lensfun-0.2.8-r1.ebuild	1 May 2015 19:15:46 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.8 2015/03/02 09:27:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.9 2015/05/01 19:15:46 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2"
 
 RDEPEND=">=dev-libs/glib-2.28





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

* [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild
@ 2015-07-18  6:40 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2015-07-18  6:40 UTC (permalink / raw
  To: gentoo-commits

maekke      15/07/18 06:40:45

  Modified:             ChangeLog
  Removed:              lensfun-0.2.8-r1.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.98                 media-libs/lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	17 Jul 2015 12:27:37 -0000	1.97
+++ ChangeLog	18 Jul 2015 06:40:45 -0000	1.98
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/lensfun
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.97 2015/07/17 12:27:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.98 2015/07/18 06:40:45 maekke Exp $
+
+  18 Jul 2015; Markus Meier <maekke@gentoo.org> -lensfun-0.2.8-r1.ebuild,
+  -files/lensfun-0.2.8-build.patch, -files/lensfun-0.2.8-r1-build.patch,
+  -files/lensfun-0.2.8-support-clang-visibility-as-gcc.patch,
+  -files/lensfun-0.2.8-x32.patch:
+  remove old
 
   17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> lensfun-0.3.0.ebuild:
   ia64 stable wrt bug #549902





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

end of thread, other threads:[~2015-07-18  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 19:15 [gentoo-commits] gentoo-x86 commit in media-libs/lensfun: ChangeLog lensfun-0.2.8-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-18  6:40 Markus Meier (maekke)
2015-01-16  8:58 Raul Porcel (armin76)
2014-10-11 11:25 Markus Meier (maekke)
2014-10-04 21:16 Jeroen Roovers (jer)
2014-09-14  9:05 Markus Meier (maekke)
2014-07-20 18:17 Markus Meier (maekke)

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