mgorny      14/08/07 08:11:18

  Modified:             gummiboot-45.ebuild ChangeLog
  Log:
  Use locally-hosted, fully-generated distfile instead of the unstable 
snapshot, bug #518822.
  
  (Portage version: 2.2.11_p7/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  sys-boot/gummiboot/gummiboot-45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?r1=1.1&r2=1.2

Index: gummiboot-45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gummiboot-45.ebuild 2 Aug 2014 07:54:54 -0000       1.1
+++ gummiboot-45.ebuild 7 Aug 2014 08:11:18 -0000       1.2
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 
1.1 2014/08/02 07:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 
1.2 2014/08/07 08:11:18 mgorny Exp $
 
 EAPI=5
 
-inherit autotools eutils linux-info
+inherit eutils linux-info
 
 DESCRIPTION="Minimalistic UEFI bootloader"
 HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/";
-SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz";
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
@@ -17,6 +17,7 @@
 
 RDEPEND="sys-apps/util-linux"
 DEPEND="${RDEPEND}
+       app-arch/xz-utils
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        =sys-boot/gnu-efi-3.0s"
@@ -29,5 +30,4 @@
 
 src_prepare() {
        epatch_user
-       eautoreconf
 }



1.2                  sys-boot/gummiboot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   2 Aug 2014 07:54:54 -0000       1.1
+++ ChangeLog   7 Aug 2014 08:11:18 -0000       1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/gummiboot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.1 
2014/08/02 07:54:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.2 
2014/08/07 08:11:18 mgorny Exp $
+
+  07 Aug 2014; Michał Górny <mgo...@gentoo.org> gummiboot-45.ebuild:
+  Use locally-hosted, fully-generated distfile instead of the unstable 
snapshot,
+  bug #518822.
 
 *gummiboot-9999 (02 Aug 2014)
 *gummiboot-45 (02 Aug 2014)




Reply via email to