summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-30 04:08:44 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-30 04:08:44 +0000
commitdcee4b6fc7324b5b5c95428f9f47c7d873be6673 (patch)
tree8c555d331694f0a9da19e388a49ddec87b599eaa /net-im/gaim
parentplease break cm3 now (diff)
downloadgentoo-2-dcee4b6fc7324b5b5c95428f9f47c7d873be6673.tar.gz
gentoo-2-dcee4b6fc7324b5b5c95428f9f47c7d873be6673.tar.bz2
gentoo-2-dcee4b6fc7324b5b5c95428f9f47c7d873be6673.zip
Add a message about gaim-encryption not being supported by gaim project
Diffstat (limited to 'net-im/gaim')
-rw-r--r--net-im/gaim/ChangeLog5
-rw-r--r--net-im/gaim/Manifest4
-rw-r--r--net-im/gaim/gaim-0.62.ebuild14
3 files changed, 19 insertions, 4 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index 03c351249149..0e219f04ef5f 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/gaim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.44 2003/04/25 01:55:04 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.45 2003/04/30 04:08:39 lostlogic Exp $
+
+ 29 Apr 2003; Brandon Low <lostlogic@gentoo.org> gaim-0.62.ebuild:
+ Add a message about gaim-encryption not being supported by gaim project
*gaim-0.62 (24 Apr 2003)
diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest
index cbf3581ac919..576374a42f70 100644
--- a/net-im/gaim/Manifest
+++ b/net-im/gaim/Manifest
@@ -1,7 +1,7 @@
-MD5 572ed26a58621702b3d022588900dfa6 gaim-0.62.ebuild 1440
+MD5 12a99349f51ace3e6b5fd7b890eeaee7 gaim-0.62.ebuild 1849
MD5 d528dcaebdb49a6e3e6b062b5023a37a gaim-0.61.ebuild 1437
MD5 c312c7f2f86088e2cbae1c306fb009ee gaim-0.59.9-r1.ebuild 2173
-MD5 69556124dabca070abaf247e40ae41a3 ChangeLog 7771
+MD5 483d0ad391e18c641609e72bb39e6f42 ChangeLog 7914
MD5 07beb4e67f5dd8cafed146e45b919144 files/digest-gaim-0.59.9-r1 128
MD5 9bed88f159974c776176e6ba02d778c2 files/digest-gaim-0.61 126
MD5 9f365202815e1944216b14ce27f288dd files/digest-gaim-0.62 126
diff --git a/net-im/gaim/gaim-0.62.ebuild b/net-im/gaim/gaim-0.62.ebuild
index c13103763368..9cf05e41a06a 100644
--- a/net-im/gaim/gaim-0.62.ebuild
+++ b/net-im/gaim/gaim-0.62.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.62.ebuild,v 1.1 2003/04/25 01:55:04 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.62.ebuild,v 1.2 2003/04/30 04:08:39 lostlogic Exp $
IUSE="nls perl spell ssl nas"
@@ -51,3 +51,15 @@ src_install() {
einstall || die "Install failed"
dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO ChangeLog
}
+
+pkg_postinst() {
+ if [ `use ssl` ]; then
+ ewarn
+ ewarn "You have chosen (by selecting 'USE=ssl') to install"
+ ewarn "the gaim-encryption plugin ( http://gaim-encryption.sf.net )"
+ ewarn "this plugin is NOT supported by the Gaim project, and if you"
+ ewarn "expierence problems related to it, contact the Gentoo project"
+ ewarn "via http://bugs.gentoo.rog or the gaim-encryption project."
+ ewarn
+ fi
+}