summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-02-06 19:44:19 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-02-06 19:44:19 +0000
commit3a2a7656c949032c8902b864e066a756f7909221 (patch)
tree35e3cc3f09f6ce4ff48d53a498fcbd8766cae5fa /media-libs
parentMasking hb and hb2 USE flags as no suitable solution for evms exists (diff)
downloadgentoo-2-3a2a7656c949032c8902b864e066a756f7909221.tar.gz
gentoo-2-3a2a7656c949032c8902b864e066a756f7909221.tar.bz2
gentoo-2-3a2a7656c949032c8902b864e066a756f7909221.zip
HOMEPAGE and SRC_URI updated, quoting fixed.
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libofa/ChangeLog7
-rw-r--r--media-libs/libofa/libofa-0.9.3.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/libofa/ChangeLog b/media-libs/libofa/ChangeLog
index 77962789e0ea..957c99550bde 100644
--- a/media-libs/libofa/ChangeLog
+++ b/media-libs/libofa/ChangeLog
@@ -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.
diff --git a/media-libs/libofa/libofa-0.9.3.ebuild b/media-libs/libofa/libofa-0.9.3.ebuild
index a90c4f2ef0d3..d55f77f099b7 100644
--- a/media-libs/libofa/libofa-0.9.3.ebuild
+++ b/media-libs/libofa/libofa-0.9.3.ebuild
@@ -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 @@ pkg_setup() {
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() {