From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5979138206 for ; Wed, 3 Jan 2018 01:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAD3E0883; Wed, 3 Jan 2018 01:53:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D94A8E0883 for ; Wed, 3 Jan 2018 01:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BCE7335C0C for ; Wed, 3 Jan 2018 01:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE6C12D for ; Wed, 3 Jan 2018 01:53:47 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1514944419.046778a3364af57d665477832eab37782f9bd250.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/grub2-theme-preview/Manifest x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild X-VCS-Directories: x11-misc/grub2-theme-preview/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 046778a3364af57d665477832eab37782f9bd250 X-VCS-Branch: master Date: Wed, 3 Jan 2018 01:53:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8946d8ab-5de4-4cb6-ba5d-fb7828420fe5 X-Archives-Hash: bb697caa5edf3a956e255382ba4758ad commit: 046778a3364af57d665477832eab37782f9bd250 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Jan 3 01:53:10 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Jan 3 01:53:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046778a3 x11-misc/grub2-theme-preview: 1.3.2 Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-misc/grub2-theme-preview/Manifest | 1 + .../grub2-theme-preview-1.3.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/x11-misc/grub2-theme-preview/Manifest b/x11-misc/grub2-theme-preview/Manifest index 86666a12b6d..18e48661aa6 100644 --- a/x11-misc/grub2-theme-preview/Manifest +++ b/x11-misc/grub2-theme-preview/Manifest @@ -1 +1,2 @@ DIST grub2-theme-preview-1.3.1.tar.gz 5064 BLAKE2B 4d67058eb725e6a9a65d9fc1ce6bccabf34bdf8215446a6aeab5f537a05b5e402030f1cc32c6e2d722f9c4a2b189e4db410a2f4a4d82306e6c039b771796b3a9 SHA512 69aed10a2612ea442a94748d3491c2300c83aafd4650dd54e520572c809c7ca3890ff3be42eeff7684ecbbfff425b3f44a651e01b5c682a1d0dc792b33b713fb +DIST grub2-theme-preview-1.3.2.tar.gz 5486 BLAKE2B ed7e29da586bfe4388dab1b8467aa265b11e6ff9a6ad0890d27c0c4b45ec3615f08a8f1bb5a5d00015dfa83e6dd3a7c718039b9fd398e76211c4f8bda2c8f2bb SHA512 f53c1c5bac1874e8feb70619b3d65505bd083966ac9427ea36de7b218bfc068e52cfd58ffa8cc32f06974e5dcaa3581792301228f7bd56dcbf2ff01373b96885 diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild new file mode 100644 index 00000000000..1bcb9c5db84 --- /dev/null +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU" +HOMEPAGE="https://github.com/hartwork/grub2-theme-preview" +SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-emulation/qemu + dev-libs/libisoburn + sys-fs/mtools + sys-boot/grub:2[grub_platforms_pc]"