diff options
author | Sebastian Pipping <sping@gentoo.org> | 2015-07-13 00:58:09 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2015-07-13 00:58:09 +0000 |
commit | 2f2744128e7640cb829c895a11e745ec69d5aada (patch) | |
tree | bad73591b9fbcab89cca6f8a756534a64e9393b2 /x11-misc | |
parent | Initial support for Qt 5.5 (diff) | |
download | gentoo-2-2f2744128e7640cb829c895a11e745ec69d5aada.tar.gz gentoo-2-2f2744128e7640cb829c895a11e745ec69d5aada.tar.bz2 gentoo-2-2f2744128e7640cb829c895a11e745ec69d5aada.zip |
x11-misc/grub2-theme-preview: 1.3.1
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grub2-theme-preview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/grub2-theme-preview/ChangeLog b/x11-misc/grub2-theme-preview/ChangeLog index e9d51da73fb7..cdf3270bde8a 100644 --- a/x11-misc/grub2-theme-preview/ChangeLog +++ b/x11-misc/grub2-theme-preview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grub2-theme-preview # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 1.6 2015/07/11 22:07:27 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 1.7 2015/07/13 00:58:09 sping Exp $ + +*grub2-theme-preview-1.3.1 (13 Jul 2015) + + 13 Jul 2015; Sebastian Pipping <sping@gentoo.org> + +grub2-theme-preview-1.3.1.ebuild: + Bump to 1.3.1 with support for progress indicators 11 Jul 2015; Sebastian Pipping <sping@gentoo.org> grub2-theme-preview-1.1.ebuild, grub2-theme-preview-1.2.ebuild, diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild new file mode 100644 index 000000000000..51d59a257ca7 --- /dev/null +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.1.ebuild,v 1.1 2015/07/13 00:58:09 sping Exp $ + +EAPI="5" + +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]" |