public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2009-04-11 16:28 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-04-11 16:28 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/04/11 16:28:26

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Fix bug 265750, failure with gcc-4.4. Thanks to Andreas Sturmlechner <andreas.sturmlechner@gmail.com> for the patch.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Apr 2008 12:57:29 -0000	1.15
+++ ChangeLog	11 Apr 2009 16:28:25 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.15 2008/04/16 12:57:29 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.16 2009/04/11 16:28:25 loki_val Exp $
+
+  11 Apr 2009; Peter Alfredsen <loki_val@gentoo.org>
+  +files/libofa-0.9.3-gcc-4.4.patch, libofa-0.9.3.ebuild:
+  Fix bug 265750, failure with gcc-4.4. Thanks to Andreas Sturmlechner
+  <andreas.sturmlechner@gmail.com> for the patch.
 
   16 Apr 2008; Samuli Suominen <drac@gentoo.org>
   +files/libofa-0.9.3-gcc-4.3.patch, libofa-0.9.3.ebuild:



1.17                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.16&r2=1.17

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libofa-0.9.3.ebuild	16 Apr 2008 12:59:00 -0000	1.16
+++ libofa-0.9.3.ebuild	11 Apr 2009 16:28:25 -0000	1.17
@@ -1,8 +1,10 @@
-# Copyright 2006-2008 Gentoo Foundation
+# Copyright 2006-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.16 2008/04/16 12:59:00 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.17 2009/04/11 16:28:25 loki_val Exp $
 
-inherit eutils
+EAPI=2
+
+inherit base eutils flag-o-matic
 
 DESCRIPTION="Open Fingerprint Architecture"
 HOMEPAGE="http://code.google.com/p/musicip-libofa/"
@@ -19,16 +21,14 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-pkg_setup() {
-	[[ "${CXXFLAGS}" != "${CXXFLAGS/-ffast-math/}" ]] && \
-		die "Correct your C[XX]FLAGS. Using -ffast-math is unsafe and not supported."
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc-4.patch
+	"${FILESDIR}"/${P}-gcc-4.3.patch
+	"${FILESDIR}"/${P}-gcc-4.4.patch
+)
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc-4.patch \
-		"${FILESDIR}"/${P}-gcc-4.3.patch
+pkg_setup() {
+	is-flag -ffast-math && append-flags -fno-fast-math
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2009-04-27 15:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-27 15:25 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/27 15:25:05

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Marked ~hppa (bug #260777).
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.17                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	11 Apr 2009 16:28:25 -0000	1.16
+++ ChangeLog	27 Apr 2009 15:25:05 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.16 2009/04/11 16:28:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.17 2009/04/27 15:25:05 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> libofa-0.9.3:
+  Marked ~hppa (bug #260777).
 
   11 Apr 2009; Peter Alfredsen <loki_val@gentoo.org>
   +files/libofa-0.9.3-gcc-4.4.patch, libofa-0.9.3.ebuild:



1.18                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.17&r2=1.18

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libofa-0.9.3.ebuild	11 Apr 2009 16:28:25 -0000	1.17
+++ libofa-0.9.3.ebuild	27 Apr 2009 15:25:05 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 2006-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.17 2009/04/11 16:28:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.18 2009/04/27 15:25:05 jer Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-libs/expat






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2010-01-19  2:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-19  2:20 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/19 02:20:18

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.18                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	27 Apr 2009 15:25:05 -0000	1.17
+++ ChangeLog	19 Jan 2010 02:20:18 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.17 2009/04/27 15:25:05 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.18 2010/01/19 02:20:18 jer Exp $
+
+  19 Jan 2010; Jeroen Roovers <jer@gentoo.org> libofa-0.9.3.ebuild:
+  Stable for HPPA too.
 
   27 Apr 2009; Jeroen Roovers <jer@gentoo.org> libofa-0.9.3:
   Marked ~hppa (bug #260777).



1.19                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.18&r2=1.19

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libofa-0.9.3.ebuild	27 Apr 2009 15:25:05 -0000	1.18
+++ libofa-0.9.3.ebuild	19 Jan 2010 02:20:18 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 2006-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.18 2009/04/27 15:25:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.19 2010/01/19 02:20:18 jer Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-libs/expat






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2010-01-22  0:34 Jonathan Callen (abcd)
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-22  0:34 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/22 00:34:29

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Keyword ~amd64-linux/~x86-linux
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.19                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Jan 2010 02:20:18 -0000	1.18
+++ ChangeLog	22 Jan 2010 00:34:29 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.18 2010/01/19 02:20:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.19 2010/01/22 00:34:29 abcd Exp $
+
+  22 Jan 2010; Jonathan Callen <abcd@gentoo.org> libofa-0.9.3.ebuild:
+  Keyword ~amd64-linux/~x86-linux
 
   19 Jan 2010; Jeroen Roovers <jer@gentoo.org> libofa-0.9.3.ebuild:
   Stable for HPPA too.



1.20                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.19&r2=1.20

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libofa-0.9.3.ebuild	19 Jan 2010 02:20:18 -0000	1.19
+++ libofa-0.9.3.ebuild	22 Jan 2010 00:34:29 -0000	1.20
@@ -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/libofa/libofa-0.9.3.ebuild,v 1.19 2010/01/19 02:20:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.20 2010/01/22 00:34:29 abcd Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/expat






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2010-10-10 19:45 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-10 19:45 UTC (permalink / raw
  To: gentoo-commits

klausman    10/10/10 19:45:45

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Keyworded on alpha, bug #326767
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Jan 2010 00:34:29 -0000	1.19
+++ ChangeLog	10 Oct 2010 19:45:45 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.19 2010/01/22 00:34:29 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.20 2010/10/10 19:45:45 klausman Exp $
+
+  10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> libofa-0.9.3.ebuild:
+  Keyworded on alpha, bug #326767
 
   22 Jan 2010; Jonathan Callen <abcd@gentoo.org> libofa-0.9.3.ebuild:
   Keyword ~amd64-linux/~x86-linux



1.21                 media-libs/libofa/libofa-0.9.3.ebuild

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

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libofa-0.9.3.ebuild	22 Jan 2010 00:34:29 -0000	1.20
+++ libofa-0.9.3.ebuild	10 Oct 2010 19:45:45 -0000	1.21
@@ -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/libofa/libofa-0.9.3.ebuild,v 1.20 2010/01/22 00:34:29 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.21 2010/10/10 19:45:45 klausman Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/expat






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2011-03-06 12:10 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-06 12:10 UTC (permalink / raw
  To: gentoo-commits

klausman    11/03/06 12:10:37

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Stable on alpha, bug #354061
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	10 Oct 2010 19:45:45 -0000	1.20
+++ ChangeLog	6 Mar 2011 12:10:37 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.20 2010/10/10 19:45:45 klausman Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.21 2011/03/06 12:10:37 klausman Exp $
+
+  06 Mar 2011; Tobias Klausmann <klausman@gentoo.org> libofa-0.9.3.ebuild:
+  Stable on alpha, bug #354061
 
   10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> libofa-0.9.3.ebuild:
   Keyworded on alpha, bug #326767



1.22                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.21&r2=1.22

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libofa-0.9.3.ebuild	10 Oct 2010 19:45:45 -0000	1.21
+++ libofa-0.9.3.ebuild	6 Mar 2011 12:10:37 -0000	1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.21 2010/10/10 19:45:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.22 2011/03/06 12:10:37 klausman Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/expat






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2011-07-22 17:23 Christoph Mende (angelos)
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Mende (angelos) @ 2011-07-22 17:23 UTC (permalink / raw
  To: gentoo-commits

angelos     11/07/22 17:23:48

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Fix compilation against (bug #376009)
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Mar 2011 12:10:37 -0000	1.21
+++ ChangeLog	22 Jul 2011 17:23:48 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.21 2011/03/06 12:10:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.22 2011/07/22 17:23:48 angelos Exp $
+
+  22 Jul 2011; Christoph Mende <angelos@gentoo.org> libofa-0.9.3.ebuild,
+  +files/libofa-0.9.3-curl-7.21.patch:
+  Fix compilation against (bug #376009)
 
   06 Mar 2011; Tobias Klausmann <klausman@gentoo.org> libofa-0.9.3.ebuild:
   Stable on alpha, bug #354061



1.23                 media-libs/libofa/libofa-0.9.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.22&r2=1.23

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libofa-0.9.3.ebuild	6 Mar 2011 12:10:37 -0000	1.22
+++ libofa-0.9.3.ebuild	22 Jul 2011 17:23:48 -0000	1.23
@@ -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/libofa/libofa-0.9.3.ebuild,v 1.22 2011/03/06 12:10:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.23 2011/07/22 17:23:48 angelos Exp $
 
 EAPI=2
 
@@ -25,6 +25,7 @@
 	"${FILESDIR}"/${P}-gcc-4.patch
 	"${FILESDIR}"/${P}-gcc-4.3.patch
 	"${FILESDIR}"/${P}-gcc-4.4.patch
+	"${FILESDIR}"/${P}-curl-7.21.patch
 )
 
 pkg_setup() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2012-06-04 12:51 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-04 12:51 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/04 12:51:28

  Modified:             ChangeLog libofa-0.9.3.ebuild
  Log:
  Add gcc-4.7 compatibility patch from fedora, #414141
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 May 2012 08:02:44 -0000	1.23
+++ ChangeLog	4 Jun 2012 12:51:28 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.23 2012/05/05 08:02:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.24 2012/06/04 12:51:28 jlec Exp $
+
+  04 Jun 2012; Justin Lecher <jlec@gentoo.org> libofa-0.9.3.ebuild,
+  +files/libofa-0.9.3-gcc-4.7.patch:
+  Add gcc-4.7 compatibility patch from fedora, #414141
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libofa-0.9.3.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.25                 media-libs/libofa/libofa-0.9.3.ebuild

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

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libofa-0.9.3.ebuild	5 May 2012 08:02:44 -0000	1.24
+++ libofa-0.9.3.ebuild	4 Jun 2012 12:51:28 -0000	1.25
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.24 2012/05/05 08:02:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.25 2012/06/04 12:51:28 jlec Exp $
 
 EAPI=2
 
@@ -25,6 +25,7 @@
 	"${FILESDIR}"/${P}-gcc-4.patch
 	"${FILESDIR}"/${P}-gcc-4.3.patch
 	"${FILESDIR}"/${P}-gcc-4.4.patch
+	"${FILESDIR}"/${P}-gcc-4.7.patch
 	"${FILESDIR}"/${P}-curl-7.21.patch
 )
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild
@ 2015-05-07 22:22 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-05-07 22:22 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/05/07 22:22:53

  Modified:             ChangeLog
  Removed:              libofa-0.9.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.33                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	15 Sep 2014 08:21:35 -0000	1.32
+++ ChangeLog	7 May 2015 22:22:53 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.32 2014/09/15 08:21:35 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.33 2015/05/07 22:22:53 mrueg Exp $
+
+  07 May 2015; Manuel Rüger <mrueg@gentoo.org> -libofa-0.9.3.ebuild:
+  Remove old.
 
   15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libofa-0.9.3-r1.ebuild:
   Stable for sparc, wrt bug #512012





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

end of thread, other threads:[~2015-05-07 22:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 12:51 [gentoo-commits] gentoo-x86 commit in media-libs/libofa: ChangeLog libofa-0.9.3.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-07 22:22 Manuel Rueger (mrueg)
2011-07-22 17:23 Christoph Mende (angelos)
2011-03-06 12:10 Tobias Klausmann (klausman)
2010-10-10 19:45 Tobias Klausmann (klausman)
2010-01-22  0:34 Jonathan Callen (abcd)
2010-01-19  2:20 Jeroen Roovers (jer)
2009-04-27 15:25 Jeroen Roovers (jer)
2009-04-11 16:28 Peter Alfredsen (loki_val)

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