Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/vanessa-socket: vanessa-socket-0.0.7.ebuild ChangeLog
Date: Sat, 05 Jan 2008 02:31:52
Message-Id: E1JAyp9-00042K-6e@stork.gentoo.org
1 rbu 08/01/05 02:31:47
2
3 Modified: vanessa-socket-0.0.7.ebuild ChangeLog
4 Log:
5 keyworded ~amd64 (bug #176064)
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.8 net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild?r1=1.7&r2=1.8
14
15 Index: vanessa-socket-0.0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- vanessa-socket-0.0.7.ebuild 25 Dec 2005 16:59:40 -0000 1.7
22 +++ vanessa-socket-0.0.7.ebuild 5 Jan 2008 02:31:46 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.7 2005/12/25 16:59:40 xmerlin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.8 2008/01/05 02:31:46 rbu Exp $
29
30 inherit eutils
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="x86 ~ppc"
37 +KEYWORDS="~amd64 ~ppc x86"
38 IUSE=""
39
40 DEPEND=">=dev-libs/vanessa-logger-0.0.6"
41 @@ -25,6 +25,6 @@
42 }
43
44 src_install() {
45 - make DESTDIR=${D} install || die "error installing"
46 + make DESTDIR="${D}" install || die "error installing"
47 dodoc README NEWS AUTHORS TODO
48 }
49
50
51
52 1.15 net-libs/vanessa-socket/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/ChangeLog?rev=1.15&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/ChangeLog?rev=1.15&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/vanessa-socket/ChangeLog?r1=1.14&r2=1.15
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v
61 retrieving revision 1.14
62 retrieving revision 1.15
63 diff -u -r1.14 -r1.15
64 --- ChangeLog 9 Feb 2007 08:10:06 -0000 1.14
65 +++ ChangeLog 5 Jan 2008 02:31:46 -0000 1.15
66 @@ -1,6 +1,9 @@
67 # ChangeLog for net-libs/vanessa-socket
68 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.14 2007/02/09 08:10:06 flameeyes Exp $
70 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.15 2008/01/05 02:31:46 rbu Exp $
72 +
73 + 05 Jan 2008; Robert Buchholz <rbu@g.o> vanessa-socket-0.0.7.ebuild:
74 + keyworded ~amd64 (bug #176064)
75
76 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
77 Regenerate digest in Manifest2 format.
78
79
80
81 --
82 gentoo-commits@g.o mailing list