Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/conspire: ChangeLog conspire-0.20_beta2.ebuild
Date: Sun, 22 Jun 2008 20:30:29
Message-Id: E1KAWCc-0000NQ-Qd@stork.gentoo.org
1 chainsaw 08/06/22 20:30:22
2
3 Modified: ChangeLog
4 Added: conspire-0.20_beta2.ebuild
5 Log:
6 Version bump. This beta boasts a shiny new treeview and STARTTLS support.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7-dirty x86_64)
8
9 Revision Changes Path
10 1.6 net-irc/conspire/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/conspire/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/conspire/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/conspire/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 8 Jun 2008 03:50:11 -0000 1.5
23 +++ ChangeLog 22 Jun 2008 20:30:22 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-irc/conspire
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.5 2008/06/08 03:50:11 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/ChangeLog,v 1.6 2008/06/22 20:30:22 chainsaw Exp $
29 +
30 +*conspire-0.20_beta2 (22 Jun 2008)
31 +
32 + 22 Jun 2008; <chainsaw@g.o> +conspire-0.20_beta2.ebuild:
33 + Version bump. This beta boasts a shiny new treeview and STARTTLS support.
34
35 *conspire-0.20_beta1 (08 Jun 2008)
36
37
38
39
40 1.1 net-irc/conspire/conspire-0.20_beta2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/conspire/conspire-0.20_beta2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/conspire/conspire-0.20_beta2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: conspire-0.20_beta2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-0.20_beta2.ebuild,v 1.1 2008/06/22 20:30:22 chainsaw Exp $
50
51 MY_P="${P/_/-}"
52 S="${WORKDIR}/${MY_P}"
53 DESCRIPTION="A high quality IRC client which uses a multitude of interfaces"
54 HOMEPAGE="http://www.nenolod.net/conspire/"
55 SRC_URI="http://distfiles.atheme.org/${MY_P}.tbz2"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
59 IUSE="python gnutls ipv6 nls mmx socks5 dbus"
60 DEPEND="nls? ( dev-util/intltool )"
61 RDEPEND=">=dev-libs/libmowgli-0.6.0
62 >=x11-libs/gtk+-2.10
63 >=dev-libs/glib-2.14
64 x11-libs/libsexy
65 dbus? ( >=dev-libs/dbus-glib-0.60 )
66 python? ( >=dev-lang/python-2.2 )"
67
68 src_compile() {
69 econf \
70 $(use_enable socks5 socks) \
71 $(use_enable ipv6) \
72 $(use_enable gnutls) \
73 $(use_enable python) \
74 $(use_enable mmx) \
75 $(use_enable nls) \
76 $(use_enable dbus) \
77 --enable-spell=libsexy \
78 --enable-regex \
79 || die
80 emake || die "emake failed"
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed"
85 dodoc NEWS TODO
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list