Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gyach: ChangeLog gyach-0.9.8.ebuild gyach-0.9.7.ebuild gyach-0.9.7-r1.ebuild gyach-0.9.6.ebuild
Date: Sat, 27 Dec 2008 23:18:55
Message-Id: E1LGiQe-0004C7-S0@stork.gentoo.org
1 coldwind 08/12/27 23:18:44
2
3 Modified: ChangeLog gyach-0.9.8.ebuild
4 Removed: gyach-0.9.7.ebuild gyach-0.9.7-r1.ebuild
5 gyach-0.9.6.ebuild
6 Log:
7 Clean up, remove old.
8 (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)
9
10 Revision Changes Path
11 1.13 net-im/gyach/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 Feb 2007 02:21:15 -0000 1.12
24 +++ ChangeLog 27 Dec 2008 23:18:44 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/gyach
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.12 2007/02/22 02:21:15 peper Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.13 2008/12/27 23:18:44 coldwind Exp $
31 +
32 + 27 Dec 2008; Santiago M. Mola <coldwind@g.o>
33 + -files/gyach-0.9.7-yahoo-auth-2004-06-24.diff,
34 + -files/protocol-gentoo.patch, -gyach-0.9.6.ebuild, -gyach-0.9.7.ebuild,
35 + -gyach-0.9.7-r1.ebuild, gyach-0.9.8.ebuild:
36 + Clean up, remove old.
37
38 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
39 Transition to Manifest2.
40
41
42
43 1.3 net-im/gyach/gyach-0.9.8.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild?r1=1.2&r2=1.3
48
49 Index: gyach-0.9.8.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- gyach-0.9.8.ebuild 15 Jul 2004 00:13:27 -0000 1.2
56 +++ gyach-0.9.8.ebuild 27 Dec 2008 23:18:44 -0000 1.3
57 @@ -1,17 +1,16 @@
58 -# Copyright 1999-2004 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v 1.2 2004/07/15 00:13:27 agriffis Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v 1.3 2008/12/27 23:18:44 coldwind Exp $
63
64 DESCRIPTION="GTK+-based Yahoo! chat client"
65 SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz"
66 HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/"
67 -KEYWORDS="x86 sparc ~ppc"
68 +KEYWORDS="~ppc sparc x86"
69 IUSE="gnome"
70 LICENSE="GPL-2"
71 SLOT="0"
72
73 -DEPEND="virtual/libc
74 - =x11-libs/gtk+-2*"
75 +DEPEND="=x11-libs/gtk+-2*"
76
77 src_compile() {
78 ./configure --host=${CHOST} --prefix=/usr || die
79 @@ -19,15 +18,15 @@
80 }
81
82 src_install() {
83 - make prefix=${D}/usr install || die
84 - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* TODO
85 + make prefix="${D}"/usr install || die
86 + dodoc AUTHORS BUGS ChangeLog INSTALL README* TODO
87 dodoc sample.*
88
89 # install icon and desktop entry for gnome
90 if use gnome ; then
91 insinto /usr/share/pixmaps
92 - doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
93 + doins "${D}"/usr/share/gyach/pixmaps/gyach-icon.xpm
94 insinto /usr/share/gnome/apps/Internet
95 - doins ${FILESDIR}/gyach.desktop
96 + doins "${FILESDIR}"/gyach.desktop
97 fi
98 }