Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/weechat: weechat-0.3.5.ebuild ChangeLog weechat-9999.ebuild weechat-0.3.3.ebuild
Date: Thu, 19 May 2011 07:06:59
Message-Id: 20110519070649.0B95F20054@flycatcher.gentoo.org
1 scarabeus 11/05/19 07:06:49
2
3 Modified: ChangeLog weechat-9999.ebuild
4 Added: weechat-0.3.5.ebuild
5 Removed: weechat-0.3.3.ebuild
6 Log:
7 Version bump to latest. Per bug #367961.
8
9 (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.91 net-irc/weechat/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.91&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.91&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?r1=1.90&r2=1.91
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
21 retrieving revision 1.90
22 retrieving revision 1.91
23 diff -u -r1.90 -r1.91
24 --- ChangeLog 9 May 2011 08:45:58 -0000 1.90
25 +++ ChangeLog 19 May 2011 07:06:48 -0000 1.91
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-irc/weechat
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.90 2011/05/09 08:45:58 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.91 2011/05/19 07:06:48 scarabeus Exp $
31 +
32 +*weechat-0.3.5 (19 May 2011)
33 +
34 + 19 May 2011; Tomáš Chvátal <scarabeus@g.o> -weechat-0.3.3.ebuild,
35 + +weechat-0.3.5.ebuild, weechat-9999.ebuild:
36 + Version bump to latest. Per bug #367961.
37
38 09 May 2011; Pawel Hajdan jr <phajdan.jr@g.o> weechat-0.3.4.ebuild:
39 x86 stable wrt bug #365177
40
41
42
43 1.9 net-irc/weechat/weechat-9999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?r1=1.8&r2=1.9
48
49 Index: weechat-9999.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- weechat-9999.ebuild 3 May 2011 11:22:01 -0000 1.8
56 +++ weechat-9999.ebuild 19 May 2011 07:06:48 -0000 1.9
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.8 2011/05/03 11:22:01 scarabeus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.9 2011/05/19 07:06:48 scarabeus Exp $
62
63 EAPI=3
64
65 @@ -89,3 +89,11 @@
66
67 cmake-utils_src_configure
68 }
69 +
70 +pkg_postinst() {
71 + if use scripts && use python; then
72 + elog "You can use handy script from upstream to manage your scripts:"
73 + elog " http://www.weechat.org/scripts/source/stable/weeget.py/"
74 + elog "This thing downloads and updates all other scripts for you."
75 + fi
76 +}
77
78
79
80 1.1 net-irc/weechat/weechat-0.3.5.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-0.3.5.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-0.3.5.ebuild?rev=1.1&content-type=text/plain
84
85 Index: weechat-0.3.5.ebuild
86 ===================================================================
87 # Copyright 1999-2011 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.5.ebuild,v 1.1 2011/05/19 07:06:48 scarabeus Exp $
90
91 EAPI=3
92
93 USE_RUBY="ruby18 ruby19"
94 RUBY_OPTIONAL="yes"
95
96 PYTHON_DEPEND="python? 2"
97
98 EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git"
99 [[ ${PV} == "9999" ]] && GIT_ECLASS="git-2"
100 inherit python multilib ruby-ng cmake-utils ${GIT_ECLASS}
101
102 DESCRIPTION="Portable and multi-interface IRC client."
103 HOMEPAGE="http://weechat.org/"
104 [[ ${PV} == "9999" ]] || SRC_URI="http://${PN}.org/files/src/${P}.tar.bz2"
105
106 LICENSE="GPL-3"
107 SLOT="0"
108 if [[ ${PV} == "9999" ]]; then
109 KEYWORDS=""
110 else
111 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~amd64-linux"
112 fi
113
114 NETWORKS="+irc"
115 PLUGINS="+alias +charset +fifo +logger +relay +rmodifier +scripts +spell +xfer"
116 INTERFACES="+ncurses" # gtk"
117 SCRIPT_LANGS="lua +perl +python ruby tcl"
118 IUSE="${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS} +crypt doc nls +ssl"
119
120 RDEPEND="
121 charset? ( virtual/libiconv )
122 lua? ( dev-lang/lua[deprecated] )
123 ncurses? ( sys-libs/ncurses )
124 perl? ( dev-lang/perl )
125 ssl? ( net-libs/gnutls )
126 spell? ( app-text/aspell )
127 tcl? ( >=dev-lang/tcl-8.4.15 )
128 "
129 # gtk? ( x11-libs/gtk+:2 )
130 DEPEND="${RDEPEND}
131 nls? ( >=sys-devel/gettext-0.15 )
132 "
133
134 DOCS="AUTHORS ChangeLog NEWS README"
135
136 #REQUIRED_USE=" || ( ncurses )" # || ( ncurses gtk )
137
138 pkg_setup() {
139 python_set_active_version 2
140
141 ruby-ng_pkg_setup
142 }
143
144 src_prepare() {
145 # fix libdir placement
146 sed -i \
147 -e "s:lib/:$(get_libdir)/:g" \
148 -e "s:lib\":$(get_libdir)\":g" \
149 CMakeLists.txt || die "sed failed"
150 }
151
152 # alias, rmodifier, xfer
153 src_configure() {
154 mycmakeargs=(
155 "-DENABLE_LARGEFILE=ON"
156 "-DENABLE_DEMO=OFF"
157 "-DENABLE_GTK=OFF"
158 $(cmake-utils_use_enable ncurses)
159 $(cmake-utils_use_enable nls)
160 $(cmake-utils_use_enable crypt GCRYPT)
161 $(cmake-utils_use_enable spell ASPELL)
162 $(cmake-utils_use_enable charset)
163 $(cmake-utils_use_enable fifo)
164 $(cmake-utils_use_enable irc)
165 $(cmake-utils_use_enable logger)
166 $(cmake-utils_use_enable relay)
167 $(cmake-utils_use_enable scripts)
168 $(cmake-utils_use_enable perl)
169 $(cmake-utils_use_enable python)
170 $(cmake-utils_use_enable ruby)
171 $(cmake-utils_use_enable lua)
172 $(cmake-utils_use_enable tcl)
173 $(cmake-utils_use_enable doc)
174 )
175
176 cmake-utils_src_configure
177 }
178
179 pkg_postinst() {
180 if use scripts && use python; then
181 elog "You can use handy script from upstream to manage your scripts:"
182 elog " http://www.weechat.org/scripts/source/stable/weeget.py/"
183 elog "This thing downloads and updates all other scripts for you."
184 fi
185 }