summaryrefslogtreecommitdiff
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
commit5c838f05862d8eb21b91c53cf054e17f5a14fae5 (patch)
tree519e19e6cc9c0de7ae65f6b951fdf4fe9164ac0e /net-im/psi
parentstabilize for everyone (diff)
downloadhistorical-5c838f05862d8eb21b91c53cf054e17f5a14fae5.tar.gz
historical-5c838f05862d8eb21b91c53cf054e17f5a14fae5.tar.bz2
historical-5c838f05862d8eb21b91c53cf054e17f5a14fae5.zip
cosmetic change to use flag check
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-im/psi')
-rw-r--r--net-im/psi/ChangeLog7
-rw-r--r--net-im/psi/Manifest10
-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, 19 insertions, 14 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..52e19c924fdf 100644
--- a/net-im/psi/Manifest
+++ b/net-im/psi/Manifest
@@ -1,8 +1,8 @@
-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 9be05fc55a3945a9b805647d1dff6914 ChangeLog 10137
+MD5 f67fb9545a019937912440c7fcebf9b2 psi-0.9.3-r2.ebuild 9438
+MD5 76acc3aba2331ac16bff40358db640d8 psi-0.9.3-r4.ebuild 9127
+MD5 0691899c53d869d2909e460646237a98 psi-0.9.3-r1.ebuild 8151
+MD5 605af285d446205b316ffa6dceca96a2 psi-0.9.3-r3.ebuild 9836
+MD5 74aed80010c87a4b83e1cbcc40bc9319 ChangeLog 10341
MD5 9b91ead14acbf0da98d3b33e75c67e79 metadata.xml 306
MD5 b35105d488f11cae19484290159023b1 files/psi-add-status-history.patch 13703
MD5 fc8fae7a49b592b4f2c2914c21494c11 files/digest-psi-0.9.3-r1 1924
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."