jlec        15/07/27 11:42:48

  Modified:             weechat-1.2.ebuild weechat-9999.ebuild ChangeLog
  Log:
  Fix for ncurses[tinfo], bug #507170
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.3                  net-irc/weechat/weechat-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild?r1=1.2&r2=1.3

Index: weechat-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- weechat-1.2.ebuild  26 May 2015 14:25:14 -0000      1.2
+++ weechat-1.2.ebuild  27 Jul 2015 11:42:47 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v 1.2 
2015/05/26 14:25:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-1.2.ebuild,v 1.3 
2015/07/27 11:42:47 jlec Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1 multilib cmake-utils
+inherit eutils python-single-r1 multilib cmake-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
@@ -61,6 +61,8 @@
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
+
 pkg_setup() {
        use python && python-single-r1_pkg_setup
 }
@@ -68,6 +70,8 @@
 src_prepare() {
        local i
 
+       epatch "${PATCHES[@]}"
+
        # fix libdir placement
        sed -i \
                -e "s:lib/:$(get_libdir)/:g" \



1.41                 net-irc/weechat/weechat-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?r1=1.40&r2=1.41

Index: weechat-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- weechat-9999.ebuild 16 May 2015 19:19:32 -0000      1.40
+++ weechat-9999.ebuild 27 Jul 2015 11:42:47 -0000      1.41
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 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.40 
2015/05/16 19:19:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.41 
2015/07/27 11:42:47 jlec Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit python-single-r1 multilib cmake-utils
+inherit eutils python-single-r1 multilib cmake-utils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
@@ -61,6 +61,8 @@
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}"/${PN}-1.2-tinfo.patch )
+
 pkg_setup() {
        use python && python-single-r1_pkg_setup
 }
@@ -68,6 +70,8 @@
 src_prepare() {
        local i
 
+       epatch "${PATCHES[@]}"
+
        # fix libdir placement
        sed -i \
                -e "s:lib/:$(get_libdir)/:g" \



1.161                net-irc/weechat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.161&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.161&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   26 May 2015 14:25:14 -0000      1.160
+++ ChangeLog   27 Jul 2015 11:42:47 -0000      1.161
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/weechat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.160 
2015/05/26 14:25:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.161 
2015/07/27 11:42:47 jlec Exp $
+
+  27 Jul 2015; Justin Lecher <[email protected]> +files/weechat-1.2-tinfo.patch,
+  weechat-1.2.ebuild, weechat-9999.ebuild:
+  Fix for ncurses[tinfo], bug #507170
 
   26 May 2015; Tim Harder <[email protected]> weechat-1.2.ebuild:
   Explicitly disable javascript plugin support (bug #550220).




Reply via email to