public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog
@ 2007-09-11 19:59 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2007-09-11 19:59 UTC (permalink / raw
  To: gentoo-commits

drac        07/09/11 19:59:01

  Modified:             libofa-0.9.3.ebuild ChangeLog
  Log:
  Fix fftw depends to version 3, fails at configure stage with 2.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.12&r2=1.13

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libofa-0.9.3.ebuild	23 Jan 2007 15:43:57 -0000	1.12
+++ libofa-0.9.3.ebuild	11 Sep 2007 19:59:00 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 2006-2007 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.12 2007/01/23 15:43:57 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.13 2007/09/11 19:59:00 drac Exp $
 
 inherit eutils
 
@@ -15,7 +15,7 @@
 
 RDEPEND="dev-libs/expat
 	net-misc/curl
-	sci-libs/fftw"
+	>=sci-libs/fftw-3"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 



1.13                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Jan 2007 15:43:57 -0000	1.12
+++ ChangeLog	11 Sep 2007 19:59:00 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.12 2007/01/23 15:43:57 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.13 2007/09/11 19:59:00 drac Exp $
+
+  11 Sep 2007; Samuli Suominen <drac@gentoo.org> libofa-0.9.3.ebuild:
+  Fix fftw depends to version 3, fails at configure stage with 2.
 
   23 Jan 2007; Steve Dibb <beandog@gentoo.org> libofa-0.9.3.ebuild:
   amd64 stable, bug 158836



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog
@ 2008-02-06 19:44 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 4+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-02-06 19:44 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/02/06 19:44:20

  Modified:             libofa-0.9.3.ebuild ChangeLog
  Log:
  HOMEPAGE and SRC_URI updated, quoting fixed.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.14                 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.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.13&r2=1.14

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libofa-0.9.3.ebuild	11 Sep 2007 19:59:00 -0000	1.13
+++ libofa-0.9.3.ebuild	6 Feb 2008 19:44:19 -0000	1.14
@@ -1,12 +1,12 @@
-# Copyright 2006-2007 Gentoo Foundation
+# Copyright 2006-2008 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.13 2007/09/11 19:59:00 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.14 2008/02/06 19:44:19 coldwind Exp $
 
 inherit eutils
 
 DESCRIPTION="Open Fingerprint Architecture"
-HOMEPAGE="http://www.musicdns.org/"
-SRC_URI="http://www.musicdns.org/themes/musicdns_org/downloads/${P}.tar.gz"
+HOMEPAGE="http://code.google.com/p/musicip-libofa/"
+SRC_URI="http://musicip-libofa.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="|| ( APL-1.0 GPL-2 )"
 SLOT="0"
@@ -26,8 +26,8 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/libofa-0.9.3-gcc-4.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch
 }
 
 src_compile() {



1.14                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Sep 2007 19:59:00 -0000	1.13
+++ ChangeLog	6 Feb 2008 19:44:19 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libofa
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.13 2007/09/11 19:59:00 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.14 2008/02/06 19:44:19 coldwind Exp $
+
+  06 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> libofa-0.9.3.ebuild:
+  HOMEPAGE and SRC_URI updated, quoting fixed.
 
   11 Sep 2007; Samuli Suominen <drac@gentoo.org> libofa-0.9.3.ebuild:
   Fix fftw depends to version 3, fails at configure stage with 2.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog
@ 2008-04-16 12:57 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-16 12:57 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/16 12:57:29

  Modified:             libofa-0.9.3.ebuild ChangeLog
  Log:
  Fix building with GCC 4.3, thanks to Mikko C. in bug 215563.
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.15                 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.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.14&r2=1.15

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libofa-0.9.3.ebuild	6 Feb 2008 19:44:19 -0000	1.14
+++ libofa-0.9.3.ebuild	16 Apr 2008 12:57:29 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 2006-2008 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.14 2008/02/06 19:44:19 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.15 2008/04/16 12:57:29 drac Exp $
 
 inherit eutils
 
@@ -27,14 +27,11 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch
+	epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch \
+		"${FILESDIR}"/libofa-0.9.3-gcc-4.3.patch
 }
 
-src_compile() {
-	econf || die "configure failed"
-	emake || die "emake failed"
-}
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed."
 	dodoc AUTHORS README
 }



1.15                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Feb 2008 19:44:19 -0000	1.14
+++ ChangeLog	16 Apr 2008 12:57:29 -0000	1.15
@@ -1,6 +1,10 @@
 # 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.14 2008/02/06 19:44:19 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.15 2008/04/16 12:57:29 drac Exp $
+
+  16 Apr 2008; Samuli Suominen <drac@gentoo.org>
+  +files/libofa-0.9.3-gcc-4.3.patch, libofa-0.9.3.ebuild:
+  Fix building with GCC 4.3, thanks to Mikko C. in bug 215563.
 
   06 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> libofa-0.9.3.ebuild:
   HOMEPAGE and SRC_URI updated, quoting fixed.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

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

jdhore      12/05/05 08:02:44

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

Revision  Changes    Path
1.24                 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.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.23&r2=1.24

Index: libofa-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libofa-0.9.3.ebuild	22 Jul 2011 17:23:48 -0000	1.23
+++ libofa-0.9.3.ebuild	5 May 2012 08:02:44 -0000	1.24
@@ -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/libofa/libofa-0.9.3.ebuild,v 1.23 2011/07/22 17:23:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.24 2012/05/05 08:02:44 jdhore Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 	net-misc/curl
 	>=sci-libs/fftw-3"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-gcc-4.patch



1.23                 media-libs/libofa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Jul 2011 17:23:48 -0000	1.22
+++ ChangeLog	5 May 2012 08:02:44 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2011/07/22 17:23:48 angelos Exp $
+# 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 $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> libofa-0.9.3.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   22 Jul 2011; Christoph Mende <angelos@gentoo.org> libofa-0.9.3.ebuild,
   +files/libofa-0.9.3-curl-7.21.patch:






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 19:59 [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-06 19:44 Santiago M. Mola (coldwind)
2008-04-16 12:57 Samuli Suominen (drac)
2012-05-05  8:02 Jeff Horelick (jdhore)

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