diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-09 13:20:43 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-09 13:20:43 +0000 |
commit | 8f27655076a643d4da70dff4ab1c608ea9242675 (patch) | |
tree | 1044030b7173a3d181b88e924e9bbaf33d636232 /sci-mathematics/ksimus-floatingpoint | |
parent | fix invalid atoms (diff) | |
download | gentoo-2-8f27655076a643d4da70dff4ab1c608ea9242675.tar.gz gentoo-2-8f27655076a643d4da70dff4ab1c608ea9242675.tar.bz2 gentoo-2-8f27655076a643d4da70dff4ab1c608ea9242675.zip |
Removing unnecessary ARTS detection, see bug #100249
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/ksimus-floatingpoint')
-rw-r--r-- | sci-mathematics/ksimus-floatingpoint/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/ksimus-floatingpoint/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/sci-mathematics/ksimus-floatingpoint/ChangeLog b/sci-mathematics/ksimus-floatingpoint/ChangeLog index a6e6ee1c923f..73159f8435de 100644 --- a/sci-mathematics/ksimus-floatingpoint/ChangeLog +++ b/sci-mathematics/ksimus-floatingpoint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ksimus-floatingpoint # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ChangeLog,v 1.3 2005/05/27 11:51:25 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ChangeLog,v 1.4 2005/08/09 13:20:43 phosphan Exp $ + + 09 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> + ksimus-floatingpoint-0.3.6.ebuild: + Removing unnecessary ARTS detection, see bug #100249 27 May 2005; Patrick Kursawe <phosphan@gentoo.org> ksimus-floatingpoint-0.3.6.ebuild: diff --git a/sci-mathematics/ksimus-floatingpoint/Manifest b/sci-mathematics/ksimus-floatingpoint/Manifest index 97c76daa66b4..c0edce827776 100644 --- a/sci-mathematics/ksimus-floatingpoint/Manifest +++ b/sci-mathematics/ksimus-floatingpoint/Manifest @@ -1,4 +1,4 @@ -MD5 79a83326fe80c1deb4f9aa47d1ec31fd ksimus-floatingpoint-0.3.6.ebuild 786 +MD5 7f39144c15b9b843c674ef9a6866db7c ksimus-floatingpoint-0.3.6.ebuild 1035 MD5 0caecc729d84b5b839a72362cdc0325f ChangeLog 1242 MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 MD5 2a4ef1acfbe6501df7f06e1120742b3c files/digest-ksimus-floatingpoint-0.3.6 170 diff --git a/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild b/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild index c132f6e69c7e..e0ca19fd2e57 100644 --- a/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild +++ b/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild,v 1.2 2005/05/27 11:51:25 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-floatingpoint/ksimus-floatingpoint-0.3.6.ebuild,v 1.3 2005/08/09 13:20:43 phosphan Exp $ -inherit kde eutils +inherit kde eutils fixheadtails MYPATCH="${PN}-${PV}-namespaces.patch" HOMEPAGE="http://ksimus.berlios.de/" @@ -25,4 +25,10 @@ src_unpack() { unpack ${MYPATCH}.bz2 cd ${S} epatch ${WORKDIR}/${MYPATCH} + ht_fix_file acinclude.m4 aclocal.m4 configure \ + admin/acinclude.m4.in admin/cvs.sh admin/libtool.m4.in + + sed -e 's/.*MISSING_ARTS_ERROR(.*//' -i admin/acinclude.m4.in || \ + die "could not remove ARTS check" + make -f Makefile.dist } |