public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2017-08-30 12:27 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-30 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3bb6591995c4a798c209b6686a37ea8fd680f07e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 11:23:11 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 12:26:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb65919

app-emulation/libguestfs-appliance: version bump 1.28.1-r1 → 1.36.1, bug #601162

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libguestfs-appliance/Manifest        |  1 +
 .../libguestfs-appliance-1.36.1.ebuild             | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index 47caa127259..128a57a9e18 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1,2 +1,3 @@
 DIST appliance-1.26.0.tar.xz 94753208 SHA256 446e8f0cfb24977843049984879d471760a1f56dd9f891f2a66c16827c7dfbcf SHA512 5d493ed6e8601dde8d5a45debfee71696b96a36d0f69d428388a6f2a2d49e12c0a66bcee210fe606fc9b2b41cb42d0d2a9f5d12425f2b234423194b2609f081f WHIRLPOOL 18cb09b44ce568e4270e574fffe7ffd935c4d64564abaae66c3d70202db9df75b013a0ed8add639ac13ea4ebd0ec9d74645a774d2e969686c8bc0d616587f625
 DIST appliance-1.28.1.tar.xz 100065044 SHA256 d6aa214ba05666ca7b8494b2f1814f2f291e569a9476e837e4b9d061ff92cfa2 SHA512 f13c556953d3542f92c2c007d3e97c3568382a1879e7a558471dbeac8962bd2809e446bbf0f4647002967112abe8f9a9a06910b74e9b7d72694cf49859a26330 WHIRLPOOL fa80fc747e4270fb3bc3b853ea9abf62fd655cab4c72eb6a084d319078a9f89baf2a8c00b34c9dcbc8fb875f1526c0a8e681a6f4917710934a9c2a8d99010e04
+DIST appliance-1.36.1.tar.xz 91514476 SHA256 45040a9dacf597870108fde0ac395f340d2469bf3cee2d1f2cc1bcfb46c89bce SHA512 2af550078a0e6b37e97988018f579df0e19072d06cbb53eccd85c2873850b472cabf34bbfb4e0ef5f43b5a1af4155f014eeefb85a1b05035d7916c7b1187d722 WHIRLPOOL 85400a9fee5204ef764bc1959444c9678778d2f52b3aab6ed1a94a8f55352da3a2a3992d1e4ad7c50873379d33c114d6a713b13a0b148a6efc03056fa740129d

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.36.1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.36.1.ebuild
new file mode 100644
index 00000000000..7f91b08c3f9
--- /dev/null
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.36.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2018-12-07 13:02 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-07 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1dba539df08157463d9759680c654862274f0ce5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 12:44:58 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 13:02:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dba539d

app-emulation/libguestfs-appliance: cleanup old revisions

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 app-emulation/libguestfs-appliance/Manifest        |  2 -
 .../libguestfs-appliance-1.26.0-r1.ebuild          | 43 ---------------------
 .../libguestfs-appliance-1.28.1-r1.ebuild          | 44 ----------------------
 .../libguestfs-appliance-1.28.1.ebuild             | 43 ---------------------
 4 files changed, 132 deletions(-)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index e1c4177539a..655bed989cc 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1,3 +1 @@
-DIST appliance-1.26.0.tar.xz 94753208 BLAKE2B f3d264d07130a79dd74a1a069cade87b72a36b4cf6bd4326379bf948eaa8e6e45de564cfabdb82bd15106fc1bfdb478941974f06b73b630d23fc66b70c6c11c3 SHA512 5d493ed6e8601dde8d5a45debfee71696b96a36d0f69d428388a6f2a2d49e12c0a66bcee210fe606fc9b2b41cb42d0d2a9f5d12425f2b234423194b2609f081f
-DIST appliance-1.28.1.tar.xz 100065044 BLAKE2B 2950377bf9aa31ce68ae7127126456a018c303c483308ac9deab9e40b1e991c4d4a02ee55b65385b5a5fd1e94fa3119a8a1a8718dad0d066f21c679239158ca1 SHA512 f13c556953d3542f92c2c007d3e97c3568382a1879e7a558471dbeac8962bd2809e446bbf0f4647002967112abe8f9a9a06910b74e9b7d72694cf49859a26330
 DIST appliance-1.36.1.tar.xz 91514476 BLAKE2B 4cb328178e93b2430c85d1eb23450633220cabfa16e4dbbb11e0e5b75f7fc4c33daabc171dd19aee46ce385ec06665010e52d8dafac7581695cf40ff5d194dcb SHA512 2af550078a0e6b37e97988018f579df0e19072d06cbb53eccd85c2873850b472cabf34bbfb4e0ef5f43b5a1af4155f014eeefb85a1b05035d7916c7b1187d722

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild
deleted file mode 100644
index b4912543017..00000000000
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"
-}

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild
deleted file mode 100644
index 8cb84a07c3a..00000000000
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"
-}

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1.ebuild
deleted file mode 100644
index b4912543017..00000000000
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.28.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2018-12-07 16:24 Gilles Dartiguelongue
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-07 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4a4bf33bb6f22f213e03942306ebba47fc9edc23
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 14:42:27 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 16:24:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4bf33b

app-emulation/libguestfs-appliance: 1.36.1 → 1.38.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 app-emulation/libguestfs-appliance/Manifest        |  1 +
 .../libguestfs-appliance-1.38.0.ebuild             | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index 655bed989cc..392361c2ccf 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1 +1,2 @@
 DIST appliance-1.36.1.tar.xz 91514476 BLAKE2B 4cb328178e93b2430c85d1eb23450633220cabfa16e4dbbb11e0e5b75f7fc4c33daabc171dd19aee46ce385ec06665010e52d8dafac7581695cf40ff5d194dcb SHA512 2af550078a0e6b37e97988018f579df0e19072d06cbb53eccd85c2873850b472cabf34bbfb4e0ef5f43b5a1af4155f014eeefb85a1b05035d7916c7b1187d722
+DIST appliance-1.38.0.tar.xz 96537604 BLAKE2B 8b425b624dec274f2913ab9ff89cc02fea6c9244d6e3ee64f054d2a91f7959d9dbc03d55e9f5b4f5df835007581a18914b5c790f55b01c3398412ce5a7e9309d SHA512 a423fd54627ffb9c2ae05b26ad60b9089f8119a99d30612a33921a2662ba42332ad0a7a7ad6c33b7042fc02a5c4dc9b563158650c6cb4a3eaaae6b764f7d7082

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
new file mode 100644
index 00000000000..31e8b16bfd5
--- /dev/null
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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 related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2021-06-08  7:10 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-06-08  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f496b491de3c9214afe0e5bfeaa6ab186ee9e405
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 07:02:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 07:10:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f496b491

app-emulation/libguestfs-appliance: port old to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libguestfs-appliance-1.38.0.ebuild                   | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
index 31e8b16bfd5..91cac60c818 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 CHECKREQS_DISK_USR=500M
 CHECKREQS_DISK_BUILD=500M
@@ -9,20 +9,18 @@ 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"
+HOMEPAGE="https://libguestfs.org/"
+SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz"
+S="${WORKDIR}"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="app-arch/xz-utils"
+BDEPEND="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.
@@ -31,7 +29,7 @@ src_unpack() {
 
 src_install() {
 	dodir /usr/share/guestfs
-	cd "${ED}"/usr/share/guestfs
+	cd "${ED}"/usr/share/guestfs || die
 	unpack ${A}
 	cd appliance || die
 	dodoc README*


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2021-06-08  7:10 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-06-08  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f1331c4a8b2b135a32c8177ea61459a69d29bb90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 07:01:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 07:10:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1331c4a

app-emulation/libguestfs-appliance: add 1.40.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/Manifest        |  1 +
 .../libguestfs-appliance-1.40.1.ebuild             | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index 2a14246054e..70e6f7ee9cd 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1 +1,2 @@
 DIST appliance-1.38.0.tar.xz 96537604 BLAKE2B 8b425b624dec274f2913ab9ff89cc02fea6c9244d6e3ee64f054d2a91f7959d9dbc03d55e9f5b4f5df835007581a18914b5c790f55b01c3398412ce5a7e9309d SHA512 a423fd54627ffb9c2ae05b26ad60b9089f8119a99d30612a33921a2662ba42332ad0a7a7ad6c33b7042fc02a5c4dc9b563158650c6cb4a3eaaae6b764f7d7082
+DIST appliance-1.40.1.tar.xz 111566640 BLAKE2B b6ddd3b120a466ce343d67d9e058c201a78f5e605b8bbc2d47fc30c5eaaa874cc032b879a67c5f134b8fa65c58fc27893b062de0c3a21705b64766dd86df648f SHA512 2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild
new file mode 100644
index 00000000000..2e8d1b9eed9
--- /dev/null
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CHECKREQS_DISK_USR=500M
+CHECKREQS_DISK_BUILD=500M
+
+inherit check-reqs
+
+DESCRIPTION="VM appliance disk image used in libguestfs package"
+HOMEPAGE="https://libguestfs.org/"
+SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz"
+S="${WORKDIR}"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/xz-utils"
+# Mixing libguestfs versions causes weird problems. #501588
+RDEPEND="!<app-emulation/libguestfs-${PV}"
+
+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 || Die
+	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 related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2021-10-02 21:41 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-10-02 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a69f9d864df4ffc4a078847d205efbba1fede560
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 21:41:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 21:41:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f9d86

app-emulation/libguestfs-appliance: warn users to source profile

Closes: https://bugs.gentoo.org/776790
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild
index 2e8d1b9eed9..5e02fc97cf9 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild
@@ -41,3 +41,8 @@ src_install() {
 
 	newenvd "${FILESDIR}"/env.file 99${PN}
 }
+
+pkg_postinst() {
+	# bug #776790
+	elog "Please run . ${EROOT}/etc/profile before attempting to use this package!"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2022-04-10 10:01 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-04-10 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     066670af9c073e4dd24a9004c5c77c5fd1730d01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 10:00:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 10:00:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066670af

app-emulation/libguestfs-appliance: add 1.46.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/Manifest        |  1 +
 .../libguestfs-appliance-1.46.0.ebuild             | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index 70e6f7ee9cd4..a64e5add8fe3 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1,2 +1,3 @@
 DIST appliance-1.38.0.tar.xz 96537604 BLAKE2B 8b425b624dec274f2913ab9ff89cc02fea6c9244d6e3ee64f054d2a91f7959d9dbc03d55e9f5b4f5df835007581a18914b5c790f55b01c3398412ce5a7e9309d SHA512 a423fd54627ffb9c2ae05b26ad60b9089f8119a99d30612a33921a2662ba42332ad0a7a7ad6c33b7042fc02a5c4dc9b563158650c6cb4a3eaaae6b764f7d7082
 DIST appliance-1.40.1.tar.xz 111566640 BLAKE2B b6ddd3b120a466ce343d67d9e058c201a78f5e605b8bbc2d47fc30c5eaaa874cc032b879a67c5f134b8fa65c58fc27893b062de0c3a21705b64766dd86df648f SHA512 2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e
+DIST appliance-1.46.0.tar.xz 145436856 BLAKE2B d9ed31f533a2772b0f506176b39bfdfdec1421fe4ff7934ccdb1db0cb2644d477211ec1a2d372d7e5dd0a8f278f47a39bff813b7bc4c9a038258a5f6358b4e91 SHA512 842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
new file mode 100644
index 000000000000..a528cf39d52f
--- /dev/null
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Bump with app-emulation/libguestfs and app-emulation/libguestfs (if any new release there)
+
+CHECKREQS_DISK_USR=500M
+CHECKREQS_DISK_BUILD=500M
+
+inherit check-reqs
+
+DESCRIPTION="VM appliance disk image used in libguestfs package"
+HOMEPAGE="https://libguestfs.org/"
+SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz"
+S="${WORKDIR}"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/xz-utils"
+# Mixing libguestfs versions causes weird problems, bug #501588
+RDEPEND="!<app-emulation/libguestfs-${PV}"
+
+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 || Die
+	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}
+}
+
+pkg_postinst() {
+	# bug #776790
+	elog "Please run . ${EROOT}/etc/profile before attempting to use this package!"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2022-04-10 10:01 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-04-10 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9acc4af3497e06bac90d44a12343cfcb360f7ecf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 10:01:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 10:01:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc4af3

app-emulation/libguestfs-appliance: drop 1.38.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/Manifest        |  1 -
 .../libguestfs-appliance-1.38.0.ebuild             | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/app-emulation/libguestfs-appliance/Manifest b/app-emulation/libguestfs-appliance/Manifest
index a64e5add8fe3..e498573d8eb0 100644
--- a/app-emulation/libguestfs-appliance/Manifest
+++ b/app-emulation/libguestfs-appliance/Manifest
@@ -1,3 +1,2 @@
-DIST appliance-1.38.0.tar.xz 96537604 BLAKE2B 8b425b624dec274f2913ab9ff89cc02fea6c9244d6e3ee64f054d2a91f7959d9dbc03d55e9f5b4f5df835007581a18914b5c790f55b01c3398412ce5a7e9309d SHA512 a423fd54627ffb9c2ae05b26ad60b9089f8119a99d30612a33921a2662ba42332ad0a7a7ad6c33b7042fc02a5c4dc9b563158650c6cb4a3eaaae6b764f7d7082
 DIST appliance-1.40.1.tar.xz 111566640 BLAKE2B b6ddd3b120a466ce343d67d9e058c201a78f5e605b8bbc2d47fc30c5eaaa874cc032b879a67c5f134b8fa65c58fc27893b062de0c3a21705b64766dd86df648f SHA512 2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e
 DIST appliance-1.46.0.tar.xz 145436856 BLAKE2B d9ed31f533a2772b0f506176b39bfdfdec1421fe4ff7934ccdb1db0cb2644d477211ec1a2d372d7e5dd0a8f278f47a39bff813b7bc4c9a038258a5f6358b4e91 SHA512 842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
deleted file mode 100644
index 91cac60c818c..000000000000
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.38.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CHECKREQS_DISK_USR=500M
-CHECKREQS_DISK_BUILD=500M
-
-inherit check-reqs
-
-DESCRIPTION="VM appliance disk image used in libguestfs package"
-HOMEPAGE="https://libguestfs.org/"
-SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/xz-utils"
-# Mixing libguestfs versions causes weird problems. #501588
-RDEPEND="!<app-emulation/libguestfs-${PV}"
-
-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 || die
-	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 related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2022-07-13  4:32 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-07-13  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e9ba7b291f774c23f44579b3ab01b131fb5c7e0e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 04:31:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 04:31:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ba7b29

app-emulation/libguestfs-appliance: fix guestfs-tools comment

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
index a528cf39d52f..74e8430766b5 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-# Bump with app-emulation/libguestfs and app-emulation/libguestfs (if any new release there)
+# Bump with app-emulation/libguestfs and app-emulation/guestfs-tools (if any new release there)
 
 CHECKREQS_DISK_USR=500M
 CHECKREQS_DISK_BUILD=500M


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2023-02-08 17:13 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-02-08 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c393d9d95b96825f8317b2908e491250dc330b06
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Jan 30 12:02:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 17:11:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c393d9d9

app-emulation/libguestfs-appliance: uncomment and update upstream maintainer

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/metadata.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-emulation/libguestfs-appliance/metadata.xml b/app-emulation/libguestfs-appliance/metadata.xml
index aaec3c175332..1e35cd5e94fd 100644
--- a/app-emulation/libguestfs-appliance/metadata.xml
+++ b/app-emulation/libguestfs-appliance/metadata.xml
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<!--
-<maintainer type="person">
-	<email>rich@annexia.org</email>
-	<name>Richard Jones</name>
-	<description>Upstream - please CC on bugs that concerns upstream</description>
-</maintainer>
--->
+	<!-- maintainer-needed -->
+	<upstream>
+		<maintainer>
+			<email>rjones@redhat.com</email>
+			<name>Richard Jones</name>
+		</maintainer>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2023-04-10 19:57 Sven Wegener
  0 siblings, 0 replies; 14+ messages in thread
From: Sven Wegener @ 2023-04-10 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b08876fc1660c402643c4fa5530386ff777c6303
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 14:12:44 2023 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 19:57:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08876fc

app-emulation/libguestfs-appliance: update SRC_URI

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
index 74e8430766b5..cd4ef2e43f0b 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ inherit check-reqs
 
 DESCRIPTION="VM appliance disk image used in libguestfs package"
 HOMEPAGE="https://libguestfs.org/"
-SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz"
+SRC_URI="https://download.libguestfs.org/binaries/appliance/appliance-${PV}.tar.xz"
 S="${WORKDIR}"
 
 LICENSE="GPL-2 LGPL-2"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2023-05-14  8:48 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-05-14  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     17c045ea77dd35b46ce4a19ef0d6aae631df6306
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:48:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 08:48:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c045ea

app-emulation/libguestfs-appliance: fix 'die' typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
index cd4ef2e43f0b..8322e7a5b674 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -31,7 +31,7 @@ src_unpack() {
 
 src_install() {
 	dodir /usr/share/guestfs
-	cd "${ED}"/usr/share/guestfs || Die
+	cd "${ED}"/usr/share/guestfs || die
 	unpack ${A}
 
 	cd appliance || die


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2023-10-07 13:41 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-10-07 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     63b680e3babf2aa0e2d13a1c18b687e7949c2a6e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 13:40:07 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 13:40:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b680e3

app-emulation/libguestfs-appliance: Stabilize 1.46.0 amd64, #915321

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
index 8322e7a5b674..14ed8b281095 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="app-arch/xz-utils"
 # Mixing libguestfs versions causes weird problems, bug #501588


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/
@ 2023-12-02 10:56 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-12-02 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2dc91f648c3711cac5ae20c0b252ebf94848d7f4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:56:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 10:56:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc91f64

app-emulation/libguestfs-appliance: Keyword 1.46.0 ppc64, #892954

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
index 14ed8b281095..b688b1daac9c 100644
--- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
+++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 BDEPEND="app-arch/xz-utils"
 # Mixing libguestfs versions causes weird problems, bug #501588


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-12-02 10:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-10 10:01 [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs-appliance/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-02 10:56 Arthur Zamarin
2023-10-07 13:41 Joonas Niilola
2023-05-14  8:48 Sam James
2023-04-10 19:57 Sven Wegener
2023-02-08 17:13 Sam James
2022-07-13  4:32 Sam James
2022-04-10 10:01 Sam James
2021-10-02 21:41 Sam James
2021-06-08  7:10 Sam James
2021-06-08  7:10 Sam James
2018-12-07 16:24 Gilles Dartiguelongue
2018-12-07 13:02 Gilles Dartiguelongue
2017-08-30 12:27 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox