Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/bip: ChangeLog bip-0.8.4.ebuild
Date: Tue, 27 Jul 2010 21:27:42
Message-Id: 20100727212733.CA41D2CE15@corvid.gentoo.org
1 a3li 10/07/27 21:27:33
2
3 Modified: ChangeLog bip-0.8.4.ebuild
4 Log:
5 Remove unneeded autotools inherit
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 net-irc/bip/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 8 May 2010 18:57:51 -0000 1.10
22 +++ ChangeLog 27 Jul 2010 21:27:33 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-irc/bip
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.10 2010/05/08 18:57:51 a3li Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/ChangeLog,v 1.11 2010/07/27 21:27:33 a3li Exp $
28 +
29 + 27 Jul 2010; Alex Legler <a3li@g.o> bip-0.8.4.ebuild:
30 + Remove unneeded autotools inherit
31
32 08 May 2010; Alex Legler <a3li@g.o> -bip-0.8.2.ebuild,
33 -files/bip-configure-oidentd.patch:
34
35
36
37 1.2 net-irc/bip/bip-0.8.4.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild?r1=1.1&r2=1.2
42
43 Index: bip-0.8.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- bip-0.8.4.ebuild 5 Jan 2010 10:30:42 -0000 1.1
50 +++ bip-0.8.4.ebuild 27 Jul 2010 21:27:33 -0000 1.2
51 @@ -1,11 +1,9 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild,v 1.1 2010/01/05 10:30:42 a3li Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.4.ebuild,v 1.2 2010/07/27 21:27:33 a3li Exp $
56
57 EAPI="2"
58
59 -inherit autotools
60 -
61 DESCRIPTION="Multiuser IRC proxy with ssl support"
62 HOMEPAGE="http://bip.t1r.net/"
63 SRC_URI="http://bip.t1r.net/downloads/${P}.tar.gz"