diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-13 03:42:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-13 03:42:53 +0000 |
commit | e685103e08d0f3262a6d9c7118f371719e9c86bd (patch) | |
tree | 73e10a4a983b6b01f09fa663bd98584fb2107953 /sci-mathematics | |
parent | Add ~mips for my XXS1500 hardware. (diff) | |
download | historical-e685103e08d0f3262a6d9c7118f371719e9c86bd.tar.gz historical-e685103e08d0f3262a6d9c7118f371719e9c86bd.tar.bz2 historical-e685103e08d0f3262a6d9c7118f371719e9c86bd.zip |
Put in a fix to allow aurecord to build when X isn't installed.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/Manifest | 15 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild | 7 |
3 files changed, 24 insertions, 4 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index 55feb4ce4f3c..b202d3fc0dad 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.5 2005/01/18 19:53:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.6 2005/02/13 03:42:53 robbat2 Exp $ + + 12 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> + octave-forge-2004.11.16.ebuild: + Put in a fix to allow aurecord to build when X isn't installed. 18 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> octave-forge-2004.02.12.ebuild: diff --git a/sci-mathematics/octave-forge/Manifest b/sci-mathematics/octave-forge/Manifest index c2599ccc04e0..48ac621d0952 100644 --- a/sci-mathematics/octave-forge/Manifest +++ b/sci-mathematics/octave-forge/Manifest @@ -1,8 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3d0fadebbb4144323a085f3da5f2e53e octave-forge-2003.06.02.ebuild 1937 -MD5 48230075912fa882b2f7db24e851cce4 octave-forge-2004.11.16.ebuild 1936 +MD5 ec424b9207a426d5c380b67f8cd1dae8 octave-forge-2004.11.16.ebuild 2146 MD5 d2f4f3ace915d5831cbcad92627221b0 octave-forge-2003.02.22.ebuild 1966 MD5 20ee4328bf374413c8e70aca60c1e04d octave-forge-2004.02.12.ebuild 2227 -MD5 4b3e982fd50995917819a884f000023d ChangeLog 2852 +MD5 f0549f1be8bd924517d21a587a2e4581 ChangeLog 3005 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 df51218baee555e6ec187aa95115aa01 files/digest-octave-forge-2003.02.22 76 MD5 b0d60c59feed689f1454ba67e50df211 files/digest-octave-forge-2003.06.02 76 @@ -11,3 +14,11 @@ MD5 7a2c9437d0cf3b7b65738969d0aac2e1 files/digest-octave-forge-2004.02.12 76 MD5 3aacf6f3c335a1f63edef94a9bd7011a files/digest-octave-forge-2004.11.16 76 MD5 8d2f41d57f555add4c78fbe6dc0ee758 files/octave-2.1.57+.patch 905 MD5 9429fc7b84a5d36c0599ddeccad6d379 files/octave-forge-2004.02.12-fPIC.patch 526 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) +Comment: Robbat2 @ Orbis-Terrarum Networks + +iD8DBQFCDszJPpIsIjIzwiwRAp97AKD0VI/jzUwcE5GMA6BaVsrS1KoeEACgwmk0 +3ngjSJvr1vx9WzYUxjQxrs8= +=9lBr +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild b/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild index 1bb1e5e29efb..f09ebb762a3b 100644 --- a/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild,v 1.1 2005/01/17 11:36:23 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild,v 1.2 2005/02/13 03:42:53 robbat2 Exp $ inherit eutils @@ -23,6 +23,11 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}.patch + + # make it compile when X isn't installed. The source file there really + # doesn't need X at all. + # 02 Feb 2005, Robin H. Johnson <robbat2@gentoo.org> + sed -e '/#include <X11/d' -i ${S}/main/audio/aurecord.cc } src_compile() { |