summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-07 08:11:18 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-07 08:11:18 +0000
commit59236483683608f3f6e772c9191542df432e76ea (patch)
tree389368bd5cb419dde658d336107d7561838d7243 /sys-boot
parentFixed numerous misquotings by introducing arrays (diff)
downloadgentoo-2-59236483683608f3f6e772c9191542df432e76ea.tar.gz
gentoo-2-59236483683608f3f6e772c9191542df432e76ea.tar.bz2
gentoo-2-59236483683608f3f6e772c9191542df432e76ea.zip
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!)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/gummiboot/ChangeLog6
-rw-r--r--sys-boot/gummiboot/gummiboot-45.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/gummiboot/ChangeLog b/sys-boot/gummiboot/ChangeLog
index aa023a1057c3..7019c3d5d124 100644
--- a/sys-boot/gummiboot/ChangeLog
+++ b/sys-boot/gummiboot/ChangeLog
@@ -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 <mgorny@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)
diff --git a/sys-boot/gummiboot/gummiboot-45.ebuild b/sys-boot/gummiboot/gummiboot-45.ebuild
index 48089804b7fd..84dc9feff4c4 100644
--- a/sys-boot/gummiboot/gummiboot-45.ebuild
+++ b/sys-boot/gummiboot/gummiboot-45.ebuild
@@ -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 @@ IUSE=""
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 @@ pkg_pretend() {
src_prepare() {
epatch_user
- eautoreconf
}