diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-08 20:11:07 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-08 20:11:07 +0000 |
commit | 457da76148af40112c97e24445e1f06d4cd45393 (patch) | |
tree | ce627d97da920599ff88b6dfa73eb5116b2b28bd /net-im/gaim/gaim-0.75-r10.ebuild | |
parent | Added ~amd64 keyword. (diff) | |
download | historical-457da76148af40112c97e24445e1f06d4cd45393.tar.gz historical-457da76148af40112c97e24445e1f06d4cd45393.tar.bz2 historical-457da76148af40112c97e24445e1f06d4cd45393.zip |
Taking out note about gaim devs not liking gentoo users
Diffstat (limited to 'net-im/gaim/gaim-0.75-r10.ebuild')
-rw-r--r-- | net-im/gaim/gaim-0.75-r10.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net-im/gaim/gaim-0.75-r10.ebuild b/net-im/gaim/gaim-0.75-r10.ebuild index 28174316b24c..9497a9f1bdd2 100644 --- a/net-im/gaim/gaim-0.75-r10.ebuild +++ b/net-im/gaim/gaim-0.75-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r10.ebuild,v 1.2 2004/03/01 15:49:52 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r10.ebuild,v 1.3 2004/03/08 20:11:07 rizzo Exp $ inherit flag-o-matic eutils gcc @@ -28,6 +28,15 @@ DEPEND=">=x11-libs/gtk+-2.0 gnome? ( >=gnome-base/libgnome-2.4.0 )" PDEPEND="ssl? ( net-im/gaim-encryption )" +pkg_setup() { + ewarn + ewarn "If you experience problems with gaim, file them as bugs with" + ewarn "Gentoo's bugzilla, http://bugs.gentoo.org. DO NOT report them" + ewarn "as bugs with gaim's sourceforge tracker, and by all means DO NOT" + ewarn "seek help in #gaim." + ewarn +} + src_unpack() { unpack ${P}.tar.bz2 || die cd ${S} @@ -97,6 +106,6 @@ pkg_postinst() { ewarn "If you experience problems with gaim, file them as bugs with" ewarn "Gentoo's bugzilla, http://bugs.gentoo.org. DO NOT report them" ewarn "as bugs with gaim's sourceforge tracker, and by all means DO NOT" - ewarn "seek help in #gaim. gaim developers do not like gentoo users." + ewarn "seek help in #gaim." ewarn } |