Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/guifications: ChangeLog guifications-2.14.ebuild guifications-2.10.ebuild guifications-2.12.ebuild guifications-2.13_beta7.ebuild
Date: Sat, 08 Dec 2007 16:33:53
Message-Id: E1J12ce-00059c-3V@stork.gentoo.org
1 tester 07/12/08 16:33:48
2
3 Modified: ChangeLog guifications-2.14.ebuild
4 Removed: guifications-2.10.ebuild guifications-2.12.ebuild
5 guifications-2.13_beta7.ebuild
6 Log:
7 Remove versions depending on net-im/gaim
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.51 x11-plugins/guifications/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 30 Oct 2007 03:04:55 -0000 1.50
24 +++ ChangeLog 8 Dec 2007 16:33:47 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/guifications
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.50 2007/10/30 03:04:55 tester Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.51 2007/12/08 16:33:47 tester Exp $
30 +
31 + 08 Dec 2007; Olivier CrĂȘte <tester@g.o> -guifications-2.10.ebuild,
32 + -guifications-2.12.ebuild, -guifications-2.13_beta7.ebuild,
33 + guifications-2.14.ebuild:
34 + Remove versions depending on net-im/gaim
35
36 30 Oct 2007; Olivier CrĂȘte <tester@g.o>
37 -guifications-2.13_beta6.ebuild:
38
39
40
41 1.7 x11-plugins/guifications/guifications-2.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild?r1=1.6&r2=1.7
46
47 Index: guifications-2.14.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- guifications-2.14.ebuild 28 Aug 2007 14:43:44 -0000 1.6
54 +++ guifications-2.14.ebuild 8 Dec 2007 16:33:47 -0000 1.7
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild,v 1.6 2007/08/28 14:43:44 nixnut Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild,v 1.7 2007/12/08 16:33:47 tester Exp $
60
61 MY_PN=pidgin-${PN}
62 MY_PV=${PV/_beta/beta}
63 @@ -25,6 +25,6 @@
64 }
65
66 src_install() {
67 - make install DESTDIR=${D} || die "make install failure"
68 - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION
69 + make install DESTDIR="${D}" || die "make install failure"
70 + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION
71 }
72
73
74
75 --
76 gentoo-commits@g.o mailing list