Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/liblockfile: liblockfile-1.09.ebuild ChangeLog
Date: Sat, 11 Feb 2012 10:11:48
Message-Id: 20120211101136.49E862004B@flycatcher.gentoo.org
1 grobian 12/02/11 10:11:36
2
3 Modified: liblockfile-1.09.ebuild ChangeLog
4 Log:
5 Fix double Prefix that did not occur with 1.08
6
7 (Portage version: 2.2.01.20153-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.4 net-libs/liblockfile/liblockfile-1.09.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?r1=1.3&r2=1.4
15
16 Index: liblockfile-1.09.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- liblockfile-1.09.ebuild 10 Feb 2012 21:17:30 -0000 1.3
23 +++ liblockfile-1.09.ebuild 11 Feb 2012 10:11:36 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.3 2012/02/10 21:17:30 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $
29
30 EAPI=4
31
32 @@ -43,6 +43,6 @@
33
34 src_install() {
35 dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
36 - emake ROOT="${ED}" install
37 + emake ROOT="${D}" install
38 dodoc README Changelog
39 }
40
41
42
43 1.64 net-libs/liblockfile/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?rev=1.64&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?rev=1.64&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?r1=1.63&r2=1.64
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v
52 retrieving revision 1.63
53 retrieving revision 1.64
54 diff -u -r1.63 -r1.64
55 --- ChangeLog 10 Feb 2012 17:04:41 -0000 1.63
56 +++ ChangeLog 11 Feb 2012 10:11:36 -0000 1.64
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-libs/liblockfile
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.63 2012/02/10 17:04:41 grobian Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.64 2012/02/11 10:11:36 grobian Exp $
62 +
63 + 11 Feb 2012; Fabian Groffen <grobian@g.o> liblockfile-1.09.ebuild:
64 + Fix double Prefix that did not occur with 1.08
65
66 10 Feb 2012; Fabian Groffen <grobian@g.o> +files/Makefile.Darwin.in,
67 liblockfile-1.09.ebuild: