Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/znc: ChangeLog znc-0.054.ebuild
Date: Sun, 20 Apr 2008 11:46:21
Message-Id: E1JnXzu-0003Ci-B6@stork.gentoo.org
1 cla 08/04/20 11:46:18
2
3 Modified: ChangeLog
4 Added: znc-0.054.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 net-irc/znc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 21 Jan 2008 11:06:33 -0000 1.10
23 +++ ChangeLog 20 Apr 2008 11:46:17 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-irc/znc
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.10 2008/01/21 11:06:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.11 2008/04/20 11:46:17 cla Exp $
29 +
30 +*znc-0.054 (20 Apr 2008)
31 +
32 + 20 Apr 2008; Dawid Węgliński <cla@g.o> +znc-0.054.ebuild:
33 + Version bump
34
35 21 Jan 2008; Raúl Porcel <armin76@g.o> -znc-0.050.ebuild:
36 old
37
38
39
40 1.1 net-irc/znc/znc-0.054.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.054.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.054.ebuild?rev=1.1&content-type=text/plain
44
45 Index: znc-0.054.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/znc/znc-0.054.ebuild,v 1.1 2008/04/20 11:46:17 cla Exp $
50
51 inherit autotools
52
53 DESCRIPTION="An advanced IRC Bouncer"
54 HOMEPAGE="http://znc.sourceforge.net"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="debug ipv6 nomodules perl ssl"
61
62 DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
63 perl? ( dev-lang/perl )"
64 RDEPEND="${DEPEND}"
65
66 src_compile() {
67 econf \
68 $(use_enable debug) \
69 $(use_enable ipv6) \
70 $(use_enable !nomodules modules) \
71 $(use_enable perl) \
72 $(use_enable ssl openssl) \
73 || die "econf failed"
74
75 emake || die "emake failed"
76 }
77
78 src_install() {
79 emake install DESTDIR="${D}" || die "make install failed."
80 dodoc AUTHORS znc.conf || die "dodoc failed"
81 }
82
83 pkg_postinst() {
84 elog
85 elog "Run 'znc --makeconf' as the user you want to run ZNC as"
86 elog "to make a configuration file"
87 elog
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list