Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/ircii: ircii-20111115.ebuild ChangeLog
Date: Fri, 02 Dec 2011 00:18:06
Message-Id: 20111202001756.3D5602004B@flycatcher.gentoo.org
1 binki 11/12/02 00:17:56
2
3 Modified: ChangeLog
4 Added: ircii-20111115.ebuild
5 Log:
6 Bump to ircii-20111115, which was released to address the glibc incompatibility.
7
8 (Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.29 net-irc/ircii/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 30 Jun 2011 03:00:37 -0000 1.28
24 +++ ChangeLog 2 Dec 2011 00:17:56 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-irc/ircii
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.28 2011/06/30 03:00:37 binki Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.29 2011/12/02 00:17:56 binki Exp $
30 +
31 +*ircii-20111115 (02 Dec 2011)
32 +
33 + 02 Dec 2011; Nathan Phillip Brink <binki@g.o> +ircii-20111115.ebuild:
34 + Bump to ircii-20111115, which was released to address the glibc
35 + incompatibility.
36
37 30 Jun 2011; Nathan Phillip Brink <binki@g.o> ircii-20110228.ebuild:
38 Import modifications necessary for prefix from prefix-overlay, add some
39
40
41
42 1.1 net-irc/ircii/ircii-20111115.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20111115.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20111115.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ircii-20111115.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20111115.ebuild,v 1.1 2011/12/02 00:17:56 binki Exp $
52
53 EAPI=4
54
55 inherit eutils
56
57 DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
58 SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2
59 ftp://ircii.warped.com/pub/ircII/old/${P}.tar.bz2"
60 HOMEPAGE="http://eterna.com.au/ircii/"
61
62 SLOT="0"
63 LICENSE="BSD"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
65 IUSE="ipv6"
66
67 DEPEND="sys-libs/ncurses
68 virtual/libiconv"
69 # This and irc-client both install /usr/bin/irc #247987
70 RDEPEND="${DEPEND}
71 !!net-irc/irc-client"
72
73 src_configure() {
74 use elibc_glibc || append-libs -liconv
75 econf $(use_enable ipv6)
76 }
77
78 src_install() {
79 emake -j1 DESTDIR="${D}" install
80
81 dodoc ChangeLog INSTALL NEWS README \
82 doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
83 }