maksbotan    14/05/01 19:57:02

  Modified:             ChangeLog
  Added:                libguestfs-appliance-1.24.8.ebuild
                        libguestfs-appliance-1.26.0.ebuild
  Log:
  Bump to 1.24.8 and 1.26.0
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Mar 2013 12:06:45 -0000      1.1
+++ ChangeLog   1 May 2014 19:57:02 -0000       1.2
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/libguestfs-appliance
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v 1.1 
2013/03/25 12:06:45 maksbotan Exp $
+# 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 $
+
+*libguestfs-appliance-1.24.8 (01 May 2014)
+*libguestfs-appliance-1.26.0 (01 May 2014)
+
+  01 May 2014; Maxim Koltsov <[email protected]>
+  +libguestfs-appliance-1.24.8.ebuild, +libguestfs-appliance-1.26.0.ebuild:
+  Bump to 1.24.8 and 1.26.0
 
 *libguestfs-appliance-1.20.0 (25 Mar 2013)
 



1.1                  
app-emulation/libguestfs-appliance/libguestfs-appliance-1.24.8.ebuild

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

Index: libguestfs-appliance-1.24.8.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.24.8.ebuild,v
 1.1 2014/05/01 19:57:02 maksbotan 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=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install() {
        insinto /usr/share/guestfs/
        doins -r appliance/

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



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

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

Index: libguestfs-appliance-1.26.0.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.ebuild,v
 1.1 2014/05/01 19:57:02 maksbotan 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=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install() {
        insinto /usr/share/guestfs/
        doins -r appliance/

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




Reply via email to