summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-08-13 00:09:22 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-08-13 00:09:22 +0000
commitb602496e8dbf9be76d01b29241d8f277355b4ee6 (patch)
tree719b2d9f7622b09d49fc6619d21192bbc19c2b47 /net-im
parentstabilize for everyone (diff)
downloadgentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.tar.gz
gentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.tar.bz2
gentoo-2-b602496e8dbf9be76d01b29241d8f277355b4ee6.zip
cosmetic change to use flag check
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/ChangeLog7
-rw-r--r--net-im/psi/Manifest8
-rw-r--r--net-im/psi/psi-0.9.3-r1.ebuild4
-rw-r--r--net-im/psi/psi-0.9.3-r2.ebuild4
-rw-r--r--net-im/psi/psi-0.9.3-r3.ebuild4
-rw-r--r--net-im/psi/psi-0.9.3-r4.ebuild4
6 files changed, 18 insertions, 13 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog
index 4ce34a1ae453..80dd73eeb9a2 100644
--- a/net-im/psi/ChangeLog
+++ b/net-im/psi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/psi
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.78 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.79 2005/08/13 00:09:22 humpback Exp $
+
+ 13 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ psi-0.9.3-r1.ebuild, psi-0.9.3-r2.ebuild, psi-0.9.3-r3.ebuild,
+ psi-0.9.3-r4.ebuild:
+ Cosmetic change to fix way that use flag was cheked.
28 Jul 2005; Caleb Tennis <caleb@gentoo.org> psi-0.9.3-r1.ebuild,
psi-0.9.3-r2.ebuild, psi-0.9.3-r3.ebuild, psi-0.9.3-r4.ebuild:
diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest
index 5b3344540b97..b962833aec6a 100644
--- a/net-im/psi/Manifest
+++ b/net-im/psi/Manifest
@@ -1,7 +1,7 @@
-MD5 96073090711a8e0165ba0ba9af5b23f3 psi-0.9.3-r2.ebuild 9435
-MD5 d92ec4a4c2f0bc79f7deaf07b6d62ee8 psi-0.9.3-r4.ebuild 9124
-MD5 a26bdd57d1b67a73cf33f8e25459b13e psi-0.9.3-r1.ebuild 8148
-MD5 cef4330339153c46ac84868145fc2bd3 psi-0.9.3-r3.ebuild 9833
+MD5 647901fcc3bc3ece9e7c8ad77b9ca979 psi-0.9.3-r2.ebuild 9435
+MD5 3d8467c226554a22e465f5b767708593 psi-0.9.3-r4.ebuild 9124
+MD5 bdf169522c98674f4fe41b356eb37570 psi-0.9.3-r1.ebuild 8148
+MD5 20abd8e5c7d1c5d3a291afb64ca3e3dc psi-0.9.3-r3.ebuild 9833
MD5 9be05fc55a3945a9b805647d1dff6914 ChangeLog 10137
MD5 9b91ead14acbf0da98d3b33e75c67e79 metadata.xml 306
MD5 b35105d488f11cae19484290159023b1 files/psi-add-status-history.patch 13703
diff --git a/net-im/psi/psi-0.9.3-r1.ebuild b/net-im/psi/psi-0.9.3-r1.ebuild
index 27c58cec46fb..9764a46c73fc 100644
--- a/net-im/psi/psi-0.9.3-r1.ebuild
+++ b/net-im/psi/psi-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r1.ebuild,v 1.11 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r1.ebuild,v 1.12 2005/08/13 00:09:22 humpback Exp $
inherit eutils qt3
@@ -65,7 +65,7 @@ PATCHDIR="${PATCHBASE}/${VER}"
src_unpack() {
unpack ${A}
- if !(use extras);
+ if ! use extras ;
then
ewarn "You are going to install the original psi version. You might want to"
ewarn "try the version with extra unsuported patches by adding 'extras' to"
diff --git a/net-im/psi/psi-0.9.3-r2.ebuild b/net-im/psi/psi-0.9.3-r2.ebuild
index 84fae2f69bd7..a7f9108e9e1f 100644
--- a/net-im/psi/psi-0.9.3-r2.ebuild
+++ b/net-im/psi/psi-0.9.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.10 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.11 2005/08/13 00:09:22 humpback Exp $
inherit eutils qt3
@@ -73,7 +73,7 @@ src_unpack() {
epatch ${FILESDIR}/psi-desktop.patch
epatch ${FILESDIR}/psi-desktop_file_and_icons_directories.patch
- if !(use extras); then
+ if ! use extras ; then
ewarn "You are going to install the original psi version. You might want to"
ewarn "try the version with extra unsuported patches by adding 'extras' to"
ewarn "your use flags."
diff --git a/net-im/psi/psi-0.9.3-r3.ebuild b/net-im/psi/psi-0.9.3-r3.ebuild
index 2520a31901d3..1cd49cdcacc2 100644
--- a/net-im/psi/psi-0.9.3-r3.ebuild
+++ b/net-im/psi/psi-0.9.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r3.ebuild,v 1.7 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r3.ebuild,v 1.8 2005/08/13 00:09:22 humpback Exp $
inherit eutils qt3
@@ -74,7 +74,7 @@ src_unpack() {
epatch ${FILESDIR}/psi-desktop.patch
epatch ${FILESDIR}/psi-desktop_file_and_icons_directories.patch
- if !(use extras); then
+ if ! use extras ; then
ewarn "You are going to install the original psi version. You might want to"
ewarn "try the version with extra unsuported patches by adding 'extras' to"
ewarn "your use flags."
diff --git a/net-im/psi/psi-0.9.3-r4.ebuild b/net-im/psi/psi-0.9.3-r4.ebuild
index 4b8f26c54fd1..8c57289add4f 100644
--- a/net-im/psi/psi-0.9.3-r4.ebuild
+++ b/net-im/psi/psi-0.9.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r4.ebuild,v 1.12 2005/07/28 14:28:38 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r4.ebuild,v 1.13 2005/08/13 00:09:22 humpback Exp $
inherit eutils qt3
@@ -73,7 +73,7 @@ src_unpack() {
epatch ${FILESDIR}/psi-desktop_file_and_icons_directories.patch
epatch ${FILESDIR}/psi-reverse_trayicon.patch
- if !(use extras); then
+ if ! use extras ; then
ewarn "You are going to install the original psi version. You might want to"
ewarn "try the version with extra unsuported patches by adding 'extras' to"
ewarn "your use flags."