Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/vanessa-adt: ChangeLog vanessa-adt-0.0.6.ebuild vanessa-adt-0.0.7.ebuild
Date: Sat, 05 Jan 2008 02:34:39
Message-Id: E1JAyrl-00043d-RX@stork.gentoo.org
1 rbu 08/01/05 02:34:29
2
3 Modified: ChangeLog vanessa-adt-0.0.6.ebuild
4 vanessa-adt-0.0.7.ebuild
5 Log:
6 keyworded ~amd64 (bug #176064)
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.13 dev-libs/vanessa-adt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 9 Feb 2007 07:32:22 -0000 1.12
23 +++ ChangeLog 5 Jan 2008 02:34:29 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/vanessa-adt
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/ChangeLog,v 1.12 2007/02/09 07:32:22 flameeyes Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/ChangeLog,v 1.13 2008/01/05 02:34:29 rbu Exp $
30 +
31 + 05 Jan 2008; Robert Buchholz <rbu@g.o> vanessa-adt-0.0.6.ebuild,
32 + vanessa-adt-0.0.7.ebuild:
33 + keyworded ~amd64 (bug #176064)
34
35 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
36 Regenerate digest in Manifest2 format.
37
38
39
40 1.5 dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild?r1=1.4&r2=1.5
45
46 Index: vanessa-adt-0.0.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- vanessa-adt-0.0.6.ebuild 7 Mar 2005 17:58:45 -0000 1.4
53 +++ vanessa-adt-0.0.6.ebuild 5 Jan 2008 02:34:29 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2005 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild,v 1.4 2005/03/07 17:58:45 xmerlin Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.6.ebuild,v 1.5 2008/01/05 02:34:29 rbu Exp $
60
61 MY_PN="${PN/-/_}"
62 MY_P="${MY_PN}-${PV}"
63 @@ -23,6 +23,6 @@
64 }
65
66 src_install() {
67 - make DESTDIR=${D} install || die "error installing"
68 + make DESTDIR="${D}" install || die "error installing"
69 dodoc AUTHORS NEWS README TODO
70 }
71
72
73
74 1.2 dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild?r1=1.1&r2=1.2
79
80 Index: vanessa-adt-0.0.7.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- vanessa-adt-0.0.7.ebuild 25 Dec 2005 16:49:00 -0000 1.1
87 +++ vanessa-adt-0.0.7.ebuild 5 Jan 2008 02:34:29 -0000 1.2
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2005 Gentoo Foundation
90 +# Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild,v 1.1 2005/12/25 16:49:00 xmerlin Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-adt/vanessa-adt-0.0.7.ebuild,v 1.2 2008/01/05 02:34:29 rbu Exp $
94
95 MY_PN="${PN/-/_}"
96 MY_P="${MY_PN}-${PV}"
97 @@ -11,7 +11,7 @@
98
99 LICENSE="GPL-2"
100 SLOT="0"
101 -KEYWORDS="~x86 ~ppc"
102 +KEYWORDS="~amd64 ~ppc ~x86"
103 IUSE=""
104
105 DEPEND=">=dev-libs/vanessa-logger-0.0.7"
106 @@ -23,6 +23,6 @@
107 }
108
109 src_install() {
110 - make DESTDIR=${D} install || die "error installing"
111 + make DESTDIR="${D}" install || die "error installing"
112 dodoc AUTHORS NEWS README TODO
113 }
114
115
116
117 --
118 gentoo-commits@g.o mailing list