commit: 9943f8132614ae24c3c75aea8986e70dab72668d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 18:40:38 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 18:41:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9943f813
net-irc/weechat: version bump to 1.7.1
net-irc/weechat/Manifest | 1 +
net-irc/weechat/{weechat-9999.ebuild => weechat-1.7.1.ebuild} | 8 +++++---
net-irc/weechat/weechat-9999.ebuild | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index d87056f7149..747bf0fc8ea 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,2 +1,3 @@
DIST weechat-1.4.tar.bz2 2464362 SHA256
e06d9949ccececdd9692c95c41304c2f7fe9ec47b5eedd0d0a8529f6a3c1ddd4 SHA512
4c4bf25da513c25a16b24d94c1a6971db12d5cf168c83aa97570ffff53c634f7b25e92f1dbe54fefd09eeb69ece9ddc4be115bb6f6fc078ef7682dcb1df21f04
WHIRLPOOL
1db202131c1cd68e0f436f2e316ad73d0887d48533c417c1446a671bc620fdaaedb6198ac23876d62a51458ab55231d528635fc4e7fa2aa0067c60f656e3d6e5
+DIST weechat-1.7.1.tar.xz 1836844 SHA256
3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30 SHA512
4aba380704ab5f611d923a461aa17cac076a18f92a6bb8129daf5f212536672267cadcc679befbcadb48d5044e4bf973f93982d9d3c500cd9d9e12dba4dbfbba
WHIRLPOOL
6c2e2d687be4600e8d875e4c305bf2a432948d24d7a0095555bcb01fa6b4f8ac8d7180f67da010c2baf46d9bbd97e33fbbb49f63a25586a3e1a7cbb7daee8897
DIST weechat-1.7.tar.xz 1837004 SHA256
599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3 SHA512
1de4af1e6b8189a96d830480f062bb1a92626f3ccf4ef0d73d081d72472e9a0840a4776403846032582e0387b6df8b8d7dbbce2ca309263554facd3bc6a5b050
WHIRLPOOL
9f62824e6dccf4e4d95422dd2ca6e2e135f4556fa697c11ad6004047375505612082ba4299ba1b4668a32cbffbad67f9d129c33f343287222dad34263ff32505
diff --git a/net-irc/weechat/weechat-9999.ebuild
b/net-irc/weechat/weechat-1.7.1.ebuild
similarity index 96%
copy from net-irc/weechat/weechat-9999.ebuild
copy to net-irc/weechat/weechat-1.7.1.ebuild
index 74643de24b6..6e8c0992405 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-1.7.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
CMAKE_MAKEFILE_GENERATOR=emake
inherit python-single-r1 cmake-utils
@@ -26,7 +26,6 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts
+spell +trigger +xf
SCRIPT_LANGS="guile lua +perl +python ruby tcl"
LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS}
${INTERFACES} ${NETWORKS}"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
dev-libs/libgcrypt:0=
@@ -58,7 +57,10 @@ DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc
ReleaseNotes.adoc README.ado
# tests need to be fixed to not use system plugins if weechat is already
installed
RESTRICT="test"
-PATCHES=( "${FILESDIR}"/${PN}-1.2-tinfo.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.2-tinfo.patch
+ "${FILESDIR}"/${PN}-1.7-ruby24.patch
+)
pkg_setup() {
use python && python-single-r1_pkg_setup
diff --git a/net-irc/weechat/weechat-9999.ebuild
b/net-irc/weechat/weechat-9999.ebuild
index 74643de24b6..6a2b364909d 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
CMAKE_MAKEFILE_GENERATOR=emake
inherit python-single-r1 cmake-utils