diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:34:19 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:34:19 +0000 |
commit | 9df2c9d72df94aa2755a6826f98e48e91e750509 (patch) | |
tree | 7dea96f0731ae3c5284016ed2a2dea6a10d74b35 /sci-misc/boinc | |
parent | Replaced text-markup by tex (text-markup split). (diff) | |
download | gentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.tar.gz gentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.tar.bz2 gentoo-2-9df2c9d72df94aa2755a6826f98e48e91e750509.zip |
QA: which -> type -P
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-misc/boinc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 9 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.72.20050813-r3.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.2.14.ebuild | 8 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.4.11.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.5.6.ebuild | 6 |
5 files changed, 20 insertions, 15 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 8fccc30d97d1..c0fa0df7dcde 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-misc/boinc -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.29 2006/11/23 16:17:55 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.30 2007/03/13 00:34:19 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> + boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild, + boinc-5.5.6.ebuild: + QA: which -> type -P 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild, diff --git a/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild b/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild index f49b6efdf532..c9bb104f2ebe 100644 --- a/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild +++ b/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild,v 1.5 2006/11/23 16:17:55 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.72.20050813-r3.ebuild,v 1.6 2007/03/13 00:34:19 kugelfang Exp $ inherit eutils @@ -53,7 +53,7 @@ src_compile() { econf \ --enable-client \ --disable-static-client \ - --with-wx-config=$(which wx-config-2.6) \ + --with-wx-config=$(type -P wx-config-2.6) \ $(use_enable server) \ $(use_with X x) || die "econf failed" emake || die "emake failed" diff --git a/sci-misc/boinc/boinc-5.2.14.ebuild b/sci-misc/boinc/boinc-5.2.14.ebuild index 4815a20f92fb..cd634c07bde8 100644 --- a/sci-misc/boinc/boinc-5.2.14.ebuild +++ b/sci-misc/boinc/boinc-5.2.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.7 2006/11/23 16:17:55 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.8 2007/03/13 00:34:19 kugelfang Exp $ inherit eutils @@ -41,7 +41,7 @@ src_unpack() { unpack ${A} cd ${S} - # Applu patches, most of which from Debian + # Apply patches, most of which from Debian EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch epatch ${FILESDIR}/08_all_Makefile.patch epatch ${FILESDIR}/${P}-gcc-4.1.patch @@ -54,7 +54,7 @@ src_compile() { econf \ --enable-client \ --disable-static-client \ - --with-wx-config=$(which wx-config-2.6) \ + --with-wx-config=$(type -P wx-config-2.6) \ $(use_enable unicode) \ $(use_enable server) \ $(use_with X x) || die "econf failed" diff --git a/sci-misc/boinc/boinc-5.4.11.ebuild b/sci-misc/boinc/boinc-5.4.11.ebuild index cf2b821deea3..44698fbf2f65 100644 --- a/sci-misc/boinc/boinc-5.4.11.ebuild +++ b/sci-misc/boinc/boinc-5.4.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.4.11.ebuild,v 1.2 2006/11/23 16:17:55 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.4.11.ebuild,v 1.3 2007/03/13 00:34:19 kugelfang Exp $ inherit eutils @@ -50,7 +50,7 @@ src_compile() { econf \ --enable-client \ --disable-static-client \ - --with-wx-config=$(which wx-config-2.6) \ + --with-wx-config=$(type -P wx-config-2.6) \ $(use_enable unicode) \ $(use_enable server) \ $(use_with X x) || die "econf failed" diff --git a/sci-misc/boinc/boinc-5.5.6.ebuild b/sci-misc/boinc/boinc-5.5.6.ebuild index bff5b0bd9c17..221266e7e29c 100644 --- a/sci-misc/boinc/boinc-5.5.6.ebuild +++ b/sci-misc/boinc/boinc-5.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.5 2006/11/23 16:17:55 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.6 2007/03/13 00:34:19 kugelfang Exp $ inherit eutils @@ -56,7 +56,7 @@ src_compile() { econf \ --enable-client \ --disable-static-client \ - --with-wx-config=$(which wx-config-2.6) \ + --with-wx-config=$(type -P wx-config-2.6) \ $(use_enable unicode) \ $(use_enable server) \ $(use_with X x) || die "econf failed" |