slyfox      15/05/28 20:22:55

  Modified:             ChangeLog
  Added:                libeatmydata-105-r1.ebuild
  Removed:              libeatmydata-105.ebuild
  Log:
  Fix wrapper script to not to rely on debian-specifix way to detect libexec..
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.5                  sys-fs/libeatmydata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   26 May 2015 21:21:09 -0000      1.4
+++ ChangeLog   28 May 2015 20:22:55 -0000      1.5
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/libeatmydata
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v 1.4 
2015/05/26 21:21:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/libeatmydata/ChangeLog,v 1.5 
2015/05/28 20:22:55 slyfox Exp $
+
+*libeatmydata-105-r1 (28 May 2015)
+
+  28 May 2015; Sergei Trofimovich <sly...@gentoo.org>
+  +files/libeatmydata-105-undpkg.patch, +libeatmydata-105-r1.ebuild,
+  -libeatmydata-105.ebuild:
+  Fix wrapper script to not to rely on debian-specifix way to detect libexec..
 
 *libeatmydata-105 (26 May 2015)
 



1.1                  sys-fs/libeatmydata/libeatmydata-105-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild?rev=1.1&content-type=text/plain

Index: libeatmydata-105-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild,v 1.1 
2015/05/28 20:22:55 slyfox Exp $

EAPI=5
inherit autotools-multilib eutils

DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP"
HOMEPAGE="https://launchpad.net/libeatmydata/";
SRC_URI="https://launchpad.net/${PN}/trunk/release-${PV}/+download/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

# sandbox fools LD_PRELOAD and libeatmydata does not get control
# bug/feature in sandbox?
#DEPEND="test? ( dev-util/strace )"
RESTRICT=test

DEPEND="sys-apps/sed"
RDEPEND=""

PATCHES=(
        "${FILESDIR}"/${PN}-105-undpkg.patch
)

multilib_src_install_all() {
        prune_libtool_files --all

        dodoc AUTHORS README
}




Reply via email to