Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
Date: Sun, 28 Sep 2014 09:28:20
Message-Id: 20140928092817.5A5466735@oystercatcher.gentoo.org
1 hattya 14/09/28 09:28:17
2
3 Modified: tinycdb-0.77-r2.ebuild ChangeLog
4 Log:
5 einstall -> emake wrt bug #521540
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.8 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: tinycdb-0.77-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- tinycdb-0.77-r2.ebuild 8 Oct 2012 12:51:28 -0000 1.7
23 +++ tinycdb-0.77-r2.ebuild 28 Sep 2014 09:28:17 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.7 2012/10/08 12:51:28 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.8 2014/09/28 09:28:17 hattya Exp $
30
31 EAPI="4"
32
33 @@ -37,6 +37,6 @@
34 local targets="install-sharedlib"
35 use static-libs && targets="${targets} install-piclib"
36
37 - einstall ${targets}
38 + emake DESTDIR="${D}" ${targets}
39 dodoc ChangeLog NEWS
40 }
41
42
43
44 1.41 dev-db/tinycdb/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.41&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.41&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.40&r2=1.41
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
53 retrieving revision 1.40
54 retrieving revision 1.41
55 diff -u -r1.40 -r1.41
56 --- ChangeLog 8 Oct 2012 12:51:28 -0000 1.40
57 +++ ChangeLog 28 Sep 2014 09:28:17 -0000 1.41
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-db/tinycdb
60 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.40 2012/10/08 12:51:28 hattya Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.41 2014/09/28 09:28:17 hattya Exp $
64 +
65 + 28 Sep 2014; Akinori Hattori <hattya@g.o> tinycdb-0.77-r2.ebuild:
66 + einstall -> emake wrt bug #521540
67
68 08 Oct 2012; Akinori Hattori <hattya@g.o>
69 +files/tinycdb-0.77-uclibc.diff, tinycdb-0.77-r2.ebuild: