Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/bitchx: ChangeLog bitchx-1.2.ebuild
Date: Mon, 28 Jan 2013 17:06:36
Message-Id: 20130128170632.B7A332171D@flycatcher.gentoo.org
1 jer 13/01/28 17:06:32
2
3 Modified: ChangeLog bitchx-1.2.ebuild
4 Log:
5 Restore missing keywords (bug #425634). Fix quoting issue.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.72 net-irc/bitchx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 2 Jan 2013 00:26:39 -0000 1.71
23 +++ ChangeLog 28 Jan 2013 17:06:32 -0000 1.72
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-irc/bitchx
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.71 2013/01/02 00:26:39 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.72 2013/01/28 17:06:32 jer Exp $
29 +
30 + 28 Jan 2013; Jeroen Roovers <jer@g.o> bitchx-1.2.ebuild:
31 + Restore missing keywords (bug #425634). Fix quoting issue.
32
33 *bitchx-1.2 (02 Jan 2013)
34
35
36
37
38 1.2 net-irc/bitchx/bitchx-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild?r1=1.1&r2=1.2
43
44 Index: bitchx-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- bitchx-1.2.ebuild 2 Jan 2013 00:26:39 -0000 1.1
51 +++ bitchx-1.2.ebuild 28 Jan 2013 17:06:32 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.1 2013/01/02 00:26:39 jdhore Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.2 2013/01/28 17:06:32 jer Exp $
57
58 EAPI=4
59
60 @@ -15,7 +15,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86"
66 IUSE="ipv6 ssl"
67
68 DEPEND="sys-libs/ncurses
69 @@ -27,7 +27,7 @@
70 -e "s/#undef LATIN1/#define LATIN1 ON/;" \
71 include/config.h
72
73 - epatch ${FILESDIR}/${P}-build.patch
74 + epatch "${FILESDIR}"/${P}-build.patch
75 # Do epatch_user since even BX-1.2 has A LOT of patches and A LOT
76 # of behaviour controlled by manually editing config.h
77 epatch_user