diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-09 13:03:40 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-09 13:03:40 +0000 |
commit | b838b687f7dae8d015c74ecd1f5fbb924d3f59d9 (patch) | |
tree | 455036b3c94ddf76e7ae4e03999f4fe1d52a595b /sci-mathematics/ksimus-boolean | |
parent | xinetd USE flag now correctly updates vsftpd.conf.example instead of vsftpd.c... (diff) | |
download | historical-b838b687f7dae8d015c74ecd1f5fbb924d3f59d9.tar.gz historical-b838b687f7dae8d015c74ecd1f5fbb924d3f59d9.tar.bz2 historical-b838b687f7dae8d015c74ecd1f5fbb924d3f59d9.zip |
Removing unnecessary ARTS detection, see bug #100249
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics/ksimus-boolean')
-rw-r--r-- | sci-mathematics/ksimus-boolean/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild | 10 |
3 files changed, 15 insertions, 5 deletions
diff --git a/sci-mathematics/ksimus-boolean/ChangeLog b/sci-mathematics/ksimus-boolean/ChangeLog index c06473ce902e..222f36ef06a5 100644 --- a/sci-mathematics/ksimus-boolean/ChangeLog +++ b/sci-mathematics/ksimus-boolean/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ksimus-boolean # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-boolean/ChangeLog,v 1.4 2005/05/27 11:24:40 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-boolean/ChangeLog,v 1.5 2005/08/09 13:03:40 phosphan Exp $ + + 09 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> + ksimus-boolean-0.3.6.ebuild: + Removing unnecessary ARTS detection, see bug #100249 27 May 2005; Patrick Kursawe <phosphan@gentoo.org> ksimus-boolean-0.3.6.ebuild: diff --git a/sci-mathematics/ksimus-boolean/Manifest b/sci-mathematics/ksimus-boolean/Manifest index 23381cafff02..55c1cfd1f739 100644 --- a/sci-mathematics/ksimus-boolean/Manifest +++ b/sci-mathematics/ksimus-boolean/Manifest @@ -1,4 +1,4 @@ -MD5 7c60c5ba373d634e4cec87f73b509c2c ksimus-boolean-0.3.6.ebuild 703 -MD5 798c4f6f4e9022b48d52464e76b523d9 ChangeLog 1285 +MD5 561910da32a874c9ab1c824119534e3b ksimus-boolean-0.3.6.ebuild 952 +MD5 dd6e9337ca783f668f6897ba23a70fe4 ChangeLog 1425 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 884b53979f4ac4324f30e58810af7f43 files/digest-ksimus-boolean-0.3.6 158 diff --git a/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild b/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild index 27eae9c7bb49..f4ed6b616d45 100644 --- a/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild +++ b/sci-mathematics/ksimus-boolean/ksimus-boolean-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-boolean/ksimus-boolean-0.3.6.ebuild,v 1.3 2005/05/27 11:24:40 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ksimus-boolean/ksimus-boolean-0.3.6.ebuild,v 1.4 2005/08/09 13:03:40 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 } |