diff options
author | Olivier Crête <tester@gentoo.org> | 2007-05-01 04:11:31 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-05-01 04:11:31 +0000 |
commit | 174bad572d1491b52b996456cc384ddec3a5c130 (patch) | |
tree | 1e48fa12bb255b3b5039fc29c5daf2827f4b5504 /net-im | |
parent | Version bump. (diff) | |
download | gentoo-2-174bad572d1491b52b996456cc384ddec3a5c130.tar.gz gentoo-2-174bad572d1491b52b996456cc384ddec3a5c130.tar.bz2 gentoo-2-174bad572d1491b52b996456cc384ddec3a5c130.zip |
Add build dep on perl, and fix ewarn
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.0.0_beta7.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index 99c3a38cf618..a0de7f1713c2 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.1 2007/05/01 03:04:18 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.2 2007/05/01 04:11:31 tester Exp $ + + 01 May 2007; Olivier Crête <tester@gentoo.org> pidgin-2.0.0_beta7.ebuild: + Add build dep on perl, and fix ewarn 01 May 2007; Olivier Crête <tester@gentoo.org> ChangeLog: Add pidgin, which is the renamed version of net-im/gaim diff --git a/net-im/pidgin/pidgin-2.0.0_beta7.ebuild b/net-im/pidgin/pidgin-2.0.0_beta7.ebuild index 31afcf81a5c4..6889e28db883 100644 --- a/net-im/pidgin/pidgin-2.0.0_beta7.ebuild +++ b/net-im/pidgin/pidgin-2.0.0_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0_beta7.ebuild,v 1.1 2007/05/01 03:04:18 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0_beta7.ebuild,v 1.2 2007/05/01 04:11:31 tester Exp $ inherit flag-o-matic eutils toolchain-funcs multilib mono autotools perl-app gnome2 @@ -53,6 +53,8 @@ RDEPEND=" mono? ( dev-lang/mono )" DEPEND="$RDEPEND + dev-lang/perl + dev-perl/XML-Parser dev-util/pkgconfig nls? ( sys-devel/gettext )" @@ -76,6 +78,7 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,zephyr,simple" # x11-plugins/gaim-otr # x11-plugins/gaimosd # x11-plugins/guifications +# x11-plugins/gaim-xfire # List of plugins # x11-plugins/pidgin-extprefs @@ -100,7 +103,7 @@ print_pidgin_warning() { ewarn ewarn "If you are merging ${MY_P} from an earlier version of gaim," ewarn "you may need to re-merge any plugins like gaim-encryption or" - wearn " gaim-snpp." + ewarn " gaim-snpp (when they are ported to pidgin!)." ewarn ewarn "If you experience problems with pidgin, file them as bugs with" ewarn "Gentoo's bugzilla, http://bugs.gentoo.org. DO NOT report them" |