diff options
author | Peter Volkov <pva@gentoo.org> | 2006-01-16 09:58:18 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-01-16 09:58:18 +0000 |
commit | 5d8fc4319ae5e63fbd342e91f40b109cbef12bb9 (patch) | |
tree | 1efc7da3652368d55a7a5a6b5364f2cd776b84e0 /net-im/sim | |
parent | arm/ia64/s390 love (diff) | |
download | historical-5d8fc4319ae5e63fbd342e91f40b109cbef12bb9.tar.gz historical-5d8fc4319ae5e63fbd342e91f40b109cbef12bb9.tar.bz2 historical-5d8fc4319ae5e63fbd342e91f40b109cbef12bb9.zip |
Backticks are not necessary in "if" statements... removed. Thanks Thomas Fischer for pointing my attention on this abc-fact.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-im/sim')
-rw-r--r-- | net-im/sim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/sim/Manifest | 4 | ||||
-rw-r--r-- | net-im/sim/sim-0.9.4_pre060114.ebuild | 54 |
3 files changed, 34 insertions, 30 deletions
diff --git a/net-im/sim/ChangeLog b/net-im/sim/ChangeLog index efc72eb1ddcc..18013ef94edb 100644 --- a/net-im/sim/ChangeLog +++ b/net-im/sim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/sim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.48 2006/01/15 19:05:42 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.49 2006/01/16 09:58:18 pva Exp $ + + 16 Jan 2006; Peter Volkov <pva@gentoo.org> sim-0.9.4_pre060114.ebuild: + Backticks are not necessary in "if" statements... removed. Thanks Thomas + Fischer for pointing my attention on this abc-fact. *sim-0.9.4_pre060114 (15 Jan 2006) diff --git a/net-im/sim/Manifest b/net-im/sim/Manifest index fc6e7d9a3c85..d6c770b8f7e5 100644 --- a/net-im/sim/Manifest +++ b/net-im/sim/Manifest @@ -1,4 +1,4 @@ -MD5 0f690a29c0d9564de56bb0a8318c36ad ChangeLog 7046 +MD5 0293d896a4f7029bb01630dc4d2eace5 ChangeLog 7249 MD5 ee5f989cba64648aa222ad7061f5e03c files/digest-sim-0.8.3 62 MD5 c133708c32a698c1115ab3e7e7973b28 files/digest-sim-0.9.2 128 MD5 4c14c29d500e9d851cd3796159ef370b files/digest-sim-0.9.3-r1 64 @@ -18,4 +18,4 @@ MD5 6717d6a5a02af00c8712952ae9de029c sim-0.9.2.ebuild 1537 MD5 cdf372b239be86285e8cc165669e4306 sim-0.9.3-r1.ebuild 1269 MD5 76d5c4e634c4dfeb1f584a4011efb077 sim-0.9.3-r2.ebuild 1104 MD5 e7acb4308b9e3d75322240c05562b5d5 sim-0.9.3-r3.ebuild 1206 -MD5 af49c23c784e0b6de265996b880f7803 sim-0.9.4_pre060114.ebuild 3353 +MD5 f3fea47c0c8bcfa73d0fd0dd7872a972 sim-0.9.4_pre060114.ebuild 3326 diff --git a/net-im/sim/sim-0.9.4_pre060114.ebuild b/net-im/sim/sim-0.9.4_pre060114.ebuild index eb4bed84760f..2a4fa4cd3e16 100644 --- a/net-im/sim/sim-0.9.4_pre060114.ebuild +++ b/net-im/sim/sim-0.9.4_pre060114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4_pre060114.ebuild,v 1.1 2006/01/15 19:05:42 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4_pre060114.ebuild,v 1.2 2006/01/16 09:58:18 pva Exp $ inherit kde-functions eutils debug @@ -35,45 +35,45 @@ pkg_setup() { if [ -z ${myver} ] ; then ewarn "Building svn version exported on ${myver}." fi - if `use kde` ; then - if `has_version net-im/sim`; then - if ! `built_with_use net-im/sim kde`; then - ewarn "Your system already has sim emerged with USE=\"-kde\"." - ewarn "Now you are trying to emerge it with kde support." - ewarn "Sim has problem that leads to compilation failure in such case." - ewarn "To emerge sim with kde support, first clean out previous" - ewarn "installation with \`emerge -C sim\` and then try again." + if use kde ; then + if has_version net-im/sim ; then + if ! built_with_use net-im/sim kde ; then + ewarn 'Your system already has sim emerged with USE="-kde".' + ewarn 'Now you are trying to emerge it with kde support.' + ewarn 'Sim has problem that leads to compilation failure in such case.' + ewarn 'To emerge sim with kde support, first clean out previous' + ewarn 'installation with `emerge -C sim` and then try again.' die "Previous installation found. Unmerge it first." fi fi - if `use spell`; then - if ! `built_with_use kde-base/kdelibs spell`; then + if use spell; then + if ! built_with_use kde-base/kdelibs spell ; then ewarn "kde-base/kdelibs were merged without spell in USE." ewarn "Thus spelling will not work in sim. Please, either" ewarn "reemerge kde-base/kdelibs with spell in USE or emerge" - ewarn "sim with USE=\"-spell\" to avoid this message." + ewarn 'sim with USE="-spell" to avoid this message.' ebeep fi else - if `built_with_use kde-base/kdelibs spell`; then - ewarn "kde-base/kdelibs were merged with spell in USE." - ewarn "Thus spelling will work in sim. Please, either" - ewarn "reemerge kde-base/kdelibs without spell in USE or emerge" - ewarn "sim with USE=\"spell\" to avoid this message." + if built_with_use kde-base/kdelibs spell ; then + ewarn 'kde-base/kdelibs were merged with spell in USE.' + ewarn 'Thus spelling will work in sim. Please, either' + ewarn 'reemerge kde-base/kdelibs without spell in USE or emerge' + ewarn 'sim with USE="spell" to avoid this message.' ebeep fi fi - if ! `built_with_use kde-base/kdelibs arts`; then + if ! built_with_use kde-base/kdelibs arts ; then myconf="--without-arts" fi else - if `has_version net-im/sim`; then - if `built_with_use net-im/sim kde`; then - ewarn "Your system already has sim emerged with USE=\"kde\"." - ewarn "Now you are trying to emerge it without kde support." - ewarn "Sim has problem that leads to compilation failure in such case." - ewarn "To emerge sim without kde support, first clean out previous" - ewarn "installation with \`emerge -C sim\` and then try again." + if has_version net-im/sim ; then + if built_with_use net-im/sim kde ; then + ewarn 'Your system already has sim emerged with USE="kde".' + ewarn 'Now you are trying to emerge it without kde support.' + ewarn 'Sim has problem that leads to compilation failure in such case.' + ewarn 'To emerge sim without kde support, first clean out previous' + ewarn 'installation with `emerge -C sim` and then try again.' die "Previous installation found. Unmerge it first." fi fi @@ -84,13 +84,13 @@ src_compile() { need-autoconf 2.5 need-automake 1.7 - if `use kde` ; then + if use kde ; then set-kdedir 3 fi make -f admin/Makefile.common || die "Failed to create Makefiles..." - if ! `use kde` ; then + if ! use kde ; then use spell || export DO_NOT_COMPILE="$DO_NOT_COMPILE plugins/spell" fi |