vapier      14/11/08 20:22:22

  Modified:             ChangeLog
  Added:                libguestfs-appliance-1.26.0-r1.ebuild
  Log:
  Unpack directly into $D to speed the install up.  Add a blocker against older 
libguestfs versions #501588 by Ernest CHIARELLO.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.3                  app-emulation/libguestfs-appliance/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 May 2014 19:57:02 -0000       1.2
+++ ChangeLog   8 Nov 2014 20:22:22 -0000       1.3
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/libguestfs-appliance
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v 1.2 
2014/05/01 19:57:02 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v 1.3 
2014/11/08 20:22:22 vapier Exp $
+
+*libguestfs-appliance-1.26.0-r1 (08 Nov 2014)
+
+  08 Nov 2014; Mike Frysinger <[email protected]>
+  +libguestfs-appliance-1.26.0-r1.ebuild:
+  Unpack directly into $D to speed the install up.  Add a blocker against older
+  libguestfs versions #501588 by Ernest CHIARELLO.
 
 *libguestfs-appliance-1.24.8 (01 May 2014)
 *libguestfs-appliance-1.26.0 (01 May 2014)



1.1                  
app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libguestfs-appliance-1.26.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild,v
 1.1 2014/11/08 20:22:22 vapier Exp $

EAPI=5

CHECKREQS_DISK_USR=500M
CHECKREQS_DISK_BUILD=500M

inherit check-reqs

DESCRIPTION="VM appliance disk image used in libguestfs package"
HOMEPAGE="http://libguestfs.org/";
SRC_URI="http://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz";

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

DEPEND="app-arch/xz-utils"
# Mixing libguestfs versions causes weird problems. #501588
RDEPEND="!<app-emulation/libguestfs-${PV}"

S="${WORKDIR}"

src_unpack() {
        # We'll unpack the tarball directly into ${D} to speed up install.
        # Otherwise we need to duplicate hundreds of data.
        :
}

src_install() {
        dodir /usr/share/guestfs
        cd "${ED}"/usr/share/guestfs
        unpack ${A}
        cd appliance || die
        dodoc README*
        rm README* || die
        chmod 755 . || die
        chmod 644 * || die

        newenvd "${FILESDIR}"/env.file 99"${PN}"
}




Reply via email to