summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-04-10 21:02:40 +0000
committerAlex Legler <a3li@gentoo.org>2011-04-10 21:02:40 +0000
commit65ce4c4d7896cd6d45ce3cc805ff8948f1b2b509 (patch)
tree328cfbbcac9180a43f265d6c7b7d62c97ef676a7 /net-irc/rbot
parentNeeds PyQt4[svg], bug 362679 (diff)
downloadgentoo-2-65ce4c4d7896cd6d45ce3cc805ff8948f1b2b509.tar.gz
gentoo-2-65ce4c4d7896cd6d45ce3cc805ff8948f1b2b509.tar.bz2
gentoo-2-65ce4c4d7896cd6d45ce3cc805ff8948f1b2b509.zip
Bump locale dependency to fix compile issue reported in bug 330227. Remove debugging output.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r--net-irc/rbot/ChangeLog6
-rw-r--r--net-irc/rbot/rbot-0.9.15.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index f6abf8573f38..e217a521bae0 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/rbot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.46 2011/01/19 19:04:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.47 2011/04/10 21:02:40 a3li Exp $
+
+ 10 Apr 2011; Alex Legler <a3li@gentoo.org> rbot-0.9.15.ebuild:
+ Bump locale dependency to fix compile issue reported in bug 330227. Remove
+ debugging output.
19 Jan 2011; Hans de Graaff <graaff@gentoo.org> -rbot-0.9.14.ebuild:
Remove old version.
diff --git a/net-irc/rbot/rbot-0.9.15.ebuild b/net-irc/rbot/rbot-0.9.15.ebuild
index bba46e053017..37f675307993 100644
--- a/net-irc/rbot/rbot-0.9.15.ebuild
+++ b/net-irc/rbot/rbot-0.9.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.2 2010/08/06 19:06:01 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.3 2011/04/10 21:02:40 a3li Exp $
EAPI="2"
# ruby19 needs ruby-gettext on 19 first
@@ -42,7 +42,7 @@ ruby_add_rdepend "
timezone? ( dev-ruby/tzinfo )
translator? ( dev-ruby/mechanize )
shorturl? ( dev-ruby/shorturl )
- nls? ( dev-ruby/ruby-gettext )
+ nls? ( dev-ruby/ruby-gettext >=dev-ruby/locale-2.0.5-r2 )
dict? ( dev-ruby/ruby-dict )"
# gettext does not yet work on 1.9, so generate locales on 1.8
@@ -144,7 +144,7 @@ all_ruby_compile() {
done
fi
- ruby18 /usr/bin/rake --trace makemo || die "locale generation failed"
+ ruby18 /usr/bin/rake makemo || die "locale generation failed"
fi
}