Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/cwirc: cwirc-2.0.0.ebuild ChangeLog
Date: Mon, 30 Nov 2009 20:24:16
Message-Id: E1NFCn5-00024P-RQ@stork.gentoo.org
1 ssuominen 09/11/30 20:24:11
2
3 Modified: cwirc-2.0.0.ebuild ChangeLog
4 Log:
5 Fix patch to support multilib and mark it stable for amd64 wrt #286873.
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 net-irc/cwirc/cwirc-2.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?r1=1.4&r2=1.5
14
15 Index: cwirc-2.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- cwirc-2.0.0.ebuild 30 Apr 2009 21:17:35 -0000 1.4
22 +++ cwirc-2.0.0.ebuild 30 Nov 2009 20:24:11 -0000 1.5
23 @@ -1,36 +1,34 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v 1.4 2009/04/30 21:17:35 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v 1.5 2009/11/30 20:24:11 ssuominen Exp $
28
29 -inherit eutils toolchain-funcs
30 +EAPI=2
31 +inherit eutils multilib toolchain-funcs
32
33 DESCRIPTION="An X-chat plugin for sending and receiving raw morse code over IRC"
34 HOMEPAGE="http://myspace.voo.be/pcoupard/cwirc/"
35 SRC_URI="http://myspace.voo.be/pcoupard/cwirc/download/${P}.tar.gz"
36 +
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~ppc x86"
40 +KEYWORDS="amd64 ~ppc x86"
41 IUSE=""
42
43 -RDEPEND="x11-libs/gtk+
44 +RDEPEND="x11-libs/gtk+:2
45 >=net-irc/xchat-2.0.1"
46 -
47 DEPEND="${RDEPEND}
48 dev-util/pkgconfig"
49
50 -src_unpack() {
51 - unpack ${A}
52 - cd "${S}"
53 -
54 +src_prepare() {
55 epatch "${FILESDIR}"/cwirc-1.7.1-gentoo.patch
56 }
57
58 src_compile() {
59 - emake STRIP="true" CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DLINUX" || die "emake failed"
60 + emake STRIP="true" CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DLINUX" || die
61 }
62
63 src_install() {
64 - make install || die "make install failed"
65 + emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
66
67 dodoc README RELEASE_NOTES Changelog
68 docinto schematics
69
70
71
72 1.24 net-irc/cwirc/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?rev=1.24&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?rev=1.24&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?r1=1.23&r2=1.24
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v
81 retrieving revision 1.23
82 retrieving revision 1.24
83 diff -u -r1.23 -r1.24
84 --- ChangeLog 30 Apr 2009 21:17:35 -0000 1.23
85 +++ ChangeLog 30 Nov 2009 20:24:11 -0000 1.24
86 @@ -1,6 +1,10 @@
87 # ChangeLog for net-irc/cwirc
88 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.23 2009/04/30 21:17:35 patrick Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.24 2009/11/30 20:24:11 ssuominen Exp $
91 +
92 + 30 Nov 2009; Samuli Suominen <ssuominen@g.o>
93 + files/cwirc-1.7.1-gentoo.patch, cwirc-2.0.0.ebuild:
94 + Fix patch to support multilib and mark it stable for amd64 wrt #286873.
95
96 30 Apr 2009; Patrick Lauer <patrick@g.o> cwirc-2.0.0.ebuild:
97 Homepage and src_uri fix for #267950, additional ~amd64 keyword for extra