sping 15/05/04 22:12:00 Modified: ChangeLog Added: grub2-theme-preview-1.2.ebuild Log: x11-misc/grub2-theme-preview: 1.2 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.2 x11-misc/grub2-theme-preview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 3 May 2015 12:28:31 -0000 1.1 +++ ChangeLog 4 May 2015 22:12:00 -0000 1.2 @@ -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.1 2015/05/03 12:28:31 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grub2-theme-preview/ChangeLog,v 1.2 2015/05/04 22:12:00 sping Exp $ + +*grub2-theme-preview-1.2 (04 May 2015) + + 04 May 2015; Sebastian Pipping <[email protected]> + +grub2-theme-preview-1.2.ebuild: + Bump to 1.2 *grub2-theme-preview-1.1 (03 May 2015) 1.1 x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/grub2-theme-preview/grub2-theme-preview-1.2.ebuild?rev=1.1&content-type=text/plain Index: grub2-theme-preview-1.2.ebuild =================================================================== # 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.2.ebuild,v 1.1 2015/05/04 22:12:00 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-boot/grub:2"
