* [gentoo-commits] gentoo-x86 commit in app-emulation/libguestfs-appliance: libguestfs-appliance-1.28.1-r1.ebuild ChangeLog
@ 2015-05-27 20:04 Maxim Koltsov (maksbotan)
0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2015-05-27 20:04 UTC (permalink / raw
To: gentoo-commits
maksbotan 15/05/27 20:04:41
Modified: ChangeLog
Added: libguestfs-appliance-1.28.1-r1.ebuild
Log:
Keep README.fixed in /usr/share/guestfs/appliance, see RedHat bug https://bugzilla.redhat.com/show_bug.cgi?id=1183780. Thanks to lk4d4 for report.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path
1.6 app-emulation/libguestfs-appliance/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 Dec 2014 18:56:43 -0000 1.5
+++ ChangeLog 27 May 2015 20:04:41 -0000 1.6
@@ -1,6 +1,14 @@
# 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.5 2014/12/05 18:56:43 maksbotan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs-appliance/ChangeLog,v 1.6 2015/05/27 20:04:41 maksbotan Exp $
+
+*libguestfs-appliance-1.28.1-r1 (27 May 2015)
+
+ 27 May 2015; Maxim Koltsov <maksbotan@gentoo.org>
+ +libguestfs-appliance-1.28.1-r1.ebuild:
+ Keep README.fixed in /usr/share/guestfs/appliance, see RedHat bug
+ https://bugzilla.redhat.com/show_bug.cgi?id=1183780. Thanks to lk4d4 for
+ report.
05 Dec 2014; Maxim Koltsov <maksbotan@gentoo.org>
-libguestfs-appliance-1.20.0.ebuild, -libguestfs-appliance-1.24.8.ebuild,
1.1 app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: libguestfs-appliance-1.28.1-r1.ebuild
===================================================================
# Copyright 1999-2015 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.28.1-r1.ebuild,v 1.1 2015/05/27 20:04:41 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="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*
# Don't rm README.* here, at least README.fixed is needed for libguestfs, see
# https://bugzilla.redhat.com/show_bug.cgi?id=1183780
chmod 755 . || die
chmod 644 * || die
newenvd "${FILESDIR}"/env.file 99"${PN}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-27 20:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 20:04 [gentoo-commits] gentoo-x86 commit in app-emulation/libguestfs-appliance: libguestfs-appliance-1.28.1-r1.ebuild ChangeLog Maxim Koltsov (maksbotan)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox