Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqliteodbc: sqliteodbc-0.99.ebuild ChangeLog
Date: Sat, 30 Aug 2014 12:12:08
Message-Id: 20140830121204.862844411@oystercatcher.gentoo.org
1 mgorny 14/08/30 12:12:04
2
3 Modified: sqliteodbc-0.99.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521428.
6
7 (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 dev-db/sqliteodbc/sqliteodbc-0.99.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild?r1=1.2&r2=1.3
15
16 Index: sqliteodbc-0.99.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sqliteodbc-0.99.ebuild 10 Aug 2014 20:02:56 -0000 1.2
23 +++ sqliteodbc-0.99.ebuild 30 Aug 2014 12:12:04 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild,v 1.2 2014/08/10 20:02:56 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild,v 1.3 2014/08/30 12:12:04 mgorny Exp $
29
30 EAPI=4
31
32 @@ -36,7 +36,7 @@
33
34 src_install() {
35 dodir "/usr/$(get_libdir)"
36 - einstall
37 + emake DESTDIR="${D}" install
38 find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
39 dodoc ChangeLog README
40 }
41
42
43
44 1.37 dev-db/sqliteodbc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/ChangeLog?rev=1.37&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/ChangeLog?rev=1.37&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteodbc/ChangeLog?r1=1.36&r2=1.37
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v
53 retrieving revision 1.36
54 retrieving revision 1.37
55 diff -u -r1.36 -r1.37
56 --- ChangeLog 10 Aug 2014 20:02:56 -0000 1.36
57 +++ ChangeLog 30 Aug 2014 12:12:04 -0000 1.37
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-db/sqliteodbc
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.36 2014/08/10 20:02:56 slyfox Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.37 2014/08/30 12:12:04 mgorny Exp $
63 +
64 + 30 Aug 2014; Michał Górny <mgorny@g.o> sqliteodbc-0.99.ebuild:
65 + Replace einstall with emake install, bug #521428.
66
67 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> sqliteodbc-0.96.ebuild,
68 sqliteodbc-0.99.ebuild: