diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-27 16:33:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-27 16:33:03 +0000 |
commit | fc962b00cccfb51a0bd1d89f1d343f3267cbbf0f (patch) | |
tree | f454b253a36804483311752f1c9027c2bb07d7ce /net-irc | |
parent | Marking RPC-XML-0.760.0 ppc for bug 400209 (diff) | |
download | gentoo-2-fc962b00cccfb51a0bd1d89f1d343f3267cbbf0f.tar.gz gentoo-2-fc962b00cccfb51a0bd1d89f1d343f3267cbbf0f.tar.bz2 gentoo-2-fc962b00cccfb51a0bd1d89f1d343f3267cbbf0f.zip |
Version bump to latest. This version should fully support py3.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.3.7.ebuild (renamed from net-irc/weechat/weechat-0.3.6.ebuild) | 10 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 8 |
3 files changed, 14 insertions, 12 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index d421a427afc3..153953c6b472 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.100 2012/02/19 13:48:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.101 2012/02/27 16:33:03 scarabeus Exp $ + +*weechat-0.3.7 (27 Feb 2012) + + 27 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> +weechat-0.3.7.ebuild, + -weechat-0.3.6.ebuild, weechat-9999.ebuild: + Version bump to latest. This version should fully support py3. 19 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml: maintain diff --git a/net-irc/weechat/weechat-0.3.6.ebuild b/net-irc/weechat/weechat-0.3.7.ebuild index 309fe4625733..937e2d038cb8 100644 --- a/net-irc/weechat/weechat-0.3.6.ebuild +++ b/net-irc/weechat/weechat-0.3.7.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.6.ebuild,v 1.2 2011/12/31 18:12:20 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.7.ebuild,v 1.1 2012/02/27 16:33:03 scarabeus Exp $ EAPI=3 USE_RUBY="ruby18 ruby19" RUBY_OPTIONAL="yes" -PYTHON_DEPEND="python? 2" +PYTHON_DEPEND="python? *" EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git" [[ ${PV} == "9999" ]] && GIT_ECLASS="git-2" @@ -52,9 +52,7 @@ DOCS="AUTHORS ChangeLog NEWS README" #REQUIRED_USE=" || ( ncurses gtk )" pkg_setup() { - python_set_active_version 2 python_pkg_setup - ruby-ng_pkg_setup } @@ -99,6 +97,6 @@ pkg_postinst() { if use scripts && use python; then elog "You may use the following script from upstream to manage your scripts." elog "It helps with downloading and updating other scripts:" - elog " http://www.weechat.org/scripts/source/stable/weeget.py/" + elog " http://www.weechat.org/scripts/source/stable/weeget.py/" fi } diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 5b9641f05888..6752eab90343 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.12 2011/12/31 18:12:20 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.13 2012/02/27 16:33:03 scarabeus Exp $ EAPI=3 USE_RUBY="ruby18 ruby19" RUBY_OPTIONAL="yes" -PYTHON_DEPEND="python? 2" +PYTHON_DEPEND="python? *" EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git" [[ ${PV} == "9999" ]] && GIT_ECLASS="git-2" @@ -52,9 +52,7 @@ DOCS="AUTHORS ChangeLog NEWS README" #REQUIRED_USE=" || ( ncurses gtk )" pkg_setup() { - python_set_active_version 2 python_pkg_setup - ruby-ng_pkg_setup } |