Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/libeatmydata: libeatmydata-105-r1.ebuild ChangeLog libeatmydata-105.ebuild
Date: Thu, 28 May 2015 20:23:03
Message-Id: 20150528202255.D17BCA10@oystercatcher.gentoo.org
1 slyfox 15/05/28 20:22:55
2
3 Modified: ChangeLog
4 Added: libeatmydata-105-r1.ebuild
5 Removed: libeatmydata-105.ebuild
6 Log:
7 Fix wrapper script to not to rely on debian-specifix way to detect libexec..
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
10
11 Revision Changes Path
12 1.5 sys-fs/libeatmydata/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 26 May 2015 21:21:09 -0000 1.4
25 +++ ChangeLog 28 May 2015 20:22:55 -0000 1.5
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-fs/libeatmydata
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v 1.4 2015/05/26 21:21:09 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v 1.5 2015/05/28 20:22:55 slyfox Exp $
31 +
32 +*libeatmydata-105-r1 (28 May 2015)
33 +
34 + 28 May 2015; Sergei Trofimovich <slyfox@g.o>
35 + +files/libeatmydata-105-undpkg.patch, +libeatmydata-105-r1.ebuild,
36 + -libeatmydata-105.ebuild:
37 + Fix wrapper script to not to rely on debian-specifix way to detect libexec..
38
39 *libeatmydata-105 (26 May 2015)
40
41
42
43
44 1.1 sys-fs/libeatmydata/libeatmydata-105-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libeatmydata-105-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild,v 1.1 2015/05/28 20:22:55 slyfox Exp $
54
55 EAPI=5
56 inherit autotools-multilib eutils
57
58 DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP"
59 HOMEPAGE="https://launchpad.net/libeatmydata/"
60 SRC_URI="https://launchpad.net/${PN}/trunk/release-${PV}/+download/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~x86 ~amd64"
65 IUSE=""
66
67 # sandbox fools LD_PRELOAD and libeatmydata does not get control
68 # bug/feature in sandbox?
69 #DEPEND="test? ( dev-util/strace )"
70 RESTRICT=test
71
72 DEPEND="sys-apps/sed"
73 RDEPEND=""
74
75 PATCHES=(
76 "${FILESDIR}"/${PN}-105-undpkg.patch
77 )
78
79 multilib_src_install_all() {
80 prune_libtool_files --all
81
82 dodoc AUTHORS README
83 }