summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-08-09 13:36:56 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-08-09 13:36:56 +0000
commita880a0408e6a79a0f620678348f2f0ce828e1917 (patch)
treeabc032e4de25a0678ec4141a768bf6b1976ef9bc /sci-mathematics/ksimus-datarecorder
parentAdd ~sparc keyword (prepare for X modular testing). (diff)
downloadgentoo-2-a880a0408e6a79a0f620678348f2f0ce828e1917.tar.gz
gentoo-2-a880a0408e6a79a0f620678348f2f0ce828e1917.tar.bz2
gentoo-2-a880a0408e6a79a0f620678348f2f0ce828e1917.zip
Removing unnecessary ARTS detection, see bug #100249
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/ksimus-datarecorder')
-rw-r--r--sci-mathematics/ksimus-datarecorder/ChangeLog6
-rw-r--r--sci-mathematics/ksimus-datarecorder/Manifest2
-rw-r--r--sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild10
3 files changed, 14 insertions, 4 deletions
diff --git a/sci-mathematics/ksimus-datarecorder/ChangeLog b/sci-mathematics/ksimus-datarecorder/ChangeLog
index 22b760dd7866..8389980191c4 100644
--- a/sci-mathematics/ksimus-datarecorder/ChangeLog
+++ b/sci-mathematics/ksimus-datarecorder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/ksimus-datarecorder
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ChangeLog,v 1.3 2005/05/27 13:01:39 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ChangeLog,v 1.4 2005/08/09 13:36:56 phosphan Exp $
+
+ 09 Aug 2005; Patrick Kursawe <phosphan@gentoo.org>
+ ksimus-datarecorder-0.3.6.ebuild:
+ Removing unnecessary ARTS detection, see bug #100249
27 May 2005; Patrick Kursawe <phosphan@gentoo.org>
ksimus-datarecorder-0.3.6.ebuild:
diff --git a/sci-mathematics/ksimus-datarecorder/Manifest b/sci-mathematics/ksimus-datarecorder/Manifest
index 33523cea53eb..628181b7507b 100644
--- a/sci-mathematics/ksimus-datarecorder/Manifest
+++ b/sci-mathematics/ksimus-datarecorder/Manifest
@@ -1,4 +1,4 @@
-MD5 a7668d63c04b8d8fd2a4fea50a957136 ksimus-datarecorder-0.3.6.ebuild 729
+MD5 36f0fa4b8502747640bfc58d2c9329ad ksimus-datarecorder-0.3.6.ebuild 978
MD5 45fcc75f70751c7f91fddd227f4cbb70 ChangeLog 1218
MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220
MD5 597a1fc7c18dc0896707a81961a43e00 files/digest-ksimus-datarecorder-0.3.6 168
diff --git a/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild b/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild
index ec103b99408d..427aa6a07b9d 100644
--- a/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild
+++ b/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-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-datarecorder/ksimus-datarecorder-0.3.6.ebuild,v 1.2 2005/05/27 13:01:39 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-datarecorder/ksimus-datarecorder-0.3.6.ebuild,v 1.3 2005/08/09 13:36:56 phosphan Exp $
-inherit kde eutils
+inherit kde eutils fixheadtails
MYPATCH="${PN}-${PV}-namespaces.patch"
HOMEPAGE="http://ksimus.berlios.de/"
@@ -24,4 +24,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
}