* [gentoo-commits] repo/gentoo:master commit in: sys-boot/gummiboot/
@ 2016-04-24 15:50 Mike Gilbert
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2016-04-24 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 785cabb3a442da2490f2d356f1bd2c36ab7bde61
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 15:48:31 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 15:48:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785cabb3
sys-boot/gummiboot: bump to 48
This is actually a tarball generated from commit 2bcd919c, post tag 48.
Bug: https://bugs.gentoo.org/569204
Package-Manager: portage-2.2.28_p71
sys-boot/gummiboot/Manifest | 1 +
sys-boot/gummiboot/gummiboot-48.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/sys-boot/gummiboot/Manifest b/sys-boot/gummiboot/Manifest
index eab1303..97fa2d1 100644
--- a/sys-boot/gummiboot/Manifest
+++ b/sys-boot/gummiboot/Manifest
@@ -1 +1,2 @@
DIST gummiboot-45.tar.xz 126376 SHA256 e3a6734c4c5acd3b42ec72dfc1214147c9f0ca74f08eeb44f969eb0d9b6d1e50 SHA512 09472a34ef8697a605c65462dde41ef09b1528a63b3a006f73a179ebeb16ac236adf9aaf8c8d7d3c411f3e3e029eb47ad916dc13f69ad9558c4277b1fa3d0619 WHIRLPOOL 04418cb9fd20df1a2bf77264bb766dc8542df8c1b05038ae780fbaa5dfb83e84f02cfd1adb20e22a032e9b0ad6e4654f40e25a67e5edf6b09e918c257930b9e1
+DIST gummiboot-48.tar.xz 131284 SHA256 e6b4b58c79cf600948d4d89a5324ced5736d7f20f7d3de74b2be8221123a9d40 SHA512 c3b3176f1b2fc0f5c8e196c9e63cf6ff6111d009c46a6311bd96367256cf4fbc28b46e3ae9ab4452cdc3b41d92fa978052b9803274b01ec3da72562076ea7737 WHIRLPOOL a9f2751a64a53b07a4d3fff17760f9ff38aed7ad4c0f60772b4b039d8b9a4ba50a9ef7006d28fc96d2653253ea9c65cb1e50391a467cb148684322e956d6fe05
diff --git a/sys-boot/gummiboot/gummiboot-48.ebuild b/sys-boot/gummiboot/gummiboot-48.ebuild
new file mode 100644
index 0000000..a4b017d
--- /dev/null
+++ b/sys-boot/gummiboot/gummiboot-48.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit linux-info
+
+DESCRIPTION="Minimalistic UEFI bootloader"
+HOMEPAGE="https://freedesktop.org/wiki/Software/gummiboot/"
+SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+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.0.2"
+
+pkg_pretend() {
+ # CONFIG_EFI_STUB is required to boot a kernel with gummiboot
+ local CONFIG_CHECK="~EFI_STUB"
+ check_extra_config
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/gummiboot/
@ 2016-05-18 11:39 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-05-18 11:39 UTC (permalink / raw
To: gentoo-commits
commit: c9ebcd86939af36f251929803abd0c42672a06fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 11:36:50 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 11:39:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ebcd86
sys-boot/gummiboot: Remove myself from maintainers
sys-boot/gummiboot/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-boot/gummiboot/metadata.xml b/sys-boot/gummiboot/metadata.xml
index 0319eec..e907833 100644
--- a/sys-boot/gummiboot/metadata.xml
+++ b/sys-boot/gummiboot/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
+ <!-- maintainer needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/gummiboot/
@ 2016-05-18 11:47 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-05-18 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 2468438381e80fb634b5a7c3476a0d8b06f21597
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 11:46:49 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 18 11:46:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24684383
sys-boot/gummiboot: Remove no-longer-working live ebuild
sys-boot/gummiboot/gummiboot-9999.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/sys-boot/gummiboot/gummiboot-9999.ebuild b/sys-boot/gummiboot/gummiboot-9999.ebuild
deleted file mode 100644
index 5a92167..0000000
--- a/sys-boot/gummiboot/gummiboot-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils linux-info git-r3
-
-DESCRIPTION="Minimalistic UEFI bootloader"
-HOMEPAGE="https://freedesktop.org/wiki/Software/gummiboot/"
-EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="sys-apps/util-linux"
-DEPEND="${RDEPEND}
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt
- >=sys-boot/gnu-efi-3.0.2"
-
-pkg_pretend() {
- # CONFIG_EFI_STUB is required to boot a kernel with gummiboot
- local CONFIG_CHECK="~EFI_STUB"
- check_extra_config
-}
-
-src_prepare() {
- epatch_user
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-18 11:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-24 15:50 [gentoo-commits] repo/gentoo:master commit in: sys-boot/gummiboot/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2016-05-18 11:39 Michał Górny
2016-05-18 11:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox