summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-01-03 02:53:10 +0100
committerSebastian Pipping <sping@gentoo.org>2018-01-03 02:53:39 +0100
commit046778a3364af57d665477832eab37782f9bd250 (patch)
tree231dc3751b98d8c2b431dd183b58a0fcb2ecccc4 /x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild
parentwww-servers/fnord: Drop old (diff)
downloadgentoo-046778a3364af57d665477832eab37782f9bd250.tar.gz
gentoo-046778a3364af57d665477832eab37782f9bd250.tar.bz2
gentoo-046778a3364af57d665477832eab37782f9bd250.zip
x11-misc/grub2-theme-preview: 1.3.2
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild')
-rw-r--r--x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild21
1 files changed, 21 insertions, 0 deletions
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 000000000000..1bcb9c5db84f
--- /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]"