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: ChangeLog weechat-0.3.4.ebuild weechat-9999.ebuild
Date: Thu, 28 Apr 2011 10:50:17
Message-Id: 20110428105007.3F90120054@flycatcher.gentoo.org
1 scarabeus 11/04/28 10:50:07
2
3 Modified: ChangeLog weechat-0.3.4.ebuild weechat-9999.ebuild
4 Log:
5 Migrate to use ruby-ng eclass.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.86 net-irc/weechat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 26 Apr 2011 14:49:50 -0000 1.85
23 +++ ChangeLog 28 Apr 2011 10:50:07 -0000 1.86
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-irc/weechat
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.85 2011/04/26 14:49:50 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.86 2011/04/28 10:50:07 scarabeus Exp $
29 +
30 + 28 Apr 2011; Tomáš Chvátal <scarabeus@g.o> weechat-0.3.4.ebuild,
31 + weechat-9999.ebuild:
32 + Migrate to use ruby-ng eclass.
33
34 26 Apr 2011; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
35 Drop unused metadata entry.
36
37
38
39 1.5 net-irc/weechat/weechat-0.3.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild?r1=1.4&r2=1.5
44
45 Index: weechat-0.3.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- weechat-0.3.4.ebuild 26 Apr 2011 14:49:04 -0000 1.4
52 +++ weechat-0.3.4.ebuild 28 Apr 2011 10:50:07 -0000 1.5
53 @@ -1,14 +1,17 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild,v 1.4 2011/04/26 14:49:04 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.4.ebuild,v 1.5 2011/04/28 10:50:07 scarabeus Exp $
58
59 EAPI=3
60
61 +USE_RUBY="ruby18 ruby19"
62 +RUBY_OPTIONAL="yes"
63 +
64 PYTHON_DEPEND="python? 2"
65
66 EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git"
67 [[ ${PV} == "9999" ]] && GIT_ECLASS="git"
68 -inherit python multilib cmake-utils ${GIT_ECLASS}
69 +inherit python multilib ruby-ng cmake-utils ${GIT_ECLASS}
70
71 DESCRIPTION="Portable and multi-interface IRC client."
72 HOMEPAGE="http://weechat.org/"
73 @@ -33,7 +36,6 @@
74 lua? ( dev-lang/lua[deprecated] )
75 ncurses? ( sys-libs/ncurses )
76 perl? ( dev-lang/perl )
77 - ruby? ( dev-lang/ruby )
78 ssl? ( net-libs/gnutls )
79 spell? ( app-text/aspell )
80 tcl? ( >=dev-lang/tcl-8.4.15 )
81 @@ -49,6 +51,8 @@
82
83 pkg_setup() {
84 python_set_active_version 2
85 +
86 + ruby-ng_pkg_setup
87 }
88
89 src_prepare() {
90
91
92
93 1.7 net-irc/weechat/weechat-9999.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.7&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?rev=1.7&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/weechat/weechat-9999.ebuild?r1=1.6&r2=1.7
98
99 Index: weechat-9999.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v
102 retrieving revision 1.6
103 retrieving revision 1.7
104 diff -u -r1.6 -r1.7
105 --- weechat-9999.ebuild 26 Apr 2011 14:49:04 -0000 1.6
106 +++ weechat-9999.ebuild 28 Apr 2011 10:50:07 -0000 1.7
107 @@ -1,14 +1,17 @@
108 # Copyright 1999-2011 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.6 2011/04/26 14:49:04 scarabeus Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.7 2011/04/28 10:50:07 scarabeus Exp $
112
113 EAPI=3
114
115 +USE_RUBY="ruby18 ruby19"
116 +RUBY_OPTIONAL="yes"
117 +
118 PYTHON_DEPEND="python? 2"
119
120 EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git"
121 [[ ${PV} == "9999" ]] && GIT_ECLASS="git"
122 -inherit python multilib cmake-utils ${GIT_ECLASS}
123 +inherit python multilib ruby-ng cmake-utils ${GIT_ECLASS}
124
125 DESCRIPTION="Portable and multi-interface IRC client."
126 HOMEPAGE="http://weechat.org/"
127 @@ -33,7 +36,6 @@
128 lua? ( dev-lang/lua[deprecated] )
129 ncurses? ( sys-libs/ncurses )
130 perl? ( dev-lang/perl )
131 - ruby? ( dev-lang/ruby )
132 ssl? ( net-libs/gnutls )
133 spell? ( app-text/aspell )
134 tcl? ( >=dev-lang/tcl-8.4.15 )
135 @@ -49,6 +51,8 @@
136
137 pkg_setup() {
138 python_set_active_version 2
139 +
140 + ruby-ng_pkg_setup
141 }
142
143 src_prepare() {